/*******************************************
トップページ専用CSS
--------------------------------------------
　・インポート設定
　・レイアウト設定

********************************************/

/*インポート
-----------------------------------------*/
@import "basic.css";

/*レイアウト設定
-----------------------------------------*/
div#BG{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#BG_INSIDE{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	float:left;
	background:#000;
	background:url("../img/wrapper_bg.jpg") repeat-y;
}
div#WRAPPER{
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#MAIN_WRAPPER{
	width:780px;
	float:left;
	background:url("../img/top_main_bg.jpg");
}
div#MAIN{
	width:780px;
	float:left;
}
div#ILLUST{
	width:300px;
	float:left;
	margin:0px;
	padding:0px;
	padding-left:80px;
}
div#NEWS{
	width:390px;
	float:right;
	margin:0px;
	padding:0px;
	margin-right:10px;
	background:url("../img/top_news.gif") no-repeat;
	position:relative;
}
div#NEWS_F{
	width:390px;
	float:left;
	background:url("../img/top_news_center.gif") repeat-y;
}
div#NEWS_TEXT{
	width:250px;
	float:left;
	margin:0px;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	line-height:150%;
	color:#666;
}
div#NEWS_CHARA{
	width:85px;
	float:right;
}
div#FOOTER_WRAPPER{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div#FOOTER{
	width:1000px;
	float:left;
	height:250px;
	font-size:80%;
	color:#fff;
	background:#000;
	background:url("../img/top_footer_bg.jpg") no-repeat;
}
div#FOOTER span{
	display:none;
}

/*パーツ設定
-----------------------------------------*/
.top_image_left{
	width:359px;
	float:left;
	position:relative;
}
.top_image_right{
	width:421px;
	float:right;
}
.news_text{
	width:300px;
	top:100px;
	left:-40px;
	font-size:10px;
	position:absolute;
}
/*=======================================*/