@charset "utf-8";

/*--------------------------------------
	SITE MAP サイトマップ
---------------------------------------*/
/*======================================
	3-1.General
=======================================*/

div#header { }
div#content { }
div#main { width: 654px; }
div#footer { }

/*======================================
	3-4.div#footer
=======================================*/

div#footer div.footer_navi { }

div#footer div.footer_body { }

/*======================================
	div.map_list
=======================================*/

div.map_list { margin-top: 10px; margin-bottom: 10px; width: 900px; }
div.map_list a { text-decoration: none!important; }

h1 {
	margin-top: 10px;
	padding: 0.35em 0 0 25px;
	width: 900px;
	height: 35px;
	background: url(../images/single/frame_headline.gif) no-repeat;
	color: #0066cc;
	font-weight: bold;
}
div.map_list dl.site_list {
	margin-bottom: 20px;
	background-image: url(../images/single/bg_side.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 900px;
	height: 100%;
}
div.map_list dl.site_list dt, div.map_list dl.site_list dd { float: left; }



/* --- dl.menu_title ---------------------------- */
div.map_list dl.site_list dt.menu_title {
	padding: 5px;
	padding-left: 23px;
	width: 192px; /* width220 - (5+23) = 192px */
	border-top: 2px solid #0066cc;
	background: url(../images/icon/ic_arrow_blue.gif) 10px 0.75em no-repeat;
	font-weight: 600;
}
div.map_list dl.site_list dd {
	padding-left: 10px;
	width: 670px;
	height: 100%;
}






/* --- dl.menu_category ---------------------------- */
div.map_list dl.menu_category {
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	height: 100%;
}
		*:first-child+html div.map_list dl.menu_category { margin-bottom: 15px; }

div.map_list dl.menu_category dt {
	clear: both; float: none;
	padding: 5px 5px 5px 13px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/icon/ic_arrow_c_ye_right.gif) left center no-repeat;
}
div.map_list dl.menu_category dd {
	margin: 5px 0;
	padding-left: 0;
}

div.map_list dl.site_list ul {  }
div.map_list dl.site_list ul li {
	margin-left: 15px;
	padding: 3px 0 3px 13px;
	width: 195px;
	background: url(../images/icon/ic_mini_blue.png) left 0.65em no-repeat;
	float: left;
}


div#content p.return { display: none!important; }


/*======================================
	Clearfix Module
=======================================*/
div.map_list dl.site_list ul:after,
div.map_list dl.menu_category:after,
div.map_list dl.site_list:after {
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
}


