#contents {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	clear: both;
}


h4 {
	line-height: 1.5em;
	color: #330000;
	margin-left: 20px;
	font-size: 16px;
}
h4.center {
	text-align: center;
	width: 100%;
	margin: 5px 0px;
}


#contents  p.normal {
	font-size: 14px;
	color: #333333;
	line-height: 1.3em;
	width: 500px;
	margin-top: 5px;
	margin-right: 140px;
	margin-bottom: 5px;
	margin-left: 140px;
}
#contents h2 {
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #330000;
	width: 600px;
	margin-top: 5px;
	margin-right: 90px;
	margin-bottom: 5px;
	margin-left: 90px;
}

#contents p.comment {
	margin-right: 25px;
	margin-left: 25px;
	color: #330000;
	width: auto;
}
#contents p.center {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px 0px;
	color: #330000;
}

#contents h3.question {
	font-size: 14px;
	color: #FF9933;
	line-height: 1.6em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
	border-bottom: 1px dotted #FF9933;
	padding-right: 5px;
	padding-left: 5px;
}

#contents h3.float_600 {
	font-size: 14px;
	color: #330000;
	line-height: 1.6em;
	margin:3px auto 10px;
	width:650px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
}


#contents div.float_left_380 {
	float: left;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contents div.float_right_380 {
	float: right;
	width: 380px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.float_600 {
	width: 675px;
	margin-left: auto;
	border: medium dotted #ECE9D8;
	clear: both;
	margin-right: auto;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #B9cFFF;
}
div.float_600 img{
	padding:0;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}

div.float_600 h3{
	font-size: 14px;
	color: #330000;
	line-height: 1.6em;
	border-bottom: 1px dotted #330000;
}

div.comment{
	float:none;
	padding-left:15px;
	text-align: left;
	width: auto;
}
div.comment p{
	letter-spacing:0.09em;
	padding:0;
	line-height: 1.1em;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	
}
#wrapper #contents .navi {
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

