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

@import "common.css";


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

.t1 {
	background-image: url(../img/title1.jpg);
	height: 35px;
	width: 526px;
	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;
}


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

#left {
	width: 526px;
	position: relative;
	text-align: left;
	float: left;
}
#box1 {
	margin-bottom: 20px;
}
#box2 {
	background-image: url(../img/kodahai.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 280px;
}
#box3 {
}

#right {
	width: 274px;
	position: relative;
	text-align: left;
	float: right;
}
#right img {
	margin-bottom: 10px;
}



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

#new {
	background-color: #FFFFFF;
	border: 1px solid #536B22;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
}
/* 新着情報の内容 */
#new dt{
	background-image: url(../img/ten1.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
	color: #6F883E;
	margin-top: 5px;
	line-height: 110%;
}

/* 新着情報の日付 */
#new dd{
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 20px;
	line-height: 100%;
}



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

.plan {
	background-color: #FFFFFF;
	border: 1px solid #536B22;
	padding: 3px;
	width: 248px;
	float: left;
	display: block;
	margin-bottom: 10px;
	height: 100px;
}
.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;
	height: 100px;
}
.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%;
}


#sougei {
	background-color: #FFFFFF;
	color: #951E6E;
	padding: 15px;
	line-height: 120%;
	margin-top: 20px;
	border: 1px solid #951E6E;
}
