@charset "utf-8";

.topbody .maincontents {
	clear:both;
	width:800px;
	margin:0 auto;
	overflow:hidden;
	_zoom:1;
}

.topbody .visual { float:left; }

.topbody .search    { float:right; }
.topbody .search li { display:inline; }

.topbody .search li img {
	display:block;
	vertical-align:text-bottom;
}

.topbody #top-contents {
	float:left;
	width:510px;
	margin-bottom:50px;
}

.topbody #top-contents .Catch {
	margin:0 0 15px 0;
	padding:8px;
}

.topbody #top-contents .Catch h2 {
	font-size:120%;
	color:#213F99;
	text-align:left;
	margin:0 0 10px 0;
}

.topbody #top-contents .Catch p {
	text-align:left;
}

.topbody #top-contents h3 {
	margin-bottom:15px;
}

.topbody #top-contents dl.event {
	text-align:left;
	margin-bottom:20px;
}

.topbody #top-contents dl.event dt {
	font-size:85%;
	color:#009FEC;
	padding:0 5px;
}

.topbody #top-contents dl.event dd {
	font-weight:bold;
	color:#213F99;
	background:url(common/images/line_dot_01.gif) repeat-x  bottom;
	padding:0 5px 10px 5px;
	margin-bottom:10px;
}

.topbody #top-contents dl.news {
	text-align:left;
	background:url(common/images/line_dot_01.gif) repeat-x  bottom;
	padding:0 5px 5px 5px;
	margin-bottom:5px;
	overflow:hidden;
	_zoom:1;
}

.topbody #top-contents dl.news dt {
	float:left;
	font-size:85%;
	color:#009FEC;
	width:85px;
	_width:60px;
}

.topbody #top-contents dl.news dd {
	float:left;
	width:415px;
	_width:430px;
}

.topbody #top-contents .list {
	text-align:right;
	margin-bottom:30px;
}

.topbody #top-side {
	float:right;
	width:250px;
	margin-bottom:50px;
}

.topbody #top-side ul.banner li { margin-bottom:5px; }

.topbody #top-side ul.banner li img {
	vertical-align:text-bottom;
}

.topbody #top-side ul.sub li {
	clear:both;
	background:url(common/images/line_dot_01.gif) repeat-x bottom;
	padding-bottom:5px;
	margin-bottom:5px;
	overflow:hidden;
	_zoom:1;
}

.topbody #top-side ul.sub li .photo {
	display:inline;
	float:left;
	margin:0 10px 0 0;
}

.topbody #top-side ul.sub li dt {
	text-align:left;
}

.topbody #top-side ul.sub li dd {
	font-size:85%;
	text-align:left;
	margin:4px 0 0 0;
}


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

	サイトマップ

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

.Sitemap dl {
	text-align:left;
}

.Sitemap dt {
	clear:both;
	font-weight:bold;
	color:#22429B;
	margin-bottom:10px;
	padding:4px 0 7px 8px;
	border-left:3px solid #22429B;
	border-bottom:1px solid #22429B;
}

.Sitemap dt a {
	color:#22429B;
}

.Sitemap dd {
	margin:0 0 3px 12px;
}

.Sitemap dd ul {
	margin:0 0 15px 0;
}

