@charset "UTF-8";

/*/////////////////////////////////////////////////////////////////////////////////////
//ページタイトル
/////////////////////////////////////////////////////////////////////////////////////*/

#cHead { background:url(../img/common/head_public.png) no-repeat; }

/*/////////////////////////////////////////////////////////////////////////////////////
//リードコピー
/////////////////////////////////////////////////////////////////////////////////////*/

#rc_entrance {
	background:url(../img/public/rc_entrance.png) no-repeat;
	width:850px;
	height:0px;
	padding-top:22px;
	overflow:hidden;
	margin:0 0 24px 0;
}
#rc_garden {
	background:url(../img/public/rc_garden.png) no-repeat;
	width:850px;
	height:0px;
	padding-top:22px;
	overflow:hidden;
	margin:0 0 24px 0;
}
#rc_aproach {
	background:url(../img/public/rc_aproach.png) no-repeat;
	width:850px;
	height:0px;
	padding-top:22px;
	overflow:hidden;
	margin:0 0 24px 0;
}
#rc_inside {
	background:url(../img/public/rc_inside.png) no-repeat;
	width:850px;
	height:0px;
	padding-top:22px;
	overflow:hidden;
	margin:0 0 24px 0;
}

/*/////////////////////////////////////////////////////////////////////////////////////
//コンテンツ部
/////////////////////////////////////////////////////////////////////////////////////*/

.wrapSegment {
	width:418px;
	float:left;
}


/*/////////////////////////////////////////////////////////////////////////////////////
//ローカルナビ部
/////////////////////////////////////////////////////////////////////////////////////*/
#localNav{
	width:880;
	background-color: #000;
	margin:10px 0 0;
	border-bottom: 1px solid #333;
}

#localNav ul {
	padding:20px 0px;
	margin:0 0 0 5px;
}

#localNav ul li{
	display: inline;
	margin:0px;
	margin-right:3px;

}

.publicImg{
	margin-bottom: 40px;
	text-align:center;
	width:100%;
}

.publicImg img{
	border: 1px solid #ccc;
}

.pageTop {
display:block;
margin:0 0 0 770px;
}


#pb_banner{
	margin:0px auto;
	width:530px;
}
