@charset "utf-8";

#main_h1_bar h1 {
	color: #CC9900;
	background-image: none;
	width: 840px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub_left {
	float: left;
	width: 520px;
}
#sub_left img {
	height: 320px;
	width: 520px;
	margin-bottom: 1px;
}
#sub_right {
	float: right;
	width: 320px;
}
#sub_right h2 {
	font-family: "メイリオ";
	font-size: 16px;
	line-height: 24px;
	color: #CC9900;
	margin-top: 10px;
	margin-bottom: 6px;
}
#sub_right dl {
	margin-top: 20px;
	margin-bottom: 20px;
}
#sub_right dt {
	float: left;
	width: 60px;
	text-align: right;
	font-weight: bold;
	color: #996600;
}

#sub_right dd {
	margin-left: 70px;
	width: 240px;
}
#sub_right h3 {
	font-size: 18px;
	line-height: 24px;
	color: #CC6600;
	margin-top: 20px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
