@charset "utf-8";

/* ----------policy style---------- */

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* page title */

h1 {
	border-top: 3px solid #3C3D8C;
	background: url(../images/dotline.gif) no-repeat left bottom;
	margin-bottom: 1em;
	padding-bottom: 1px;
}

h2 {
	background: url(../sitemap/images/icon_arrow_01.gif) no-repeat 5px center;
	border: 1px solid #CCCCCC;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 1em;
}

h3.type1 {
	background: url(../sitemap/images/icon_arrow_01.gif) no-repeat 5px center;
	background-color: #EBEBF3;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 0.875em;
}

h3.type2 {
	background: url(../sitemap/images/icon_arrow_02.gif) no-repeat 5px center;
	background-color: #EBEBF3;
	margin-top: 1em;
	margin-bottom: 0.5em;
	padding-left: 20px;
	font-size: 0.875em;
}

h4.type1 {
	background: url(../sitemap/images/icon_arrow_01.gif) no-repeat 5px center;
	margin-bottom: 0.5em;
	padding-left: 20px;
	font-size: 0.875em;
}

h4.type2 {
	background: url(../sitemap/images/icon_arrow_02.gif) no-repeat 5px center;
	margin-bottom: 0.5em;
	padding-left: 20px;
	font-size: 0.875em;
}

h5 {
	margin-bottom: 1em;
}

.sitemap_margin {
	margin-left: 10px;
}

ul.list_sitemap {
	margin-left: 10px;
	margin-bottom: 1em;
}

