@charset "utf-8";
/* CSS Document */






/* ***************BodyLeft*************** */

h2{
	width:360px;
	background-image: url(../images/pagetit.gif);	
}
.pagetit p{
	width:320px;
}


.main{
	width:670px;
	margin:0 auto;
	padding:20px 0 30px;
}
/* *****NEWS***** */

.planbox{
	height:100%;
	padding:0 0 15px;
	margin:0 0 20px;
}
.photo{
	width:230px;
	float:right;
}
.planbox img{
	padding:4px;
	margin:0;
	border:1px solid #e0e0d4;
}
.planbox_r{
	width:415px;
	float:left;
}
/* PlanTitle */
.planbox h4{
	font-size:1.2em;
	margin:0 0 15px;
	padding:0 0 5px;
	border-bottom:1px solid #555;
}

/*PlanSpec(Table)*/
.spec{
	width:100%;
	font-size:0.95em;
	margin:0 0 10px;
}
.spec th{
	text-align:left;
	border-bottom:1px dotted #aeaeae;
	font-weight:normal;
	vertical-align:top;
	width:60px;
}
.spec th p{
	border-left:6px solid #4c7652;
	padding-left:4px;
	width:56px;
}
.spec td{
	border-bottom:1px dotted #aeaeae;
	vertical-align:top;
}
/* PlanText */
p.comment{
	margin:0 0 10px 0;
}

.mainv img{
	width:650px;
}


