@charset "Shift_Jis" ;

/*-------------------------------------------
	parts design by moto(kabuki)
----------------------------------------------*/


/*----------------------
	All setting
-------------------------*/
body{
	scrollbar-3dlight-color : #000000;
	scrollbar-arrow-color : #009fce;
	scrollbar-base-color : #111;
	scrollbar-darkshadow-color : #000000;
	scrollbar-highlight-color : #111;
	scrollbar-shadow-color : #111;
	scrollbar-track-color : #000000;
}

#top-bg{
	background-color : #181818 ;
}
img{
	border : 0 ;
}
.clears{
	clear:both;
}

/*----------------------
	Inner page setting
-------------------------*/
.in-bg{
	background : url("../img/inner_bg.gif") #969696; 
}
/*----------------------
	Main setting
-------------------------*/

#main{
	width:900px;
	height:623px ;
	position : absolute ;
	top : 50% ;
	left : 50% ;
	margin-top: -311px;
	margin-left : -450px;
}

/*----------------------
	News setting
-------------------------*/
#news-set{
	width : 900px;
	height : 35px ;
	margin : 0px 0 0 0 ;
	background-color : #000;
}
#news-img{
	width:65px;
	height : 35px ;
	background : url("../img/index_img/top_news.gif") no-repeat #000;
	float : left;
	}
	
.news-text-set{
	overflow-y: scroll ;
	width : 835px;
	height : 35px ;
	font-size : 75%;
	color : #4b4b4b;
	font-weight : bold ;
	line-height : 300% ;
	margin : 0;
	float : left;
}
.news-text-set p{
	margin : 0 ;
	padding : 0 ;
}