@charset "Shift_JIS";

/* CSS Document */

/* visual読み込み */

@import"v_category04.css";




/*　新着情報（イベント・演奏会・事務局）の一覧表設定------------------------------　*/

#body table.days , #body table.newslist{
	border:none;
	font-size:100% ;
	width:100% ;
	line-height :1.7em ;	
	border-collapse:collapse;
	margin:10px auto 0px auto ;
}

#body table.days th , #body table.newslist th { width:80px ;padding-left:0 } 

#body table.days th , #body table.days td , #body table.newslist th , #body table.newslist td {
	text-align:left;
	vertical-align:top ;
	line-height :160% ;	
	padding:4px 8px 4px 8px ;
	font-weight:normal ;
	border:none;
}


#body table.days th , #body table.newslist th{ 
	width:50px ;
	padding-left:0 } 

#body table.newslist th{ 
	width:110px ;}

#body table.newslist th img{ 
	float : right ;
	margin : 2px 0 0 0}

#body table.days th span , #body table.newslist th span{ 
	color : #7FA6D0 ;
	margin : 0 5px 0 0}

#body table.days td a:visited , #body table.newslist td a:visited{ 
	color : #555 ;}


#body table.days td img , #body table.newslist td img { 
	vertical-align : baseline ;
	margin : 2px 0 0 3px}





/*　記事詳細ページ用設定-----------------------------------　*/

/*　右側記事一覧　*/

#body #right p {
	margin:0 0 15px 5px ;
	padding:0 0 0 0px ;
	line-height :1.7em ;	
	width:180px ; 
	font-size : 75%}


#body #right span {
	color : #7FA6D0 ;
	margin : 0 2px 0 0}

#body #right a:visited{ 
	color : #555 ;}



/*　記事タイトル　*/

#body #left h2.news {
	color : #004EA1;
	padding : 0 0 6px 0 ;
/*	font-size:14px */}


#body #left h2.news span {
	color : #7FA6D0 ;
	display : block ;
	font-size : 13px ;
	margin : 0 0 3px 0 }

#body #left h2.news img {
	float : left ;
	margin : 0 2px 0 0 }


/*　見出し設定　*/
#body #left h3 {
	padding-left : 20px ;
	background :url(../img_common/li01.gif) no-repeat 0 10px}


div#news:after {
	content:".";
	height:0;
	clear:both;
	visibility:hidden;
	display:block;}


/*　リストの設定　*/

/*　リスト　*/

#body #left ul, #body #left ol {
	margin-top: 0 ;
	}






/*　記事ページ下部　中央ぞろえの段落　*/

#left p#center {
	clear : both ;
	margin : 50px 0 -25px 0 ;
	text-align : center}
	

/* 画像リンク枠 非表示 */

#body p a img{ border:0 }


