@charset "utf-8";

/***********************************/
/* サイトマップ　　                */
/***********************************/

/* 横全体 */
.sitemap_boxall {
	width:770px;
	height:auto;
	margin-top:10px;
	}

/* box1 */
.sitemap_box1 {
	width:370px;
	height:auto;
	float:left;
	}

/* box2 */
.sitemap_box2 {
	width:370px;
	height:auto;
	float:right;
	}

/* タイトル・入門 */
.sitemap_tit1 {
	width:360px;
	height:auto;
	text-align:center;
	background-color:#8EB63D;
	padding:5px;
	font-weight:bold;
	color:#DFECC6;
	}

/* タイトル・知ろう */
.sitemap_tit2 {
	width:360px;
	height:auto;
	text-align:center;
	background-color:#CB9F1D;
	padding:5px;
	font-weight:bold;
	color:#EEE7D5;
	}

/* リスト全体 */
ul.sitemap_list{
	width:360px;
	text-align:left;
	list-style-type:none;
}

/* リスト・グレー背景 */
li.sitemap_text{
	width:370px;
	height:25px;
	background:url(../img/img_triangle_g.gif) no-repeat 0px;
	line-height:25px;
	padding-left:12px;
}











/* ページタイトル画像 */
#map_tit {
	width:760px;
	height:90px;
	}

/* ページ全体 */
.sitemap_all {
	width:725px;
	height:auto;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	

/* リストタイトル・リゾートを知ろう */
dt.map_tit1{
	font-weight:bold;
	background-color:#FFCC66;
	color:#644300;
	height:22px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	}

/* リストタイトル・目指せマニア */
dt.map_tit2{
	font-weight:bold;
	background-color:#EDB4CC;
	color:#7B1E45;
	height:22px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	}

/* リストタイトル・目指せマニア */
dt.map_tit3{
	font-weight:bold;
	background-color:#C4E1FF;
	color:#0B7B9F;
	height:22px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	}

dd.map_txt{
	line-height:170%;
	font-size:10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	