﻿/*　プランカテゴリ　*/


/*　プラン1　*/
.plan01 {
	float: left;
	height: 210px;
	width: 255px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 0.9em;	
}

.plan01 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #642E00;
	width: 255px;
}


/*　プラン2　*/
.plan02 {
	float: right;
	height: 210px;
	width: 255px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 0.9em;
}

.plan02 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #E1B721;
	width: 255px;
}



/*　プラン3　*/
.plan03 {
	float: left;
	height: 210px;
	width: 255px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
　　font-size: 0.9em;
}


.plan03 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #738D06;
	width: 255px;
}



/*　プラン4　*/
.plan04 {
	float: right;
	height: 210px;
	width: 255px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 0.9em;
}

.plan04 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #A6995A;
	width: 255px;
}


/*　プラン5　*/
.plan05 {
	float: left;
	height: 220px;
	width: 255px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	font-size: 0.9em;
}


.plan05 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #C48E4D;
	width: 255px;
}


/*　プラン6　*/
.plan06 {
	float: right;
	height: 220px;
	width: 255px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	font-size: 0.9em;
}

.plan06 h2 {
	font-size: 1em;
	text-indent: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #CF5165;
	width: 255px;
}


.plan-detail {
	float: right;
	height: 58px;
	width: 428px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948421;
	padding-bottom: 8px;
	padding-left: 10px;
}
.p-font1 {
	font-size: 1.1em;
	font-weight: 700;
	color: #960;
}

.p-font2 {
	font-size: 0.8em;
	font-weight: normal;
}
.plan-text1 {
	float: right;
	width: 270px;
	margin-bottom: 18px;
}

.plan-category {
	background-color: #A58C22;
	padding: 5px;
	width: 530px;
	font-size: 1.1em;
	color: #FFF;
	font-weight: bold;
}
