@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
body {
	font-size: 80%;
	line-height: 150%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/boby_bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

li img, dt img, dd img {
	vertical-align: top;
}

a img{ border: 0;	}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.clear{
	clear: both;
}



/* font@80%p
--------------------------------------------------------------------------------*/
.fS {
 font-size: 78%;
 line-height: 150%;
}

.fM {
 font-size: 100%;
}

.fL {
 font-size: 118%;
	line-height: 150%;
}
