@charset "shift_jis";

/* format
--------------------------------------------------------------------------------*/
body{
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
	font-size: 80%;
	line-height: 150%;
	color: #555;
	background: #FFF;
	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, td {
	font-size: 80%;
	line-height: 150%;
}

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

ol {
	margin-left: 20px;
	_margin-left: 25px;
}

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

a img{ border: 0;	}

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

strong, em, address {
	font-style: normal;
	font-weight: normal
}
address {
	margin: 12px 0 37px 0;
}



/* font@80%p
--------------------------------------------------------------------------------*/
.fXS {
 font-size: 68%;
 line-height: 140%;
}

.fS {
 font-size: 88%;
 line-height: 150%;
}

.fM {
 font-size: 100%;
}

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

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


