@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("base.css");

#sitemap{
	width:800px;
	margin:0 auto;
}

#sitemap li{
	background-image: url(../img/sitemap/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding:0 0 0 20px;
	margin:0 0 0 40px;
}

#sitemap a{
	color: #4C3200;
	text-decoration:underline;	
}

#sitemap a:hover{
	color: #4C3200;
	text-decoration:none;	
}

/* for WinIE6,7,8 */
* html #sitemap a{
	color: #4C3200;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #4C3200;
}
*:first-child+html #sitemap a{
	color: #4C3200;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #4C3200;
}
head~/* */body #sitemap a{
	color: #4C3200;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #4C3200;
}
html:not(:target) #sitemap a{
	color: #4C3200;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #4C3200;
}

/* for WinIE6,7,8 */
* html #sitemap a:hover{
	color: #4C3200;
	text-decoration:none;
	border-bottom-style: none;
}
*:first-child+html #sitemap a:hover{
	color: #4C3200;
	text-decoration:none;
	border-bottom-style: none;
}
head~/* */body #sitemap a:hover{
	color: #4C3200;
	text-decoration:none;
	border-bottom-style: none;
}
html:not(:target) #sitemap a:hover{
	color: #4C3200;
	text-decoration:none;
	border-bottom-style: none;
}



#sitemap h2{
	width:560px;
	height:20px;
	background-image: url(http://www.ishikiri.or.jp/img/faq/icom001.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42541F;
	padding:15px 0 2px 40px;
	margin: 15px 0 5px 0px;
}

#siteBox{
	width:600px;
	margin:0 0 0 100px;
	
}


