@charset "utf-8";

@import  "format.css";
@import  "in_style.css";
@import  "link_style.css";
@import  "main.css";

/**************************** インデックスイメージ ****************************/
#Sitemap {
	width: 570px;
	height: auto;
	margin: 10px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff9900;
}

#Sitemap h3 {
	width: 570px;
	height: auto;
	text-align: left;
	margin: 8px auto 20px;
}

#Sitemap h4 {
	width: 550px;
	height: auto;
	text-align: left;
	margin: 15px auto;
	font: normal bold 1.1em/1.5  Verdana, Arial, sans-serif;
}
	
#Sitemap p {
	width: 540px;
	height: auto;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 20px auto;
	font: normal normal 1em/1.5  Verdana, Arial, sans-serif;
}

	#Sitemap ul {
		width: 540px;
		height: auto;
		margin: 20px auto;
		text-align: left;
		list-style: none;
		font: normal normal 1em/1.5  Verdana, Arial, sans-serif;
		clear: both;
	}
	
	#Sitemap ul li {
		margin: 15px auto;
		padding-left: 30px;
		background-image: url(../image/profile-list-icon.gif);
		background-repeat: no-repeat;
		text-align: left;
		list-style: none;
		clear: both;
	}
