/* CSS Document */

/* コンテンツ内容各設定
-------------------------------------------------------------------------------------------- */

h2 {
	background: url(../image/title-page_hanbai.gif) no-repeat 0 0;
}

h3 { background: url(../image/title-category03.gif) no-repeat 0 0; }

#hanbai p#intoro {
	width: 495px;
	margin: 0 auto;
}

#plan {
	margin: 20px auto 20px;
	width: 495px;
	background: url(../image/hanbai-bg.gif) no-repeat left bottom;
}

#plan div {
	width: 240px;
}
#plan p {
	padding: 12px;
}

#plan #rental {
	float: left;
}
#plan #sell {
	float: right;
}

#plan h4 {
	width: 240px;
	height: 34px;
}
#plan #rental h4 { background: url(../image/hanbai-rental.gif) no-repeat 0 0; }
#plan #sell h4 { background: url(../image/hanbai-sell.gif) no-repeat 0 0; }

/* ----------------------------------------------------------------
091022追加
---------------------------------------------------------------- */
/*価格
---------------------------------------------*/
.price_table{
font-size: 1em;
line-height:1.4;
background-color:#ccc;
margin:10px 0 10px 10px;
}
.price_table tr th{
color:#333;
background-color:#DFEFFF;
border:3px solid #fff;
text-align:center;
font-weight:normal;
padding:3px;
}
.price_table tr td{
color:#CC0000;
font-weight:bolder;
background-color:#fff;
border:3px solid #fff;
text-align:center;
padding:3px;
}

.price_text {width:540px;text-align:left;}
.price_text dl dt {margin-bottom:20px;padding:5px 0;}
.price_text dl dd {margin:0;}

.price_text_tit {font-size:1.4em;font-weight:bold;margin-top: 20px;}
.price_point {height:21px;color:#D0121B;font-size:1.2em;background:url(../img/point.gif) no-repeat 0 0;margin:15px 0 5px;padding-left:22px;padding-top:3px;}
