@charset "UTF-8";
/* CSS Document */

#normal_contents h2 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color:#03C;
	padding:2px 5px;
	margin-top:5px;
	background-image:url(../common/img/h2_bk.gif);
	background-repeat:repeat-x;
}
#normal_contents h3 {
	font-size: 1.4em;
	color: #003AC5;
}
#normal_contents h4 {
	font-size: 1.4em;
	color: #000;
}

#normal_contents table.result {
	float:left;
	width:300px;
	border:1px solid #999;
	border-collapse:collapse;
	font-size:1.2em;
}
#normal_contents table.result th {
	border:1px solid #999;
	text-align:center;
	background:#CCF;
}
#normal_contents table.result td {
	border:1px solid #999;
	text-align:center;
	height:30px;
}
#normal_contents table.result td.nami {
	width:180px;
	text-align:left;
	background-image:url(../img/start_tenji_bg2.gif);
	background-repeat:repeat-y;
}

#normal_contents #c_box {
	margin:0 10px;
}

#normal_contents #c_box p {
	font-size:115%;
	letter-spacing:0.1em;
	line-height:160%;
}

.yobi0 {
	background-color:#FCF;
	color:#F00;
}

.yobi6 {
	background-color:#CCF;
	color:#006;
}

.yobi1, .yobi2, .yobi3, .yobi4, .yobi5 {
	background-color:#FFC;
}

.red {
	color:#F00;
}

#contents_container {
	text-align:center;
}

#contents_container #contents3 {
	width:800px;
	margin:auto;
	text-align:justify;
	font-size:125%;
	min-height:600px;
	_height:600px;
}

/*#contents_container #contents3 dt {
	font-weight:bold;
	font-size:120%;
	margin-top:1em;
}

#contents_container #contents3 dd {
	margin-top:1em;
	margin-left:1em;
}
*/
#contents_container #contents3 td, 
#contents_container #contents3 th {
	padding:2px;
	line-height:135%;
}
	
#contents_container #contents3 th {
	text-align:center;
}


