@charset "shift_jis";

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

body {
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #000;
	text-align: center;
	background: #FFF url(../images/bg01.jpg) repeat-x;
	margin: 0;
}
* html body {	font-size: 75%;	}
*:first-child+html body {	font-size: 75%;	}

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

/*select, input, textarea {	font:99% arial,helvetica,clean,sans-serif;	}*/
textarea {	font-size: 99%;	}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
	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: 22px;	}
*html ol {	margin-left: 25px;	}
*:first-child+html ol {	margin-left: 25px;	}

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

a img{ border: 0;	}

a:link, a:visited {
	color: #000051;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000051;
	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 size 75%p
--------------------------------------------------------------------------------*/
.fS {
 font-size: 85%;
 line-height: 140%;
}

.fM {
 font-size: 100%;
}

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

.fXL {
 font-size: 125%;
	line-height: 160%;
}

.fXXL {
 font-size: 135%;
	line-height: 160%;
}




