body {
margin: 0px auto;
padding: 0px;
background-color: #f4f1e1;
text-align: center;
color: #666666;
font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "平成明朝","serif";
}

a:link		{ color: #CC3366; text-decoration: underline; }
a:visited	{ color: #993333; text-decoration: underline; }
a:active	{ color: #CC3366; text-decoration: underline; }
a:hover		{ color: #CC3366; text-decoration: underline; }


#home {
background-color: #FFF;
}


.home_body {
font-size: 14px;
line-height:120%;
font-weight: bolder;
color: #666666;
}

.home_li {
font-size: 12px;
line-height:200%;
color: #666666;
}

.b_title {
font-size: 16px;
color: #666666;
margin: 10px 0px 10px 0px;
padding-bottom: 3px;
}

.b_sub {
font-size: 14px;
font-weight: bolder;
color: #666666;
margin: 15px 0px 15px 0px;
padding: 6px 2px 0px 8px;
border-left: 8px solid #CC9999;
border-top: 2px solid #CC9999;
}

.b_body {
font-size: 12px;
line-height: 170%;
color: #666666;
margin: 15px 0px 15px 0px;
}

.copyright {
	font-size: 10px;
	color: #999999;
	line-height: 170%;

	margin: 10px 0px 0px;
	padding-top: 10px;
	text-align: center;
}