@charset "UTF-8";

/* /////////////////////////////////////////////////////////////////////////// common */

div#contentsFull{
	background:#eeede4 url(img/bg.gif) no-repeat center -8px;
}

div#main{
	margin-bottom:0 !important;
}

div#contentsArea{
	float:right;
	width:695px;
}

div#localNavi{
	width:205px;
	padding-top:84px;
}

div#localNavi h4{
	margin-bottom:10px;
}

div#localNavi ul li{
	background:none;
	padding:0;
}

/* メインの背景設定 */

div.greeting div#mainIn{
	background:url(img/greeting_bg01.gif) no-repeat right bottom;
	padding-bottom:54px;
}

div.concept div#mainIn{
	background:url(img/concept_bg01.gif) no-repeat right bottom;
	padding-bottom:100px;
}

div.attraction div#mainIn{
	background:url(img/attraction_bg01.gif) no-repeat right bottom;
	padding-bottom:100px;
}

/* タイトル下の余白 */

h1{
	margin-bottom:50px;
}

h2{
	margin-bottom:30px;
}

h3{
	margin-top:35px;
	margin-bottom:10px;
}
 
/* 左450px、右205pxのボックス、pの下に余白あり */
 
div.boxStyle01 div.fl{
	width:450px;
}
div.boxStyle01 .fr{
	width:205px;
}

div.boxStyle01 p{
	margin-bottom:20px;
}

/* /////////////////////////////////////////////////////////////////////////// concept */

ul.listStyle03{
	margin-top:0;
}

ul.listStyle03 li{
	margin-top:35px;
	margin-left:40px;
}

ul.listStyle03 li.head{
	margin-left:0;
}

