@charset "shift_jis";

#contents #main {
	width: 405px;
	margin-top: 10px;
}
#contents #sub {
	width: 405px;
	margin-top: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
h1 {
	height: 50px;
	width: 820px;
}
.bBox {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#contents ul {
	text-align: left;
	font-weight: bold;
	color: #333333;
	list-style-type: none;
}
#contents li {
	display: block;
	line-height: 2em;
	color: #CCCCCC;
}
#contents a {
	display: block;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFF9;
	background-image: url(../images/li_marker01_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#contents a:hover {
	background-image: url(../images/li_marker01_on.gif);
	display: block;
	color: #660000;
	text-decoration: none;
	background-color: #F9F9F9;
	background-repeat: no-repeat;
	background-position: left center;
}
#contents ul ul {
	text-align: left;
	font-weight: normal;
	color: #333333;
	list-style-type: none;
	margin-left: 18px;
}
