@charset "utf-8";

/* format
--------------------------------------------------------------------------------*/
html, body {	height: 100%;	}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	background: #0F0F0F url(../images/bg01.gif) repeat-x;
	text-align: center;
	margin: 0;
}
*html body {
	font-size: 75%;
	letter-spacing: 1px;
	vertical-align: baseline;
}
*:first-child+html body {
	font-family: "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 75%;
}

table {
	font-size: inherit;
	font: 100%;
	line-height: 150%;
}

textarea {	font-size: 99%;	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0;
}

p, form, ul, ol, dl, dt, dd {
 font-weight: normal;
	margin: 0;
	padding: 0;
}

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

ol {	margin-left: 18px;	}
*html ol {	margin-left: 22px;	}
*:first-child+html ol {	margin-left: 22px;	}

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

a img{ border: 0;	}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
}

strong, em, address {
	font-style: normal;
	font-weight: normal
}

sup {	vertical-align: top;	}
*html body sup {	vertical-align: super;	}

sub {	vertical-align: bottom;	}



/* font
--------------------------------------------------------------------------------*/
.fS {
 font-size: 84%;
 line-height: 140%;
}

.fM {
 font-size: 100%;
}

.fL {
 font-size: 116%;
	line-height: 160%;
}




