@charset "utf-8";

@import "../../css/base.css";

@import "../../css/second.css";

@import "sidemenu.css";


/* 各ページ毎に高さ調整のこと！ */
#twinrows                 {
	height: 2300px;
}

/* 各ページ毎に背景変更のこと！ROOMは画像なし */
#main_frame{
	background-image: url(../images/plans.png);
	background-repeat: no-repeat;
	background-position: center top;
}



/*-- メインコンテンツ内　--*/

#mainconents{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#allplans{
	width: 650px;
	padding: 0px;
	text-align: right;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
	}
	
	
	
#allplans a{
	font-size: 13px;
}

#allplans a:hover{
	text-decoration: underline;
}

.plan1{
	width: 580px;
	margin-right: 20px;
	height: 120px;
	color: #333333;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-left: 20px;
	padding-right: 20px;
	background-color: #F4F4EA;
	}
.plan1 img{
	width: 157px;
	height: 117px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.plan1 h3{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
	color: #336699;
}



.plan1 em{
	color: #336699;
	font-size: 10px;
}

.plan2{
	width: 200px;
	font-size: 9px;
	float: right;
	text-align: right;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}



.plan2 a{
	font-size: 10px;
}

.plan2 a:hover{
	text-decoration: underline;
}








.plan3{
	width: 580px;
	margin-right: 20px;
	color: #333333;
	padding-top: 10px;
	padding-left: 30px;
	margin-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #F4F4EC;
	}




.plan3 a:hover{
	text-decoration: underline;
}

