@charset "utf-8";
/* CSS Document */

#contents {
	float: right;
	width: 695px;
	margin: 0 0 40px 0;
}
#contents p {
	line-height: 1.8em;
}
#contents h1 {
	font-weight: normal;
	font-size: 187.5%;
	background: #dce6f0;
	padding: 5px 5px 5px 15px;
	border-left: 5px solid #22558c;
}
#contents h2 {
	background: url(../images/ornament.png) no-repeat left center;
	padding: 2px 0px 0 16px;
	border-bottom: 1px solid #b5b5b5;
	color: #22558c;
	margin-bottom: 10px;
	margin-top: 20px;
}
#contents #voiceList {
	margin-bottom: 10px;
}

#contents #voiceList ul{
	background: #ffffff;
	border-top: 3px solid #dce6f0;
	border-right: 3px solid #dce6f0;
	border-left: 3px solid #dce6f0;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 35px;
}
#contents #voiceList ul li{
	list-style: disc;
	border-bottom: 1px dotted #959595;
	padding-bottom: 6px;
	padding-top: 6px;
}
#contents .sv {
	background: #cee5d3;
	font-size: 140.2%;
	color: #097c25;
	margin-top: 16px;
	margin-bottom: 6px;
	padding-left: 10px;
}
#contents .type {
	color: #097c25;
	font-weight: bold;
	font-size: 106.2%;
}
#contents .block {
	margin-bottom: 12px;
}
#contents .block dd {
	line-height: 1.6em;
}
