@charset "Shift_JIS";

/* ----- For Sitemap ----- */

/* Basic Style */

a:hover, a:active {
	text-decoration: none;
}

/* For Contents */

#contents {
	font-size: 120%;
	line-height: 200%;
}
#contents h2 {
	width: 560px;
	height: 84px;
	margin-bottom: 28px;
	background: url(../images/sitemap_title.jpg) no-repeat left top;
}
#contents h3 {
	padding: 4px 18px 0;
	border-top: 1px dotted #999;
	margin-top: 2px;
	font-size: 100%;
	text-indent: 0;
}
#contents ul {
	padding: 0 18px 0 33px;
}
#contents ul ul {
	padding: 0 18px;
}
#contents li {
	background: url(../images/sitemap_mark02.gif) no-repeat;
}
#contents li.mark01 {
	background: url(../images/sitemap_mark01.gif) no-repeat;
}
#contents li, #contents li.mark01 {
	padding-left: 13px;
	background-position: left -1px;
}
#sitemapLeft {
	width: 270px;
	border-bottom: 1px dotted #999;
	margin-right: 13px;
	float: left;
}
#sitemapRight {
	width: 270px;
	border-bottom: 1px dotted #999;
	margin-right: 7px;
	float: right;
}

/* For Sub Navigation */

#subnavi {
	background: url(../images/empty_subnavi.jpg) no-repeat left top;
}

/* For Page Top Link */

#pagetop {
	clear: both;
}

/* float clear */

#contents:after {
	content: ".";
	display: block;
	height: 1px;
	visibility: hidden;
	overflow:hidden;
	clear: both;
}
