@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;
	background-size: 100% 100%;
	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;*/
	padding: 0 15px 10px 10px;
}
#contents #subNav li {
	background: url(../images/under/subnavi02.png) repeat-x bottom;
	background-size: 1px 100%;
	width: 235px;
	margin-bottom: 1px;
}
#contents #subNav li a {
	display: block;
	background: url(../images/under/subnavi01.png) no-repeat 5px bottom;
	background-size: 4px 100%;
	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;
	background-size: 4px 100%;
}
#contents .contentsTxt {
	margin-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	clear: left;
}
#contents .contentsTxt dt {
	clear: left;
	float: left;
	width: 8em;
	margin-bottom: 5px;
}
#contents .contentsTxt dd {
	margin-left: 8.5em;
	margin-bottom: 5px;
	zoom: 1;
}
#contents .contentsTxt dd ul li {
	display: inline;
}
#contents .contentsTxt dd ul li + li:before {
	content: "、";
}