@charset "UTF-8";
/*////////////////////////////////////////////////////////////
YAG - sitemap.css
------------------------------------------------------------

[Sitemap]
	1. Sitemap Page
		1-1. Sitemap Page Layout
		1-2. Sitemap Page Body

////////////////////////////////////////////////////////////*/

/* ################################################################################
	[Sitemap] Sitemap Page styles
   ################################################################################ */
/* ------------------------------------------------------------
	1. Sitemap Pages
   ------------------------------------------------------------ */
/*  1-1. Sitemap Page Layout
   ------------------------------------------------- */
body .sitemapLayout {
	width:910px;
	height:auto;
	min-height:500px;/*最低高さの指定*/
	font-size:93%; /*12px*/
}
* html body .sitemapLayout {
	height:500px;/*for ie6*/
}

/*  1-2. Sitemap Page Body
   ------------------------------------------------- */
body .sitemapLayout .pageTtl {
	width:870px;
	padding:0 20px;
}
body .sitemapLayout .subTtl {
	width:830px;
	border-top:#e9e5e1 1px solid;
	border-bottom:#e9e5e1 1px solid;
	color:#221815;
	font-weight:bold;
	padding: 5px 20px;
	margin:25px 20px 0;
	background:url(../img/bg_subttl.gif) repeat 0 0;
}
body .sitemapLayout .contentBloc {
	width:870px;
	padding:20px 20px 5px;
	line-height:1.6;
	text-align:justify;
}
body .sitemapLayout .contentBloc .sitemapWrap {
	width:auto;
	border-top:5px solid #E6E6E6;
	border-bottom:4px solid #E6E6E6;
	background:url(../img/bg_sitemap.gif) repeat-y 0 0;
}
body .sitemapLayout .contentBloc dl {
	width:auto;
	border-bottom:1px solid #E6E6E6;
} 
body .sitemapLayout .contentBloc dt {
	float:left;
	width:260px;
	padding:10px 0;
	font-size:108%;
	font-weight:bold;
} 
body .sitemapLayout .contentBloc dt.full-width {
	width:870px;
	float:none;
	background:#f5f5f5:
}
body .sitemapLayout .contentBloc dt p {
	width:auto;
	padding:0 10px 0 24px;
	background:url(../img/ico_arrow.gif) no-repeat 10px 50%;
}
body .sitemapLayout .contentBloc dt p.indent {
	padding:0 10px 0 40px;
	background:url(../img/ico_arrow.gif) no-repeat 26px 50%;
}
body .sitemapLayout .contentBloc dd {
	float:left;
	width:610px;
	padding:5px 0;
}
body .sitemapLayout .contentBloc dd ul {
	width:600px;
	padding:0 0 0 10px;
}
body .sitemapLayout .contentBloc dd li {
	float:left;
	width:274px;
	padding:5px 0 5px 16px;
	margin:0 10px 0 0;
	background:url(../img/ico_arrow.gif) no-repeat 0 50%;
}
body .sitemapLayout .contentBloc dd li a:link,
body .sitemapLayout .contentBloc dd li a:visited {
	color:#666;
	text-decoration:none;
}
body .sitemapLayout .contentBloc dd li a:hover,
body .sitemapLayout .contentBloc dd li a:active {
	color:#BD6335;
	text-decoration:underline;
}
