@charset "utf-8"; 




/*=============================== メインビジュアル ================================*/

#container {
	background: #F0F0F0;
}
#main_visual {
	background: url(../images/slide01.jpg) no-repeat center 0;
	border-bottom:solid #6FBA2C 18px;
}






/*================================ パンくず ===============================*/
#bread {
	background: #333;
	padding-left:0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	line-height:2.2em;
}
#bread ol {
	text-indent: 0;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 5px;
}
#bread li {
	list-style: none;
	margin: 0;
	font-weight: bold;
	color: #fff;
	float: left;
}
#bread li a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	background: url(none);
	height: auto;
	width: auto;
	display: inline;
}
#bread li a:hover {
	text-decoration: none;
}







/*================================ index menu full ==============================*/

.index_menu_full_wrap{
	height: auto;
	clear: both;
	margin-bottom: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
	border: 3px double #0084B4;
	background: #FCF9F3;
	padding: 15px 15px 1.5em;
}
.index_menu_full_wrap dl{
	text-align: left;
}
.index_menu_full_wrap  dt {
	text-decoration: none;
	display: block;
	font-size: 125%;
	font-weight: bold;
}

.index_menu_full_wrap dt a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #357141;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
}
.index_menu_full_wrap dt a:hover{
	text-decoration: none;
}
.index_menu_full_wrap dd{
	min-height: 90px;
	padding: 20px 0px 0;
}



/*================================ sitemap ==============================*/

#sitemap #contents .index_menu_full_wrap {
	padding:0;
}
#sitemap #contents .index_menu_full_wrap dt a {
	font-size: 100%;
	background: #2D88C9;
	color: #fff;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-decoration:none!important;
}
#sitemap #contents .index_menu_full_wrap dt a:hover {
	background: #6BADDE;
}
#sitemap #contents .index_menu_full_wrap dd {
	padding-bottom: 20px;
	background: #fff url(../images/index_menu_full_wrap_line.gif) repeat-x left top;
}

#sitemap .index_menu_full_wrap ul {
	text-indent:0;
	width: 1033px;
	margin-right: 0px;
	margin-left: 20px;
	text-indent: 0px;
	margin-bottom: 1em;
	height: auto;
	padding: 5px 0px 0px;
}

#sitemap .index_menu_full_wrap li {
	width: 323px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px 9px 10px 0px;
	padding: 8px 0px 12px 0;
}

#sitemap .index_menu_full_wrap ul li a {
	outline-style: none;
	font-weight: bold;
	font-size:115%;
}
#sitemap .index_menu_full_wrap ul li a:hover {
	color:#BB3D17;
}

