/****************************************************
　■トップページ　CSS
****************************************************/


/****************************************************
　■コンテンツ 大枠　※トップのみ特別バック画像
****************************************************/


/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background-image: url(images/back_side.jpg);
	background-repeat: repeat-y;
}
#wrapper-inner {
	position: static;
	width: auto;
	padding: 0;
}



/* --- メインイメージ(TOP) --- */
#image-block-top {
	height: 447px;
	background-image: url(images/back_top_image.jpg);
}
#main-image-top {
	width: 1000px;
	height: 400px;
	position: relative;
	margin: 0 auto;
}

/* --- メインバナー --- */
#top-main-banner {
	width: 1000px;
	height: 138px;
	position: relative;
	margin: 0 auto 20px auto;
}
td.left-banner {
	width: 33%;
}
td.center-banner {
	width: 34%;
	text-align: center;
}
td.right-banner {
	width: 33%;
	text-align: right;
}

/*********** お知らせ・ようこそ ****************/

#news-welcome {
	width: 730px;
	margin: 0 0 20px 0;
	padding: 0;
}

/*お知らせ*/
#news {
	width: 450px;
	height: 180px;
	margin: 0;
	float: left;
	border: 5px solid #AEDDE3;
	background: #FFFFFF;
}

.entry_news {
	display: block;
	overflow: auto;
	width: 420px;
	height:130px;
	margin: 0 0 5px 15px;
	padding: 0 5px 0 0;
}
.entry_news p {
	margin: 0;
	font-size: 12px;
	padding: 13px 5px 10px 18px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}
span.news-date {
	color: #663300;
}

/* ようこそ */
#welcome {
	width: 250px;
	float: right;
}
.welcom-img {
	width: 250px;
}


/*********** おすすめプラン・トピックス ****************/

#plan-info {
	width: 730px;
	margin: 0 0 10px 0;
	padding: 0;
}

.title {
	width: 730px;
	height: 38px;
	margin: 0 0 5px 0;
	padding: 0;
}

.plan-box {
	width: 233px;
	height: 150px;
	background: url(images/top_plan_back.jpg);
	margin: 0 0 10px 0;
}
.plan-image {
	width: 210px;
	padding: 11px 0 5px 11px;
}
#wrapper .plan-box dl {
	width: 210px;
	margin:0 0 0 11px;
}
#wrapper .plan-box dd {
	font-size: 12px;
	line-height: 1.3em;
}

.plan-left, .plan-right {
	width: 233px;
}
.plan-center {
	padding: 0 0 0 15px;
}

.plan-box-none {
	width: 233px;
	height: 150px;
	background: url(images/top_plan_back_coming.jpg);
	margin: 0 0 10px 0;
}

/*********** プランバナー ****************/
#plan-banner {
	margin: 0 0 20px 0;
}


/*********** ８つの理由 ****************/

#reason {
	width: 730px;
	height: 350px;
	margin: 0 0 30px 0;
	padding: 0;
}


/*********** お天気・道路情報 ****************/
#information {
	margin: 30px 0 10px 20px;
}

#information p a {
	float: left;
	margin: 0 15px 0 0;

}



/* --- ページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 10px 5px 0 10px;
	font-size: 80%;
	text-align: right;
}

/* --- インデックスページスイッチの指定（NP_ShowBlogs） --- */
.pageswitch {
	margin: 10px 5px 0 10px;
	font-size: 80%;
	text-align: right;
}

/* --- アイテムページスイッチの指定（Default） --- */
#item_switch {
	font-size: 85%;
	margin: 15px;
	text-align: center;
}

/****************************************************
　■サイドナビゲーション
****************************************************/

/***** 予約検索フォーム設定 *****/

#reservation_serch {
	margin: 0;
	padding: 5px 0 5px 10px;
	font-size: 75%;
	border: 1px solid #F9A26F;
	background-image: url(images/side_search_back.gif);
}

/***** 予約したプランの照会・キャンセル*****/
.top-shokai a {
	display: block;
	margin: 0;
	background-image: url(images/top_shoukai.gif);
	text-indent: -2000px;
	background-repeat:no-repeat;
	background-position: left top;
	width: 220px;
	height: 35px;
}

/***** 携帯サイトQRコード *****/
#mobile-block {
	width: 218px;
	height: 103px;
	background-color: #fff;
	background-image: url(images/side_qr_cord.gif);
	background-repeat: no-repeat;
	border: 1px solid #F9A26F;
}
#wrapper #mobile-block p {
	font-size: 12px;
	color: #330000;
	width: 100px;
	margin: 15px 0 0 100px;
}

	

