@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

#sitemap #contents {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	min-height: 1500px;
}



/* #title_area 画像タイトル
----------------------------------------------------------- */

#sitemap #title_area #wrp_area h2 {
	background:url(../sitemap/images/title.jpg) left top no-repeat;
}


#sitemap #cnt_sitemap {
	width: 700px;
	margin: 0;
	padding: 0 5px 30px 5px;
}

#sitemap #cnt_sitemap .list_sitemap_l {
	width: 340px;
	margin: 0 20px 0 0;
	padding: 0 0 50px 0;
	float: left;
	overflow: hidden;
}

#sitemap #cnt_sitemap .list_sitemap{
	width: 340px;
	margin: 0;
	padding: 0 0 50px 0;
	float: left;
}

#sitemap #cnt_sitemap .list_sitemap_l h4,
#sitemap #cnt_sitemap .list_sitemap h4 {
	width: 340px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}

#sitemap #cnt_sitemap .list_sitemap_l h4 a,
#sitemap #cnt_sitemap .list_sitemap h4 a {
	width: 340px;
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#sitemap #cnt_sitemap #page_information h4 {
	background: url(../sitemap/images/st_information.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_rooms h4 {
	background: url(../sitemap/images/st_rooms.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_facilities h4 {
	background: url(../sitemap/images/st_facilities.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_access h4 {
	background: url(../sitemap/images/st_access.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_sightseeing h4 {
	background: url(../sitemap/images/st_sightseeing.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_blog h4 {
	background: url(../sitemap/images/st_blog.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_contact h4 {
	background: url(../sitemap/images/st_contact.gif) left top no-repeat;
}

#sitemap #cnt_sitemap #page_privacy h4 {
	background: url(../sitemap/images/st_privacy.gif) left top no-repeat;
}

#sitemap #cnt_sitemap li {
	background: url(../sitemap/images/icon.gif) left no-repeat;
	padding: 2px 0 2px 20px;
}










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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


* html #sitemap #contents {
	height: 1500px;
}



