@charset "shift_jis";

/* メインコンテンツ */

.main_contents{
	background-color:#FFFFFF;
}

.main_contents h2{
	background:#FDF1EE;
	color:#f03;
	font-size:16pt;
}


.main_contents strong{
	font-size:10pt;
	color:#FF0033;
}


.main_contents .section h3{	
	font-size:10pt;
	border-top:1px dotted #333;
	line-height:2;
	margin:10px 0 0 0;
}

.section h4{
	font-size:9pt;
	margin-bottom:5px;
}

.section h4 a:link{
	display:block;
	background:#F0F0F0;
	padding:5px;
	border-bottom:1px dotted #CCC;
}
.section h4 a:visited{
	display:block;
	background:#F0F0F0;
	padding:5px;
	border-bottom:1px dotted #CCC;
}
.section h4 a:hover{
	display:block;
	background:#F6F6F6;
	padding:5px;
	border-bottom:1px dotted #CCC;
}
.section h4 a:active{
	display:block;
	background:#F6F6F6;
	padding:5px;
	border-bottom:1px dotted #CCC;
}

.side_banner img{
	margin:10px 0 0 0;
	padding:0;
	border:0;
}
