@charset "utf-8";

body {
	margin: 0px 0px 20px 0px;
	background-color: #000000;
	color: #ffffff;
	}
	
/*大枠 style*/	
#container {
	width: 840px;
	height: auto;
	margin-to: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#main_img {
	width: 840px;
	float: left;
	}
/*obi style*/	
#obi {
	margin-top: 10px;
	}
/*コンテンツ　style*/		
#content {
	width: 840px;
	height: auto;
	float: left;
	}
/*コンテンツ　leftbox*/	
#c_left {
	width: 415px;
	height: 800px;
	margin-top: 10px;
	float: left;
	}
/*box1 style*/	
.box1 {
	width: 415px;
	height: auto;
	float: left;
	}
/*play img枠*/	
#play {
	width: 400px;
	height: 60px;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	}
/*cm内 textstyle*/	
#cm_text {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 25px;
	float: left;
	}
/*cation img位置*/	
#cation {
	margin-top: 40px;
	}
/*コンテンツ　rightbox*/
#c_right {
	width: 410px;
	height: 800px;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
	}
/*box2 style*/	
.box2 {
	width: 410px;
	height: auto;
	float: left;
	}
/*linkbox style*/	
.l_box1 {
	width: 200px;
	height: 80px;
	margin-top: 15px;
	text-align: center;
	float: left;
	}
	
#l_box2 {
	width: 200px;
	height: 80px;
	margin-top: 15px;
	margin-left: 10px;
	text-align: center;
	float: left;
	}
	
.l_text {
	line-height: 18px;
	font-size: 11px;
	}
	
/*下部余白　style*/		
#return {
	width: 840px;
	height: 30px;
	float: left;
	}
/*footer  style*/
#footer {
	width: 840px;
	height: 40px;
	margin-top: 10px;
	border-top: solid 1px #444444;
	border-bottom: solid 1px #444444;
	float: left;
	}	
/*copyright  textstyle*/
#copy_r {
	margin-right: 5px;
	margin-top: 20px;
	font-size: 10px;
	float: right;
	}
