@charset "euc-jp";
/* CSS Document */


a:link {
	color: #FCF;
	text-decoration: underline;} 


a:visited { color: #FCF;
	text-decoration: underline; } 


a:hover {
	color: #FCF;
	text-decoration: underline;
} 


a:active { color: #FCF;
	text-decoration: underline; } 




/*----------レイアウト----------*/	

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#fff;
	font-size:12px;

}

#wrap{
	width:800px;
	margin:0px auto;

	}

#head{
	height:15px;
	padding-top:5px;
	font-size:12px;
	color:#fff;
	padding:5px;
	background-color: #000;
	}

#contents{
	width:750px;
	background-color: #fff;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	}
	
#stage{
	width:720px;
	border: 1px solid #fff;
	padding: 7px;
	background-color: #fff;
	margin-bottom:20px;
	}

	
#footer{
	clear: both;
	width: 100%;
	height:15px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #730000;
	padding-top:2px;
	}
	
	
/*----------タグ----------*/	



h1{
	font-size:12px;	
	margin:0px;
	padding:0px;
	}

ul{
	list-style-type:none;
	text-align:left;
	padding-left:5px;
}

li{
	font-size:10px;

	}


/*----------パーツ----------*/

div.text_box{
	width:720px;
	padding: 7px;
	color:#333333;
	font-size:11px;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	}
	
div.contents_box{
	width:700px;	
	padding-top:15px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	background:#000000;
	border: 1px solid #ffffff;
	height:270px;
	margin-top:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5CCB3;
	}

div.wmv_box{
	width: 330px;
	height: 245px;
	float:left;
	margin-left:5px;
	}


div.contenttitle_box{
	font-size:12px;
	color:#ccc;
	width:320px;
	float:left;
	margin-right:7px;
	margin-left:7px;
	text-align:left;
	margin-bottom:10px;
	}

div.ownerreview_text{
	font-size:12px;
	color:#cccccc;
	width:320px;
	float:left;
	margin-right:5px;
	margin-left:7px;
	margin-bottom:7px;
	text-align:left;
	}
	
div.jacket_box{
	width:85px;
	height:120px;
	float:left;
	margin-top:7px;
	margin-left:15px;
	background:#FFF;
	}

div.botton_box{
	width:230px;
	height:120px;
	float:left;
	margin-top:7px;
	color:#666;
	font-size:12px;

	}
	
div.textnavi_box{
	font-size:12px;
	color:#333;
	width:300px;
	float:left;
	margin-left:7px;
	margin-bottom:10px;
	margin-top: 10px;
	}

div.title_box{
	width:690px;
	font-size:12px;
	background:#ffffff;
	height:65px;
	margin:5px;
	margin-top:10px;
	}


div.wrap_boxs{
	width:700px;
	padding: 3px;
	font-size:12px;
	background:#000000;
	height:380px;
	margin:5px;
	margin-top:10px;
	padding-top:7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5CCB3;
	}

table.box_s{
	font-size:10px;	
	color:#cccccc;	
	}


div.contents_box_s{
	width:150px;
	height:350px;
	margin:10px;
	float:left;
	}
	

	

.border_bottom_6{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	}


.text-10{
	color:#ccc;
	font-size:10px;
	}