/****************************************************
　■基本ページ共通設定
****************************************************/

* {
	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: #CC0066;
	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.orange {
	color: #FF9933;
}
span.gold {
	color: #CC9933;
}
span.gray {
	color: #999;
}

/* --- ページスイッチの指定（前後ページ） --- */
#blog_item_switch {
	margin: 20px;
	text-align: center;
	font-size: 90%;
}

/****************************************************
　■ヘッダー 
****************************************************/

/* --- 共通部分（ロゴ・テキストリンク） ---- */
#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_middle2.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 10px;
	position: static;
	width: auto;
}


/****************************************************
　■コンテンツ 
****************************************************/


/* --- メインコンテンツ --- */
#content {
	width: 600px;
	margin: 0;
	float: right;
	font-size: 80%;
	line-height: 1.5em;
}
#content-innner {
	padding: 0;
	position: static;
	width: auto;
}

.main-title {
	margin: 10px 0 0 0;
	padding: 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;
}


/****************************************************
　■フッター 
****************************************************/
#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 ;
}



/****************************************************
　■問合せメール等　確認画面用
****************************************************/
#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;
}





/****************************************************
　■サイドナビゲーション
****************************************************/
#side-navi {
	width: 200px;
	margin: 0;
	float: left;
}
#side-navi-innner {
	padding: 0;
}

/*** サイドメニュー設定 ***/
#menu {
	margin: 0 0 20px 5px;
}
#menu dl {
	margin: 0;
}
#menu dt {
	width: 175px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 12px 0 10px 15px;
	background-image: url(images/side_title_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom
}
#menu dd {
	margin: 0 0 5px 5px;
}

#menu dd a {
	display: block;
	width: 165px;
	height: 22px;
	padding: 8px 0 0 15px;
	background-image: url(images/side_button_back.gif);
	background-position: left top;
	margin: 0 10px 0 0;
	font-size: 12px;
}
#menu dd a:hover {
	display: block;
	width: 165px;
	height: 22px;

	padding: 8px 0 0 15px;
	background-image: url(images/side_button_back.gif);
	background-position: left bottom;
	margin: 0 10px 0 0;
	text-decoration: none;
}



/*** カテゴリー・関連リンク等設定 ***/
#menu2 {
	margin: 0 0 20px 0;
}
#menu2 dl {
	margin: 0;
}
#menu2 dt {
	font-size: 12px;
	color: #fff;
	background-image: url(images/side_title_back2.gif);
	background-repeat: no-repeat;
	margin: 0 5px 10px 5px;
	padding: 8px 0 8px 15px;
}
/*
#menu2 dt {
	width: 175px;
	font-size: 80%;
	color: #fff;
	margin: 15px 0 10px 0;
	padding: 5px 0 5px 15px;
	background-image: url(images/side_title_back.gif);
	background-repeat: no-repeat;
	background-position: left bottom
}
*/
#menu2 dd {
	font-size: 12px;
	color: #333;
	margin: 0 0 8px 10px;
	padding: 0 0 0 15px;
	background-image: url(images/side_menu2_mark.gif);
	background-repeat: no-repeat;
}

/* 料金・宿泊プラン */
#banner li.banner-plan a {
	display: block;
	width: 190px;
	height: 90px;
	background-image: url(images/side_banner_plan.gif);
	background-position: left top;
	margin: 0 10px 0 0;
}
#banner li.banner-plan a:hover {
	display: block;
	width: 190px;
	height: 90px;
	background-image: url(images/side_banner_plan.gif);
	background-position: left bottom;
}

/***** バナー設定 *****/
#side-banner {
	margin: 20px 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;
}
	
