/* format
--------------------------------------------------------------------------------*/
body {
	font-family:"lr SVbN", "Osaka|";
	color: #4D4D4D;
	background: #ECE9DF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 140%;
}

h1, h2, h3, h4, h5, h6, p, form, ul, ol, dl, dt, dd, div {
 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: #333333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

strong, em, address {
	font-style: normal;
	font-weight: normal
}



.fontS {
	font-size: 10px;
	line-height: 130%;
}
.fontM {
	font-size: 12px;
	line-height: 140%;
}
.fontL {
	font-size: 14px;
	line-height: 140%;
}


