/*******************************************
トップページの設定を行うCSSです
--------------------------------------------
　・titleimage
　・box
　・top_movie
********************************************/

/*titleimage
-----------------------------------------*/
div#TITLEIMAGE{
	width:780px;
	height:275px;
	float:left;
	margin:0px;
	padding:0px;
}
/*box
-----------------------------------------*/
.top_box{
	width:560px;
	float:left;
	margin-bottom:30px;
}
.top_box_left{
	width:270px;
	float:left;
}
.top_box_right{
	width:270px;
	float:right;
}
.top_box ul{
	list-style:none;
	margin-left:0px;
	padding-left:0px;
}
.top_box li{
	width:560px;
	float:left;
	list-style:none;
	margin:2px 0px;
	padding:8px 5px;
	background:url("../img/top_dotline.gif") no-repeat bottom;
}
.top_box_illust{
	width:120px;
	float:left;
	margin-top:5px;
}
.top_box_text{
	width:150px;
	float:right;
}
.top_blog_bg{
	width:560px;
	float:left;
	background:url("../img/top_blog_bg.jpg") no-repeat;
}



/*top_movie設定
-----------------------------------------*/
.top_movie{
	width:512px;
	float:left;
	margin: 20px 0 0 25px;
	_margin: 20px 0 0 12px;
}
.top_movie_side{
	width:210px;
	float:right;
	padding-top:10px;
}
/*=======================================*/