/*------------------------------------------------------------------------------
基本
------------------------------------------------------------------------------*/
#left .m_title {
	background:url("img/menu_title.gif") no-repeat;
}

/*------------------------------------------------------------------------------
見出し
------------------------------------------------------------------------------*/
h1 {
	margin:0 0 30px;
	width:700px;
}

h2 {
	margin:0 0 30px;
	padding:0;
	width:600px;
	height:35px;
	font-size:20px;
	line-height:26px;
	color:#8a6969;
}

h2 span,
h2 a {
	color:#fff;
	font-size:20px;
}

h2.img_ttl {
	margin-top:40px;
}

h3 {
	font-size:20px;
	color:#300;
}

.mark_line_bottom {
	margin-top:0;
	margin-bottom:15px;
}

/*------------------------------------------------------------------------------
ボックス
------------------------------------------------------------------------------*/
.content {
	margin:0 auto;
	width:600px;
	background-color:#fff;
}

.image {
	padding:0;
	width:240px;
	float:right;
}

.text {
	padding:0 20px 40px 0;
	width:280px;
	float:left;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.title_box {
	margin:0;
	padding:0;
	width:600px;
}

.title_box .text {
	padding:0 20px 0 15px;
	width:280px;
	float:left;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

.title_box .image {
	padding:0 15px 0 0;
	width:240px;
	float:right;
}

p {
	font-size:14px;
	line-height:20px;
	text-align:justify;
	text-justify:distribute;/* Win IE only */
}

p strong {
	font-size:14px;
	line-height:20px;
}

.text p {
	margin-bottom:10px;
}

.links {
	padding:30px 0 40px;
}

a.btn1,
a.btn2,
a.btn3 {
	float:left;
	display:block;
	width:180px;
	height:30px;
}

a.btn1 {
	margin:0 20px 0 0;
	background:url("../common/img/btn4.gif") no-repeat;
}

a.btn1:hover {
	background-position:0 -30px;
}

a.btn2 {
	margin:0 20px 0 0;
	background:url("../common/img/btn5.gif") no-repeat;
	background-position:0 0;
}

a.btn2:hover {
	background-position:0 -30px;
}

a.btn3 {
	margin:0;
	background:url("../common/img/btn6.gif") no-repeat;
}

a.btn3:hover {
	background-position:0 -30px;
}

.price {
	margin-bottom:20px;
	background:#fff;
}

.price td {
	padding:5px 10px;
	font-size:14px;
	letter-spacing:1px;
	text-align:right;
}

.price td.border {
	border-left:1px solid #000;
}
.p_box {
	margin-top:20px;
	margin-left:10px;
	_margin-left:5px;
	float:left;
	width:250px;
	padding:3px 10px;
	border:3px double #cbb886;
	background:#fdf9f0;
}

.p_box span {
	color:#cbb886;
}

table.prize {
	margin:0 0 10px;
	width:250px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:#fff;
}

table.prize td {
	padding:3px 10px;
	font-size:14px;
	letter-spacing:1px;
	text-align:right;
	border-bottom:1px solid #ccc;
	width:50%;
}

p.prize_ttl {
	margin:0;
	padding:0;
	font-weight:bold;
	color:#300;
}


.plan_box table {
	margin-top:10px;
	margin-bottom:20px;
}

.plan_box table td {
	padding:5px 10px;
	font-size:14px;
	width:250px;
}

.plan_box table td span {
	font-size:12px;
}

.plan_box table td.border {
	border-left:1px solid #cbb886;
}

.link3 {
	margin-top:10px;
	display:block;
	width:240px;
	height:25px;
	background: url("../common/img/btn12.gif") no-repeat;
	text-indent:-5000px;
	outline:0;
}

.link3:hover {
	background-position:0 -25px;
}

.link4 {
	margin-top:10px;
	display:block;
	margin-left:180px;
	width:240px;
	height:25px;
	background: url("../common/img/btn_jinja.gif") no-repeat;
	text-indent:-5000px;
	outline:0;
}

.link4:hover {
	background-position:0 -25px;
}

