@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 150%;
	color: #2F2F2F;
	text-align: center;
	background: #FFF url(../images/bg01.gif) repeat-x;
	margin: 0;
	padding: 0;
}

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: #132F5E;
	text-decoration: underline;
}
a:hover, a:active {
	color: #132F5E;
	text-decoration: none;
}



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

.fM {
 font-size: 100%;
}

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



