@charset "UTF-8";

/* ========================================================= */
/*                        SITEMAP							 */
/* ========================================================= */
h2 {
	width: 655px;
	height: 40px;
	margin-bottom: 25px;
	padding: 3px 0 0 20px;
	color: #fff;
	font-size: 138.5%;
	font-weight: bold;
	background: url('../../img/bg_title02.gif') bottom left no-repeat;
	}

#sitemap {
	margin-bottom: 15px;
	padding: 0 30px 15px;
	background: #e3d5c6;
	}

#main h3 {
	margin: 20px 0 10px 0;
	padding: 0 0 0 18px;
	color: #322b2b;
	font-size: 108%;
	line-height: 1.4;
	border-bottom: 1px dotted #895C43;
	background: url('../../img/icon01.gif') left center no-repeat;
	}

#main a:link {color: #322b2b; text-decoration: none;}
#main a:visited {color: #322b2b; text-decoration: none;}
#main a:hover {color: #ff6600; text-decoration: underline;}
#main a:focus {color: #ff6600; text-decoration: underline;}
#main a:active {color: #ff6600; text-decoration: underline;}


/* -------------------- SITEMAP-LEFT ----------------------- */
#sitemap-left {
	width: 270px;
	float: left;
	}

#sitemap-left p {
	margin-left: 15px;
	font-weight: bold;
	}

#sitemap-left ul {
	margin-left: 30px;
	}


/* ------------------- SITEMAP-RIGHT ----------------------- */
#sitemap-right {
	width: 300px;
	float: right;
	}

#sitemap-right h4 {
	padding-left: 18px;
	line-height: 1.4;
	color: #322b2b;
	background: url('../../img/icon02.gif') left center no-repeat;
	font-weight: bold;
	}

#sitemap-right p {
	margin-left: 20px;
	font-weight: bold;
	}

#sitemap-right ul {
	margin-left: 40px;
	font-size: 100%;
	}

#sitemap-right ul li {
	font-size: 85%;
	}
	
* html #sitemap-right ul li { font-family: 'ＭＳ Ｐゴシック', sans-serif;} /* for IE6 */
*:first-child+html #sitemap-right ul li { font-family: 'ＭＳ Ｐゴシック', sans-serif;} /* for IE7 */
head~/* */body #sitemap-right ul li { font-family: 'ＭＳ Ｐゴシック', sans-serif;} /* for IE8 */
html:not(:target) #sitemap-right ul li { font-family: 'ＭＳ Ｐゴシック', sans-serif;} /* for IE8 */