@charset "UTF-8";

#menu_guide {
	padding:25px 20px 20px;
	width:918px;
	z-index: 100;
	position: absolute;
	/*top: -1000px;*/
	top: 50px;
	left: 0;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	background:#F9F9F9 url(/images/common/bg_gnavi.gif) repeat-x 0 0;
}
#menu_guide dl {float: left;width:287px;}
#menu_guide dt {font-weight:bold;margin-bottom:10px;}
#menu_guide dd {
	margin:0 0 0 15px;
	padding:0 0 5px 8px;
	background:url(/images/common/marker_point.gif) no-repeat 0 7px;
	font-size:93%;/*12px*/
}
*:first-child+html #menu_guide dd {
	background:url(/images/common/marker_point.gif) no-repeat 0 6px;
}
* html #menu_guide dd {
	background:url(/images/common/marker_point.gif) no-repeat 0 6px;
}
#menu_guide dd a {color:#003399;}
#menu_guide p.close {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:93%;/*12px*/
}

#menu_sitemap {
	width: 916px;
	padding:25px 21px 20px;
	z-index: 100;
	position: absolute;
	/*top: -1000px;*/
	top: 50px;
	left: 0;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	background:#F9F9F9 url(/images/common/bg_gnavi.gif) repeat-x 0 0;
}
#menu_sitemap div.column_multi {float: left;width:458px;}
#menu_sitemap div.column {float: left;width:229px;}
#menu_sitemap dt {margin-bottom:10px;line-height:1.4;}
#menu_sitemap dt span {font-size:108%;/*14px*/}
#menu_sitemap dd .cat {margin-bottom:5px;	font-size:93%;/*12px*/}
#menu_sitemap ul {margin-bottom:20px;}
#menu_sitemap div.column li {
	margin:0 0 0 15px;
	padding:0 0 5px 8px;
	background:url(/images/common/marker_point.gif) no-repeat 0 7px;
	font-size:93%;/*12px*/
}
*:first-child+html #menu_sitemap div.column li {
	background:url(/images/common/marker_point.gif) no-repeat 0 6px;
}
* html #menu_sitemap div.column li {
	background:url(/images/common/marker_point.gif) no-repeat 0 6px;
}
#menu_sitemap div.column li a {color:#003399;}
#menu_sitemap p.close {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:93%;/*12px*/
}