body{
	margin:0px auto;
	padding:0px;
	background:url("./images/bg.gif") repeat-y #ffffff 50% 50%;
}

.frame{
	margin:0px auto;
	padding:0px;
	width:900px;
	background-color:#ffffff;
}

h1{
	margin:0px auto;
	padding:0px;
	width:100%;
	height:15px;
	font-size:75%;
	color:#ffffff;
	background-color:#f08080;
}

h2{
	margin:0px auto;
	padding:0px;
	width:900px;
}

h3{
	margin:10px 0px 0px 10px;
	height:20px;
	font-size:95%;
	color:#f08080;
}

h4{
	margin:0px;
	color:#ffffff;
}

h5{
	margin:10px 0px 0px 0px;
	text-align:center;
	font-size:75%;
	color:#ba0000;
}

#top_comment{
	margin:0px auto;
	width:670px;
	height:80px;
	font-size:75%;
	line-height:130%;
}

#top_comment span{
	color:#fab956;
	font-weight:bold;
}

/*メイン右枠*/
.frame_right{
	margin:0px 5px 0px 0px;
	padding:0px;
	width:695px;
	float:right;
}

/*メイン右枠 IE6*/
*html .frame_right{margin:0px 2px 0px 0px;}

.ranking{
	margin:10px auto;
	width:675px;
	height:200px;
	border:1px solid #800000;
}

.banner{
	margin:10px 0px 0px 10px;
	width:165px;
	height:180px;
	float:left;
}

table{
	margin:0px 0px 0px 0px;
	width:165px;
	height:180px;
	font-size:75%;
}

.problem{
	margin:0px 0px;
	width:60px;
	background-color:#f0f0f0;
}

.answer{
	margin:0px 0px;
	width:100px;
	background-color:#f08080;
}

.details{
	margin:10px 10px 0px 0px;
	width:480px;
	height:180px;
	float:right;
	background-color:#fdf5e6;
}

*html .banner{
	margin:10px 0px 0px 5px;
}

*html .details{
	margin:10px 5px 0px 0px;
}

.details img{
	margin:10px auto;
	display:block;
}

.details a:hover{
	margin:0px 0px 0px 10px;
	display:block;
}

.ranking_comment{
	margin:0px auto;
	width:470px;
	height:80px;
	border-top: 1px dotted #800000;
	border-left: 1px dotted #800000;
	border-right: 1px dotted #800000;
}

.comment_info{
	margin:2px auto;
	width:465px;
	height:75px;
	font-size:75%;
	line-height:150%;
	text-indent:0.5em;
}

.ads_info{
	margin:0px auto;
	width:470px;
	font-size:80%;
	text-align:right;
	border-left: 1px dotted #800000;
	border-right: 1px dotted #800000;
	border-bottom: 1px dotted #800000;
	font-weight:bold;
	background-color:#f08080;
}

.ads_info a{color:#ffff00;}

.ads_info a:hover{color:#ff0000;}

/*メイン左枠*/
.frame_left{
	margin:0px 0px 0px 5px;
	padding:0px;
	width:190px;
	float:left;
}

/*メイン左枠 IE6*/
*html .frame_left{
	margin:0px 0px 0px 2px;
}

.menu{
	margin:10px auto 10px auto;
	padding:1px;
	width:180px;
	border: 1px solid #800000;
	background-color:#ffffff;
}

#pr{
	margin:5px auto;
	padding:0px;
	width:170px;
	height:100px;
	text-align:center;
	background-color:#f08080;
}

#pr span{
	color:#ffffff;
	font-weight:bold;
}

#button{
	margin:5px auto;
	width:170px;
	height:20px;
	font-weight:bold;
}

.menu_elected{background-color:#f0f0f0;}

.menu_link{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	width:180px;
	height:15px;
	font-size:90%;
	color:#ff4500;
}

#footer{
	margin:0px 0px 0px 0px;
	width:900px;
	height:15px;
	text-align:right;
	font-size:75%;
	font-weight:bold;
	color:#ffffff;
	background-color:#f08080;
}

#footer span{margin:0px 5px 0px 0px;}

/*クリアー*/
.clear{clear:both;}
