@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#sitemap {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
	font-size:80%;
}

*html #sitemap {
	height: 500px;
}

#sitemap a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#sitemap div.sitemap-wrap {
	width: 566px;
	padding-bottom: 20px;
}

#sitemap div.sitemap-Lt {
	width: 301px;
	float: left;
	text-align: left;
}

#sitemap div.sitemap-Rt {
	width: 265px;
	float: right;
	text-align: left;
}

#sitemap ul li {
	margin-left: 5px;
	padding:0 0 5px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../../shared/images/common_ic_003.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#sitemap ul li.image01 {
	margin-left: 30px;
	padding:0 0 5px 15px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sitemap_ic_002.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}

#sitemap ul li.image02 {
	margin-left: 55px;
	padding:0 0 5px 20px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sitemap_ic_003.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


