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

@import "common.css";
@import "common2.css";


/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	background-repeat: repeat-x;
	height: auto;
	width: 742px;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 124px;
	padding-right: 59px;
	padding-left: 59px;
	background-image: url(../yoyaku/img/hai.jpg);
	margin-bottom: 20px;
}



/*-------------------------------------------------
タイトル
-------------------------------------------------*/

.t1 {
	margin-bottom: 10px;
}
.t2 {
	background-image: url(../img/title2.jpg);
	height: 35px;
	width: 526px;
	margin-bottom: 10px;
}
.t3 {
	background-image: url(../img/title3.jpg);
	height: 35px;
	width: 526px;
	margin-bottom: 10px;
}

.c1 {
	background-image: url(../img/kodawari.png);
	height: 60px;
	width: 526px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}


/*-------------------------------------------------
レイアウトボックス
-------------------------------------------------*/

#main {
	width: 742px;
	position: relative;
	text-align: left;
	float: left;
}



/*-------------------------------------------------
プラン
-------------------------------------------------*/

.new {
	margin-bottom: 20px;
}
.box {
	width: 234px;
	float: left;
	margin-right: 20px;
	line-height: 100%;
}
.box2 {
	width: 234px;
	float: left;
	line-height: 100%;
}
.new h2 {
	text-indent: 84px;
	font-weight: bolder;
	font-size: 150%;
	color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 34px;
}
.new img {
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
}



/*-------------------------------------------------
プラン
-------------------------------------------------*/

.plan {
	background-color: #FFFFFF;
	border: 1px solid #536B22;
	padding: 3px;
	width: 248px;
	float: left;
	display: block;
	margin-bottom: 10px;
}
.plan img {
	float: left;
}
.kiji {
	width: 120px;
	float: left;
	padding-left: 8px;
}
.kiji p {
	padding-bottom: 8px;
	line-height: 120%;
}


.plan2 {
	background-color: #FFFFFF;
	border: 1px solid #536B22;
	padding: 3px;
	width: 248px;
	float: right;
	display: block;
	margin-bottom: 10px;
}
.plan2 img {
	float: left;
}
.kiji {
	width: 120px;
	float: left;
	padding-left: 8px;
}
.kiji p {
	padding-bottom: 8px;
	line-height: 120%;
}



/*-------------------------------------------------
お知らせ
-------------------------------------------------*/

#date {
	background-color: #F4F3DE;
	padding: 12px;
}
#date  img {
	margin: 0px;
}
#date p {
	line-height: 120%;
}
