@charset "utf-8";
/* CSS Document */

/*------------------------------------------------

各施設トップページ用CSS

--------------------------------------------------*/


/* ヘッダ部-----*/


/* メインコンテンツ部-----*/

div#contentsContainer {
}

div#mainviz {
	width:850px;
	margin:0 auto;
	text-align:left;
}
/*段組回り込み解除(clearfix hack)…親要素に対しclass指定*/
div#mainviz:after{
 	content:""; display:block; height:0; clear:both; visibility:hidden;}
div#mainviz { display:inline-block; }
/* Hide from IE-mac ¥*/
* html div#mainviz {height:1%;}
div#mainviz {display:block;}
/*End hide from IE-mac */



/*フッタ上の基本情報部分*/
div#basicInfo {
	clear:both;
	background:#FFF;
	border-top:#96b800 3px solid;
	padding:8px 24px;
}

div#basicInfo dt {
	font-weight:bold;
	font-size:larger;
}


/* メインメニュー部--------------------------*/

/*レイアウト：左右コラム*/
div#topmenuContainer {
	clear:both;
	width:850px;
	margin-top:16px;
	margin-bottom:20px;
}
/*段組回り込み解除(clearfix hack)…親要素に対しclass指定*/
div#topmenuContainer:after{
 	content:""; display:block; height:0; clear:both; visibility:hidden;}
div#topmenuContainer { display:inline-block; }
/* Hide from IE-mac ¥*/
* html div#topmenuContainer {height:1%;}
div#topmenuContainer {display:block;}
/*End hide from IE-mac */

div#topmainmenu {
	width:621px;
	float:left;
}
div#topsubmenu {
	width:229px;
	float:right;
}

/*左コラムディテール-----*/

div#topmainmenu div.column1 {
	float:left;
	width:310px;
}

div#topmainmenu div.column2 {
	float:left;
	width:280px;
}


/*「詳しくは」リンク（more）-----*/

div.more {
	margin-top:0.5em;
	text-align:right;
	margin-bottom:1em;
}


/*世田谷トップ用*/

div.menuUnit {
	width:306px;
	float:left;
}

div.menuUnit h2 {
	margin-left:6px;
}

div.menuUnit p {
	margin:6px 10px 0 6px;
}

div.menuUnit div.more {
	margin-right:16px;
}

/*右コラムディテール-----*/


div#topsubmenu div#whatsnew {
	width:224px;
	background:#f7f7f7 url(../images/catetop/bg_news_btm.gif) bottom no-repeat;
	min-height:160px;
	margin-top:2px;
	margin-bottom:16px;
}


div#topsubmenu div#whatsnew p {
	font-size:12px;
	line-height:1.3;
	margin:0;
	padding:3px 12px;
}

div#topsubmenu div#whatsnew dl {
	background:url(../images/catetop/news_separator.gif) 10px 0 no-repeat;
	font-size:12px;
	line-height:1.3;
	margin:12px 0;
	padding:3px 12px;
}

div#topsubmenu div#whatsnew dt.title {
	color:#889900;
	font-weight:bold;
	line-height:1.8;
}

div#topsubmenu div#whatsnew dt.date {
	font-size:11px;
	color:#889900;
	line-height:1.8;
}
div#topsubmenu div#whatsnew dd {
	margin-bottom:4px;
}


div#topsubmenu div.subNaviBnr {
	margin:8px 0 0 0;
}










