@charset "UTF-8";

/*
--------------------------------------------------
Sitemap Style
--------------------------------------------------
	1.H3
	2.Ul
--------------------------------------------------*/



/* 1.H3
--------------------------------------------------*/
#body h3 {
	background: url(../images/sitemap_title.gif) 0 0 no-repeat;
	width: 980px;
	height: 40px;
	margin-bottom: 10px;
}
#body h3 strong {
	display: none;
}


/* 2.Ul
--------------------------------------------------*/
#body ul {
	clear: both;
	margin-bottom: 10px;
	padding-left: 30px;
}
#body ul li {
	list-style-type: none;
	font-size: 1.3em;
	font-weight: 500;
}
#body ul li a:link, a:visited {
	text-decoration: underline;
	color: #0033ff;
}
#body ul li a:hover {
	text-decoration: none;
	color: #ff6600;
}
#body ul li ul {
	padding-left: 10px;
}
#body ul li ul li {
	border-bottom: dashed 1px #cccccc;
	width: 890px;
	font-size: 1.0em;
	padding: 5px;
}
#body ul li ul li ul {

}
#body ul li ul li ul li {
	border: none;
}
