@charset "utf-8";
/* CSS Document */
#contents h2 {
	background: url(../images/under/titlebar01.jpg) no-repeat left bottom;
	font-weight: bold;
	border-bottom: 2px solid #a085cf;
	text-align: left;
	text-indent: 5px;
	font-size: 115%;
	color: #34345f;
	margin-bottom: 10px;
	margin-right: 15px;
	letter-spacing: 0.3em;
}
#contents h3 {
	background: url(../images/under/underbar02.png) no-repeat right center;
	width: 465px;
	padding-left: 10px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	margin-left: 5px;
}
#contents #subNav {
	float: right;
	width: 235px;
	font-size: 90%;
	padding-right: 15px;
	padding-bottom: 10px;
}
#contents #subNav li {
	background: url(../images/under/subnavi02.png) repeat-x bottom;
	width: 235px;
	margin-bottom: 1px;
}
#contents #subNav li a {
	display: block;
	background: url(../images/under/subnavi01.png) no-repeat 5px bottom;
	padding-left: 15px;
	width: 220px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contents #subNav li a:hover {
	background: url(../images/under/subnavi01_f2.png) no-repeat 5px bottom;
}
#contents .contentsTxt {
	margin-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#contents .contentsTxt dt {
	clear: left;
	float: left;
	width: 7em;
	margin-bottom: 5px;
}
#contents .contentsTxt dd {
	margin-left: 7.5em;
	margin-bottom: 5px;
	zoom: 1;
}

