/****************************************/
/*           トップページ設定           */
/****************************************/
body{
	background: #e6ffe6 url("../images/bg_top.gif") 0 0 repeat-x;
}

/*** 本文領域 ***/
#content_body{
	float: left;
	width: 580px;
	margin: 0 0 0 35px;
}
#content{
	width: 580px;
}

/*** サイドメニュー ***/
#side{
	margin: 0 35px 0 0;
	display: inline;
	float: right;
	background: #fff;
	padding: 0;
}
#side a:hover img{
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#side ul{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

#side ul li{
	width: 240px;
	margin: 0 0 2px 0;
	padding: 0;
}

/* サイド_お問い合わせ */
#side #side_contact{
	margin-bottom: 10px;
	width: 240px;
	height: 120px;
	background: url("../images/side_contact.gif") 0 0 no-repeat;
	border-bottom: 1px dotted #ccc;
}
#side #side_contact li{
	margin: 0;
	padding: 0;
}
#side #side_contact ul{
	display: block;
	width: 220px;
	margin: 0 10px;
	padding: 0;
	border: 0;
}
#side_contact ul li#c-tel{
	display: block;
	width: 220px;
	height: 78px;
	text-indent: -9999px;
}
#side_contact ul li#c-access{ display: inline; }
#side_contact ul li#c-access a{
	display: block;
	float: left;
	width: 70px;
	height: 20px;
	background: url("../images/side_c-access.gif") 0 0 no-repeat;
	text-indent: -9999px;
}
#side_contact ul li#c-access a:hover{ background-position: 0 -20px; }

#side_contact ul li#c-form{ display: inline; }
#side_contact ul li#c-form a{
	display: block;
	float: left;
	width: 135px;
	height: 20px;
	background: url("../images/side_c-form.gif") 0 0 no-repeat;
	text-indent: -9999px;
}
#side_contact ul li#c-form a:hover{ background-position: 0 -20px; }

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

#content h3#topics{
	width: 580px;
	height: 70px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("../images/top_ttl.gif") 0 0 no-repeat;
	text-indent: -9999px;
	border: 0;
}

#top_mainmenu ul{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
#top_mainmenu ul li{
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top_mainmenu ul li a{
	display: block;
	float: left;
	width: 288px;
	height: 141px;
	margin: 0 1px;
	padding: 0;
	list-style: none;
	border: 0;
	outline-style: none;
}


/*** トップページ画像 ***/
#top_img{
	width: 920px;
	height: 290px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url("../images/topimg.jpg") 0 0 no-repeat;
}
#top_img h2{ text-indent: -9999px; }

#top_lead{
	width: 610px;
	height: 125px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url("../images/top_lead.jpg") 50% 0 no-repeat;
}
#top_lead p{ text-indent: -9999px; }

/*** お知らせ ***/
#info{
	width: 580px;
	height: 170px;
	margin: 1.0em 0;
	color: #555;
	overflow: auto;
	scrollbar-face-color: #eee;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #aaa;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}
#info a{
	color: #333;
	text-decoration: underline;
}
#info a:hover{
	text-decoration: none;
}

#info h3{
	width: 240px;
	height: 25px;
	margin: 0;
	padding: 0;
	background: url("../images/side_ttl_news.gif") 0 0 no-repeat;
	text-indent: -9999px;
}

#info dl{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#info dl > div {
  display: table-row;
}

#info dl > div > dt{
	display: table-cell;
	width: 8em;
	margin: 0;
	padding: 0.5em 10px;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}

#info dl > div > dd{
	display: table-cell;
	margin: 0;
	padding: 0.5em 10px 0.5em 0;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	line-height: 180%;
}

