/****************************************************
　■基本ページ共通設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #555555;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(images/page_back_img.jpg);
	background-repeat: repeat-x;
}
/* --- IE7用フォント指定 
*:first-child+html body {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
--- */


/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
#container-inner {
	position: static;
	width: auto;
	padding: 0;
}

.clearing {
	height: 1px;
	width: 1px;
	clear: both;
	font-size: 1px;
	line-height: 1em;
}

.hide {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #555555;
	text-decoration: none;
}
a:hover{
	color: #3366CC;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */

h1 {
}
h2 {
}
h3 {
}
h4 {
}


/* --- <p>段落　共通設定 --- */
p {
	line-height: 1.4em;
}

/* --- ページトップへ --- */
p.page-top {
	margin: 15px 5px;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 75%;
	border-top: 1px dotted #ccc;
}

img {
	border: none;
	vertical-align:baseline;
}


/* --- 強調 --- */
em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}

/* --- 色指定 --- */
span.green {
	color: #669933;
}
span.pink {
	color: #FF99CC;
}
span.red {
	color: #FF3366;
}
span.blue {
	color: #6699FF;
}
span.blue2 {
	color: #3366CC;
	font-weight: 400;
}
span.orange {
	color: #FF9933;
}
span.gold {
	color: #CC9933;
}
span.gray {
	color: #999;
}



/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#header {
	width: 840px;
	height: 80px;
	margin: 0 5px;
	background-image: url(images/common_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
}

.logo {
	margin: 8px 0 0 0;
	width: 260px;
	float: left;
}
#header-navi {
	width: 380px;
	float: right;
	margin: 48px 0 0 0;
	font-size: 70%;
	text-align: right;
}
#header-navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-navi li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}



/* --- ヘッダーメインイメージ --- */
#header-image {
	margin: 0 5px;
	padding: 0;
	width: 840px;
	height: 200px;
	border-bottom: 1px solid #999;
	background: #fff;
}

/****************************************************
　■メインナビゲーション

　別ファイル
　style-navi：バック画像

****************************************************/



/****************************************************
　■コンテンツ 大枠
****************************************************/


/* --- コンテンツ Wrapper（サイドナビゲーション含む） --- */
#wrapper {
	width: 850px;
	margin: 0 0 0 0;
	background-image: url(images/content_plate_middle.jpg);
	background-repeat: repeat-y;
	float: left;
}

#content-plate-top {
	margin: 0;
	width:850px;
	height: 10px;
	background-image: url(images/content_plate_top.jpg);
}
#wrapper-inner {
	padding: 5px 10px 0 15px;
	position: static;
	width: auto;
}


/****************************************************
　■コンテンツ 
****************************************************/


/* --- メインコンテンツ --- */
#content {
	width: 610px;
	margin: 0;
	float: left;
	font-size: 80%;
	line-height: 1.5em;
}
#content-innner {
	padding: 0;
	position: static;
	width: auto;
}


/*********** お知らせ・ようこそ ****************/

#news-welcome {
	width: 610px;
	margin: 0 0 30px 0;
	padding: 0;
}

/*お知らせ*/
#news {
	width: 400px;
	margin: 0;
	float: left;
}

.title {
	width: 610px;
	height: 30px;
	margin: 0 0 5px 0;
	padding: 0;
}
.entry_news {
	display: block;
	overflow: auto;
	width: 385px;
	height:125px;
	margin: 0 0 0 10px;
	padding: 0 5px 0 0;
}
.entry_news p {
	margin: 0;
	font-size: 12px;
	padding: 5px 5px 2px 15px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* ようこそ */
#welcome {
	width: 190px;
	float: right;
}
.welcom-img {
	width: 180px;
}


/*********** おすすめプラン・トピックス ****************/

#plan-topics {
	width: 610px;
	margin: 0 0 10px 0;
	padding: 0;
}

/*おすすめプラン*/
.box-left {
	width: 290px;
	float: left;
	padding: 0 0 0 10px;
}

/*おすすめ roll action */
.banner-plan h3 {
	width: 290px;
	height: 150px;
	display: block;
}
.banner-plan h3 a {
	width: 290px;
	height: 150px;
	display: block;
	background-image: url(images/top_banner_plan.jpg);
	background-position: left top;
}
.banner-plan h3 a:hover {
	background-image: url(images/top_banner_plan.jpg);
	background-position: left bottom;
}

/*トピックス*/
.box-right {
	width: 290px;
	float: right;
}
.box-text {
	margin: 5px 0 0 5px;
	font-size: 90%;
	line-height: 1.5em;
}

/*トピックス roll action */
.banner-topics h3 {
	width: 290px;
	height: 150px;
	display: block;
}
.banner-topics h3 a {
	width: 290px;
	height: 150px;
	display: block;
	background-image: url(images/top_banner_photo.jpg);
	background-position: left top;
}
.banner-topics h3 a:hover {
	background-image: url(images/top_banner_photo.jpg);
	background-position: left bottom;
}

/*********** ８つの理由・ブログ ****************/

#reason-blog {
	width: 610px;
	margin: 0 0 40px 0;
	padding: 0;
}

