@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sitemap.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/* --------------------------------------------------
	
	#header		ヘッダー
		
----------------------------------------------------- */

#sitemap #header #cnt_header h2 {
	background:url(../sitemap/images/title.jpg) center 0 no-repeat;
}


/*----------------------------------------------------
   #sbmenu		サブメニュー
---------------------------------------------------- */

#sitemap #sbmenu ul {
	width:105px;
	background:url(../sitemap/images/sbmenu.gif);
}


#sitemap #sbmenu ul li#sitemap {
	width:105px;
}



/*----------------------------------------------------
   #cnt_sitemap
---------------------------------------------------- */
#sitemap .sitemap_cons {
	width:660px;
	margin:45px 0 0 0;
	overflow:hidden;
}

#sitemap .sitemap_wrap {
	overflow:hidden;
}


#sitemap .cntstmap {
	margin:0 0 35px 0; 
	width:325px;
}

#sitemap .cntstmap h3 {
	margin:0 0 15px 0;
	width:325px;
	height:40px;
	line-height:40px;
	text-indent:-9999px;
}

#sitemap .cntstmap ul{
	margin:0 0 0 20px;
	width:305px;
}

#sitemap .cntstmap ul li{
	padding:0 0 0 15px;
	margin-bottom:10px;
	list-style:none;
	background:url(../sitemap/images/arrow.gif) 0 center no-repeat;
}


#sitemap .sitemap_cons h3#tit_home {
	background:url(../sitemap/images/tit_home.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_plan {
	background:url(../sitemap/images/tit_plan.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_rooms {
	background:url(../sitemap/images/tit_rooms.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_hotspring {
	background:url(../sitemap/images/tit_hotspring.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_dining {
	background:url(../sitemap/images/tit_dining.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_facilities {
	background:url(../sitemap/images/tit_facilities.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_fivepoints {
	background:url(../sitemap/images/tit_fivepoints.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_yourstay {
	background:url(../sitemap/images/tit_yourstay.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_access {
	background:url(../sitemap/images/tit_access.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_sightseeing {
	background:url(../sitemap/images/tit_sightseeing.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_news {
	background:url(../sitemap/images/tit_news.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_contact {
	background:url(../sitemap/images/tit_contact.gif) no-repeat;
}
#sitemap .sitemap_cons h3#tit_privacy {
	background:url(../sitemap/images/tit_privacy.gif) no-repeat;
}






/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html{}
