@charset "UTF-8";


#menu_main h2{
	color: #000000;
}

#menu_main p{
	padding: 10px;
}

#menu_main .mb_15{
	margin-bottom: 15px;
}


#menu_sitemap{
	overflow: hidden;
	zoom:1;
	background-color: #FFFFFF;
	font-size: 90%;
}

#menu_sitemap .sitemap_outline{
margin:0 20px;
padding:0px;
}

#menu_sitemap .sitemap_wrap{

	padding: 20px 0 10px 0;
	width: 90%;
	border-bottom:1px solid #858585;
}

#menu_sitemap #sitemap_01,
#menu_sitemap #sitemap_02,
#menu_sitemap #sitemap_03,
#menu_sitemap #sitemap_04,
#menu_sitemap #sitemap_05{
	width: 100%;
}

#menu_sitemap dl dt{
	font-weight:bold;
	background: url(/common/images/menu_icon.gif) 0 4px no-repeat;
	padding-left:20px;
}

#menu_sitemap dl dt.dt_s{
	font-weight:bold;
	margin: 0 0 0 10px;
	background:none;
}

#menu_sitemap dl dt.dt_s2{
	font-weight:bold;
	margin: 0 0 0 20px;
	background:none;
}

#menu_sitemap dl dd{
	width:850px;
	margin: 0 0 0 40px;
}

#menu_sitemap dl dd.dd_s2{
	width:800px;
	margin: 0 0 15px 50px;
	border-bottom:1px dotted #999;
}

#menu_sitemap dl dd.dd_s{
	width:800px;
	margin: 0 0 0 50px;
	border-bottom:1px dotted #999;
}

#menu_sitemap dl dd p{
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
    white-space: nowrap;
}


/*
#menu_sitemap ul li ul {
	background: url(/images/pc/default/menu/ic_bk.gif) no-repeat 17px 0;　// ul の背景に点線の画像を設定
}

#menu_sitemap ul li ul.category li {
	background: url(/images/pc/default/menu/ic_category.gif) no-repeat 1px -285px;　// 長さ 300px あるのでマイナスで位置調整
}
*/