/*８つの理由*/
.reason {
	width: 290px;
	float: left;
	padding: 0 0 0 10px;
	background-image: url(images/top_reason_back.jpg);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
.entry_reason {
	width: 190px;
	margin: 0 0 0 100px;
	padding: 0;
}
.entry_reason p {
	margin: 0;
	font-size: 12px;
	padding: 5px 0 2px 0;
	border-bottom: 1px dotted #ccc;
}

/*ブログ*/
.blog {
	width: 290px;
	height: 200px;
	float: right;
	background-image: url(images/top_blog_back.jpg);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
.entry_blog {
	width: 190px;
	margin: 0 0 0 100px;
	padding: 0;
}
.entry_blog p {
	margin: 0;
	font-size: 12px;
	padding: 5px 5px 2px 15px;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/allow_green.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*********** お天気・道路情報 ****************/
#information {
	margin: 60px 0 10px 30px;
}

#information p a {
	display: block;
	float: left;
	width: 130px;
	font-size: 12px;
	padding: 9px 0 3px 0;
	margin: 0 10px 0 0;
	text-align: center;
	border: 1px solid #999;
	border-top: none;
	background-image: url(images/info_bt_back2.jpg);
	background-position: left top;
}
#information p a:hover {
	background: #666;
	text-decoration: none;
	background-image: url(images/info_bt_back2.jpg);
	background-position: left bottom;
	color: #666;
}


/* --- ページスイッチの指定（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;
}


/****************************************************
　■フッター 
****************************************************/
#footer {
	width: 850px;
	height: 90px;
	background-image: url(images/content_plate_footer.jpg);
	margin: 0;
	clear: both;
}
#footer-inner {
	padding: 0 10px;
	position: static;
	width: auto;
	text-align: center;
	font-size: 75%;
}

/* --- copyright --- */
.copy {
	margin: 0 0 10px;
	padding: 8px 0 0 0;
	border-top: 1px dotted #ccc;
}
.under-link {
	margin: 0;
	line-height: 1.6em;
}

/****************************************************
　■フッター下テキストリンク 
****************************************************/
#under-link {
	width: 840px;
	margin: 5px auto;
	padding: 0;
	position: relative;
}
#under-link p {
	font-size: 75%;
	text-align: center;
	margin: 0 0 50px 0 ;
}


/****************************************************
　■サイドナビゲーション
****************************************************/
#side-navi {
	width: 200px;
	margin: 0;
	float: right;
}
#side-navi-innner {
	padding: 0;
}

/***** 予約検索フォーム設定 *****/
p.side-title {
	font-size: 12px;
	color: #fff;
	background-image: url(images/top_side_title.gif);
	background-repeat: no-repeat;
	margin: 0 5px;
	padding: 6px 0 6px 15px;
}
#reservation_serch {
	margin: 0 5px 0 5px;
	padding: 5px 0 5px 5px;
	font-size: 75%;
	border: 1px solid #999;
	background-image: url(images/side_search_back.gif);
}

/***** ウェブマガジン設定 *****/
.web-magazine {
	margin: 0 0 10px 5px;
}



/***** バナー設定 *****/
#side-banner {
	margin: 0 0 10px 5px;
}
#side-banner ul {
	list-style: none;
}

/* TVオンライン */
#side-banner li.movie a {
	display: block;
	width: 190px;
	height: 80px;
	text-indent: -2000px;
	font-size: 1px;
	background-image: url(images/side_banner_movie.jpg);
	background-position: left top;
	margin: 0 0 5px 0;
}
#side-banner li.movie a:hover {
	background-image: url(images/side_banner_movie.jpg);
	background-position: left bottom;
}


/* 夕映 */
#side-banner li.yubae a {
	display: block;
	width: 190px;
	height: 80px;
	text-indent: -2000px;
	font-size: 1px;
	background-image: url(images/side_banner_blog.jpg);
	background-position: left top;
}
#side-banner li.yubae a:hover {
	background-image: url(images/side_banner_blog.jpg);
	background-position: left bottom;
}


/***** テキストインフォメーション設定 *****/
.side-info {
	margin: 0 5px 50px 5px;
}
.side-info ul {
	list-style: none;
	font-size: 75%;
}
.side-info li {
	margin: 10px 0 10px 5px;
	padding: 0 0 0 15px;
	background-image: url(images/allow_orange.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/****************************************************
　■問合せメール等　確認画面用
****************************************************/
#content .henshin {
	margin: 20px 30px;
	padding: 10px;
	border: 1px solid #F795BC;
	text-align: center;
}
#content .henshin h2 {
	font-size: 18px;
	padding: 2px;
	margin: 0 10px 10px 0;
	border-bottom: 1px dotted #F795BC;
}
#content .henshin p {
	font-size: 90%;
	text-align: left;
}

/***** 予約したプランの照会・キャンセル*****/
.top-shokai a {
	display: block;
	margin: 0 5px 10px 5px;
	background-image: url(images/top_shoukai.gif);
	text-indent: -2000px;
	background-repeat:no-repeat;
	background-position: left top;
	width: 190px;
	height: 29px;
}

/***** 携帯サイトＱＲコード*****/
.space-qr {
	width: 188px;
	height: 173px;
	margin: 0 5px 10px 5px;
	background-color: #fff;
	border: 1px solid;
	border-color: #999999;
}

.space-qr img {
	margin: 5px 32px 0 32px;
}

.qr1-text {
	font-size: 75%;
	margin: 0 5px 3px 5px;
	line-height: 1.5em;
	text-align: left;
}	





	
