@charset "UTF-8";


/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/

body {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
	font-size:100%;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p{
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border:0;
}
th {
	text-align:left;
}
input,select,textarea {
	vertical-align:middle;
}
img {
	border:0;
	vertical-align:middle;
}
ins, a {
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}


/*---------------------------------------
	font
---------------------------------------*/
/*	font size	*/
.s {
	font-size:80%;
}
* html .s {
	font-size:xx-small;
}
.m {
	font-size:x-small;
}
.l {
	font-size:medium;
}
.xl {
	font-size:large;
}
/*	font style	*/
.b {
	font-weight:bold;
}
.i {
	font-style:italic;
}
.u {
	text-decoration:underline;
}
.d {
	text-decoration:line-through;
}

/*---------------------------------------
	float
---------------------------------------*/
.left {
	float:left;
}
.right {
	float:right;
}
img.left {
	margin:0 15px 8px 0;
}
img.right {
	margin:0 0 15px 8px;
}

/*---------------------------------------
	clear float
---------------------------------------*/
.cl {
	clear:both;
}
hr {
	clear:both;
	border:0;
}

/*---------------------------------------
	text align
---------------------------------------*/
.txt-l {
	text-align:left;
}
.txt-c {
	text-align:center;
}
.txt-r {
	text-align:right;
}