@charset "EUC-JP";
	
/*固定枠
----------------------------------------------------------------*/	

/*menu
----------------------------------------------------------------*/	
#MENU {
	margin:15px 0 0 0;
	background-image:url(../silin/images/menu_bg_01.gif);
	background-repeat:repeat-y;
	background-position:0 0;	
	}


/*カテゴリータブ
----------------------------------------------------------------*/		
#TAB {
	background-image:url(../silin/images/tab_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	height:30px;
	padding:0 0 0 15px;
	}	
	
#TAB p{
	float:left;
	padding:0 5px 0 0;
	}	
	

/*サブカテゴリーナビ
----------------------------------------------------------------*/			
#NAV {
	width:415px;
	float:left;
	}
#NAV h3{
	margin:20px 0 0 0;
	}	
	
　/*ステージ
----------------------------------------------------------------*/			
#STAGE {
	width:415px;
	float:right;
	}

/*メニューフッタ
----------------------------------------------------------------*/			
#MENU_END{
	height:30px;
	background-image:url(../silin/images/menu_bg_02.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}			
	
	
/*トップ*/

.top{
	margin:100px auto 0 auto;
	width:750px;
	text-align:left;
	}
.top h2{
	padding-bottom:5px;
	border-bottom:solid 1px #101010;
	}	
	
.logo_l{
	width:340px;
	float:left;
	}		
.logo_r{
	width:340px;
	float:right;
	}			

.topics{
	border-top:solid 1px #333;
		border-bottom:solid 1px #101010;	
	padding:0px 10px 20px 10px;
	}
	
.topics h3{
	color:#AAA;
	font-size:11px;
	line-height:16px;
	background-image:url(../common_img/arrow03.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 0 10px;
	}	
	
.topics p{
	font-size:10px;
	line-height:12px;
	color:#555;
	padding:15px 0 0 0;
	}		
	
.topics h3 a{
	color:#888;
	}	
	
.topics h3 a:hover{
	color:#DDD;
	}		

/*　新着個別ページ*/	
	
.news{
	border-top:solid 1px #333;
	padding:0px 10px;
	border-bottom:solid 1px #101010;	
	}
	
.news .day {
	width:90px;
	float:left;
	padding:15px 0 0 0;	
	}

.news .bun {
	width:590px;
	float:right;
	padding:15px 0 10px 0;
	}
			
.news .bun h3{
	color:#AAA;
	font-size:11px;
	line-height:16px;
	margin-bottom:5px;
	}	
.news .bun p{
	font-size:11px;
	line-height:18px;
	padding-bottom:10px;
	color:#888;
	}		
	
.news .bun img{
	float:right;
	margin:0px 0 10px 20px;
	}	
	
.news .day p{
	font-size:10px;
	line-height:12px;
	color:#555;
	padding:0px 0 0 0;
	}		
	
.news h3 a{
	color:#888;
	}	
	
.news h3 a:hover{
	color:#DDD;
	}		

.news p a{
	color:#990909;
	}	
	
.news p a:hover{
	color:#cc0000;
	}				
		
/*新着フッタ	*/
.n_foot{
	border-top:solid 1px #333;
	padding:0px 10px;
	}