@charset "utf-8";

body {
	width: 100%;
}

#div_main {
	height: 780px;
	background: URL(../img/bg.png) #083f63 center 0 no-repeat;
}
#div_main div {
	width: 960px;
	height: 760px;
	margin: 0 auto;
	background: URL(../img/pic_main.png) 0 0 no-repeat;
	text-align: center;
}

#div_content {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#div_content h3 {
	margin-top: 40px;
	color: #083f63;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1px;
}
#div_content dt {
	display: inline-block;
	margin-top: 60px;
	border: 2px solid #083f63;
	padding: 8px 60px;
	color: #083f63;
	font-size: 1.4em;
}
#div_content dd {
	margin-top: 20px;
	font-size: 1.3em;
	line-height: 1.8;
}
#div_content dd span {
	display: block;
	margin-top: 40px;
}
#div_content .p_logo {
	width: 18%;
	margin: 100px auto 0;
}
#div_content .p_price {
	display: inline-block;
	margin-top: 40px;
	padding: 8px 40px;
	border-top: 4px double #083f63;
	border-bottom: 4px double #083f63;
	color: #083f63;
	font-size: 1.2em;
	font-weight: bold;
}
#div_content .p_txt {
	margin-top: 20px;
	color: #083f63;
}
#div_content .p_hp {
	margin-top: 120px;
	color: #083f63;
}
#div_content .p_hp a {
	color: #0071bc;
}
#div_content .p_hp a:hover {
	color: #66aad7;
}
#div_content .p_txt + dl {
	padding-top: 40px;
}
#div_footer {
	width: 960px;
	margin: 40px auto 40px;
	text-align: center;
}