/*====================================================
ページ全体
====================================================*/

a:link {
	color: #006600;
}
a:hover {
	color: #B3D163;
}


#main {
	width: 580px;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	float: left;
	margin: 0px;
	padding: 0px;
}


/*====================================================
ヘッダ
====================================================*/

#head_t {
	margin: 0px;
	padding: 0px;
}

/*ナビゲーション*/
#navi_r {
	float: right;
	width: 167px;
	background: url(img/head_03.jpg) no-repeat 144px;
	margin: 0px;
	padding: 0px;
}
#navi_l {
	float: left;
}

/*エリア*/
#area {
	background: url(img/head_04.jpg) no-repeat 176px;
	width: 580px;
	height: 45px;
	clear: both;
}

/*====================================================
施設詳細
====================================================*/

/*施設*/
.yado {
	clear: both;
}

#main .yado a {
	font-size: 18px;
	font-weight: bold;
}

/*テキスト*/
.txt_box {
	padding-left: 40px;
	padding-right: 40px;
}

.txt_01 {
	font-size: 14px;
	color: #993300;
	width: 520px;
	margin: 0px;
	padding: 0px 30px 5px;
}

.txt_02 {
	color: #669999;
}

.txt_03 {
	padding-top: 10px;
	text-align: center;
	border-bottom: 1px dotted #669999;
}

/*条件*/
.logo {
	float: right;
}

/*写真*/
.photo {
	padding-left: 40px;
	clear: both;
}

/*料金*/
.red {
	color: #FF3333;
	font-size: 18px;
	font-weight: bold;
}.plan {
	padding-top: 10px;
	padding-left: 40px;
	color: #666666;
	padding-right: 40px;
}

.plan_l {
	float: left;
	width: 360px;
}

/*ボタン*/
.btn {
	float: right;
	height: 50px;
	width: 120px;
}

.btn a{
	display:block;            
	width:120px; 
	height:50px;  
	text-indent:-1000em;              
	text-decoration:none;            
	background: url(img/btn.jpg) no-repeat 0px 0px;
}

.btn a:hover{
	background: url(img/btn.jpg) 0px -50px;
}

/*トップへ*/
.p_top {
	text-align: right;
	padding-top: 20px;
	width: 580px;
	clear: both;
	padding-bottom: 30px;
}

#main .yado .p_top a {
	font-size: 11px;
	font-weight: normal;
}
.navi2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .yado .navi2 a {
	font-size: 12px;
	font-weight: normal;
}
