@charset "utf-8";
/* CSS Document */
/*テンプレート用設定CSSファイル*/
body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/common/bg.gif);
	color: #666666;
}
a:link,a:visited{
	color:#999999;
	text-decoration:none;
}
#wrapper{
	background:white;
	width:800px;
	margin:0 auto;
	padding:15px;
}
#main_wrap{
	width:798px;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}
#header{
	width:798px;
	height:104px;
	background:url(images/common/header_bg.gif) no-repeat;
}
h1{
	font-size:10px;
	padding-top:18px;
	text-align:center;
	height:18px;
	overflow:hidden;
}
h2 a{
	background:url(images/common/header.gif) no-repeat;
	padding-top:67px;
	height:0;
	width:305px;
	overflow:hidden;
	display:block;
	
}
#menu{
	background:url(images/common/menu_bg.gif) repeat-x;
	width:798px;
	height:38px;
}
#menu li{float:left;}
#menu li a{
	float:left;
	width:133px;
	font-size:13px;
	text-align:center;
	line-height:38px;
	overflow:hidden;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
#now{
	background:url(images/common/menu_now.gif) no-repeat center center;
	width:133px;
	line-height:38px;
	text-align: center;
	color:#006600;
}
#main{
	padding:20px 10px;
}
#swf{margin-top:15px;
	text-align:center;
}
/*左側*/
#l_content{
	float:left;
	width:195px;
	padding-right:10px;
	overflow:hidden;
	padding-bottom:10px;
}
#ippan a{
	display:block;
	width:175px;
	height:165px;
	background:url(images/common/ippan.gif) no-repeat;
	padding:10px 10px 0 10px;
	color:#666666;
	font-size:12px;
	line-height:150%;
	margin-bottom:10px;
}
#menu2{
	margin-bottom:10px;
}
#menu2 li{
	width:195px;
}
#menu2 li a{
	height:0;
	overflow:hidden;
	display:block;
}
#l_menu_00{
	height:0;
	padding-top:43px;
	overflow:hidden;
	padding-top:27px;
	background:url(images/common/l_menu_00.gif) no-repeat;
}
#l_menu_01 a{
	padding-top:43px;
	background:url(images/common/l_menu_01.gif) no-repeat;
}
#l_menu_02 a{
	padding-top:43px;
	background:url(images/common/l_menu_02.gif) no-repeat;
}
#l_menu_03 a{
	padding-top:43px;
	background:url(images/common/l_menu_03.gif) no-repeat;
}
#l_menu_04 a{
	padding-top:44px;
	background:url(images/common/l_menu_04.gif) no-repeat;
}
#l_menu_05 a{
	padding-top:43px;
	background:url(images/common/l_menu_05.gif) no-repeat;
}
#l_menu_06 a{
	padding-top:43px;
	background:url(images/common/l_menu_06.gif) no-repeat;
}
#l_menu_07 a{
	padding-top:84px;
	background:url(images/common/l_menu_07.jpg) no-repeat;
}
#yanagihara a{
	background:url(images/common/yanagihara.gif) no-repeat;
	padding-top:64px;
	height:0;
	overflow:hidden;
	display:block;
}
/*右側*/
#r_content{
	float:left;
	border-left:solid 1px #CCCCCC;
	width:554px;
	padding-left:15px;
	overflow:hidden;
}
#topics{
	padding-top:28px;
	background:url(images/common/topics.gif) no-repeat;
}
#topics dl{
	background:#F4FAF1;
	padding:10px 10px 5px 10px;
	line-height:150%;
	margin-bottom:15px;
}
#topics dt{
	font-size:10px;
}
#topics dd{
	font-size:12px;
	border-bottom:dashed 1px #CCCCCC;
	padding:5px 0;
	margin-bottom:5px;
}
#mm_left{
	padding-right:15px;
	float:left;
	width:339px;
}
#column{
	padding-top:21px;
	background:url(images/common/column.gif) no-repeat;
	width:339px;
}
#column ol{
	border:solid 1px #CCCCCC;
	border-top:none;
	margin-bottom:10px;
	padding:10px;
}
#column ol li{
	list-style:inside disc;
	line-height:200%;
	border-bottom:dashed 1px #CCCCCC;
	padding-left:5px;
}
#greeting{
	padding-top:28px;
	background:url(images/common/greeting.gif) no-repeat;
	width:339px;
}
#greeting p{
	background:#F5F5F5;
	padding:10px;
}
#mm_right{
	width:200px;
	height: 0;
	padding-top:286px;
	overflow:hidden;
	background:url(images/common/playroom.jpg) no-repeat;
	margin-bottom: 20px;
	float:left;
}
#mb{
	clear:both;
	background:url(images/common/time.gif) no-repeat 0 15px;
	width:554px;
	height:0;
	padding-top:153px;
	overflow:hidden;
	border-top:dashed 1px #CCCCCC;
}
/*フッターエリア*/
#foot{
	clear:both;
}
#foot div{
	background:#F5F5F5;
	padding:10px;
	margin-bottom:5px;
	text-align: center;
}
#foot div h3{
	font-size: 10px;
	text-align: left;
}
#foot ul{
	margin-left:10px;
	margin-bottom:5px;
	border-left:solid 1px #CCCCCC;
	width:100%;
}
#foot li{
	float:left;
	font-size:10px;
	padding:0 10px;
	border-right:solid 1px #CCCCCC;
}
#w3c{
	padding:10px;
}

