@charset "utf-8";
/* sitemap.css */

/*======================================

	ページ特別指定
	
=======================================*/

#sitemap #main #main_wrap {
	min-height: 1000px;
}

#sitemap #header #title h2 {
	background: url(../sitemap/images/title.jpg) no-repeat 0 center;
}

/*======================================

	0-3.コンテンツ｜
	
=======================================*/

#sitemap #cont01 h3#copy01 {
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../sitemap/images/copy.jpg) left top no-repeat;
	width: 750px;
	height: 56px;
}



/*======================================

	コンテンツ｜cont01 サイトマップ
	
=======================================*/

#sitemap p.copy_text01{
	margin: 18px 0 18px 20px;
	padding: 0;
	border: 0;
	width: 720px;
	text-align: left;
	color:#69490F;
}

#sitemap #sitemap_area{
	margin: 30px auto;
	padding: 30px 0 30px 0;
	padding: 0;/*
	border:  solid 1px #f00;*/
	width: 600px;
	background-color:#FFFFFF;
	overflow: hidden;
}	

#sitemap #sitemap_area ul.page {
	margin: 0 0 0 30px;
	border: 0;
	width: 230px;
	float: left;
}

#sitemap #sitemap_area ul.page li{
	font-weight: normal;
	margin: 1em 0 0.5em 2em;
	color: #69490F;
	list-style: circle inside;
}

		
#sitemap #sitemap_area ul.page a:link{
	 Color: #69490F; text-decoration: none;}
#sitemap #sitemap_area ul.page a:visited	{ 
	Color: #69490F; text-decoration: none;}
#sitemap #sitemap_area ul.page a:hover{
	 Color: #69490F; text-decoration: underline; }
#sitemap #sitemap_area ul.page a:active{
	 Color: #69490F; text-decoration: none;
}
	 

#sitemap #sitemap_area li.dir{
	font-weight: bold;
	color: #69490F;
	margin-top: 1.5em;
}


#sitemap #sitemap_area li.dir a:link{
	 Color: #69490F; text-decoration: none;}
#sitemap #sitemap_area li.dir a:visited	{ 
	Color: #69490F; text-decoration: none;}
#sitemap #sitemap_area li.dir a:hover{
	 Color: #69490F; text-decoration: underline; }
#sitemap #sitemap_area li.dir a:active{
	 Color: #69490F; text-decoration: none;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html #sitemap #main #main_wrap {
	height: 1000px;
}