@charset "utf-8";
/* CSS Document */

@import url("comon.css");  
/*----------------------------------
		VIEW ALL ボタン
-----------------------------------*/
.view_pos{
position: relative;
margin:0;
padding:0;
}


.view_all{ 
position: absolute;
top:6px;
right:10px;
z-index:10;}

.view_all img{
margin:0;
padding:0;
border:0;}



/*----------------------------------
		//VIEW ALL ボタン
-----------------------------------*/


/*----------------------------------
		レフトメイン
-----------------------------------*/
#left_main{
width:420px;
margin:0px;
height:auto;
float:left;
}
/*----------------------------------
		//レフトメイン
-----------------------------------*/



	/*----------------------------------
			レフト＿メインイメージ
	-----------------------------------*/
	#main_img{
	width:420px;
	height:530px;
	margin: 0 0 15px 0;
	clear: both;
	overflow:hidden;
	}
	/*----------------------------------
			//レフト＿メインイメージ
	-----------------------------------*/
	
	
	
	/*----------------------------------
			レフト＿ボックス
	-----------------------------------*/
	h2.h2_l_box{
	width:420px;
	height:25px;
	margin:0px;
	padding:0px;
	}
	
	.left_box{
	width:420px;
	margin:0px;
	height:auto;
	margin: 0 0 10px 0;
	clear: both;
	}
	/*----------------------------------
			//レフト＿ボックス
	-----------------------------------*/




/*----------------------------------
		ライトメイン
-----------------------------------*/
#right_main{
width:470px;
margin:0px 0px 0px 10px;
height:auto;
float:left;
}
/*----------------------------------
		//ライトメイン
-----------------------------------*/

	/*----------------------------------
			ライト＿ボックス
	-----------------------------------*/
	h2.h2_r_box{
	width:470px;
	height:25px;
	margin:0px;
	padding:0px;
	}
	
	.right_box{
	width:470px;
	margin:0px;
	height:auto;
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	clear: both;
	}
	/*----------------------------------
			//ライト＿ボックス
	-----------------------------------*/
	
	/*----------------------------------
			NEWS
	-----------------------------------*/
	
	.right_box ul{ margin:0; padding:10px 10px 0px 10px;}
	.right_box li{ list-style:none; margin:0px; padding: 0px; }
	.right_box li span{ font-size:0.8em;}
	.right_box li a:link{color:#999;}
  	.right_box li a:visited{color:#999;}
    .right_box li a:hover{color:#c3c3c3; text-decoration:underline!important;}
	
	.news_bg{ background: url(../images/top/news_bg.png) repeat-x top left;}
	
	/*----------------------------------
			//NEWS
	-----------------------------------*/
		
	
	/*----------------------------------
			MOST POPULAR ARTWORK
	-----------------------------------*/
	
	.dj_img{ width:80px; height:80px; overflow:hidden; margin:10px 0 0 11px; float:left; }
	.dj_img img{ width:80px; height:80px;}
	

	/*----------------------------------
			//MOST POPULAR ARTWORK
	-----------------------------------*/
	
	
/*----------------------------------
		テーブルストライプ
-----------------------------------*/
 


/* ---- 列幅 ---- */  

  table.member_tbl td.day{ width:22%;}
  table.member_tbl td.person{ width:45%;}
  table.member_tbl td.text{ width:30%;}
  
  table.staff_tbl td.day{ width:22%;}
  table.staff_tbl td.text{ width:75%;}
  
  table.schedule_tbl td.day{ width:20%;}
  table.schedule_tbl td.text{ width:77%;}

/* ---- //列幅 ---- */  
  

/*----------------------------------
		//テーブルストライプ
-----------------------------------*/

	
	
