html {
	scrollbar-track-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-arrow-color: #999;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
}
body {
	margin: 0px;
	padding: 0px;
	font: 12px/140% "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, san-serif;
	color: #330;
}

h1 {
	margin: 0px;
	padding: 30px 0px 5px 0px;
	display: block;
}
p {
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
.caption {
	font-size: 10px;
	line-height: 130%;
	font-weight: normal;
}
a:link, a:visited {
	color: #660;
	text-decoration: underline;
}
a:hover, a:active {
	color: #CC0;
	text-decoration: none;
}
#backHeader {
	background: url("../info/img/back_infotop.jpg") repeat-x left top;
	background-color: #FFF;
	border-bottom: 1px solid #D1D2CD;
}
#mainHeader {
	background: url("../info/img/back_info.jpg") no-repeat right top;
	padding: 0px 0px 0px 40px;
}
#backHooter {
	background: url("../inc_img/back_hooter.jpg") repeat-x left bottom;
	background-color: #FFF;
}

#mainContents {
	
}

#mainContents div {
	margin: 8px 0px;
	padding: 0px;
	border: 1px solid #C4CAC3;
}
#mainContents h2 {
	margin: 0px;
	padding: 5px 0px 5px 24px;
	background: url("../inc_img/g_yazirushi.gif") no-repeat 8px 5px;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	border-bottom: 1px solid #C4CAC3;
}
#mainContents p {
	margin: 0px;
	padding: 5px 8px 5px 8px;
}
#mainContents .date {
	text-align: right;
	padding: 0px 8px 10px 0px;
}
.red {
	color: #C00;
}