@charset "utf-8";

/* =================================== */
/*
/* 	COMMON CSS
/* 	last update 070606
/*
/* =================================== */

/* =========== INDEX LIST ============

   1: Share Style
   2: Hx
   3: Link Color
   4: Table
   5: Basic Layout
   6: Header
   7: Footer

====================================== */

/* ===================================

	1: Share Style 

====================================== */

* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        margin: 0;
        padding: 0;
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }

html, body,
h1, h2, h3, h4, h5, h6,
div, p, pre, dl, dt, dd,
address, blockquote {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
	display: block;
}

body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
	font-size:100%;
	background-color: #FFF;
	color: #4a4a4a;
}

body.page {
}

*:first-child + html body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Osaka,Sans-Serif;
}

p,li {
	font-size:75%;
	line-height:1.8;
}
p {
	margin:0 0 10px 0;
}

ul li {
	list-style-type:none;
}

img,abbr,acronym,fieldset {
	border: 0;
}

hr {
	clear:both;
	text-indent: -9999px;
}

address {
	font-style:normal;
	text-align: right;
	font-size: 10px;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
}
.clear {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	display: none;
}
.imgRight {
	padding: 0px;
	float: right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	padding: 0px;
	float: left;
	margin: 0 10px 10px 0;
}

.imgCenter {
	padding: 0px;
	text-align: center;
	margin: 0 0 10px;
}

.txtRight{
	display: block;
	text-align: right;
	clear: both;
}


/* .pagenavi  ================ */

.pagenavi {
	text-align: right;
	display: block;
	clear: both;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

/*
 List [
----------------------------------------------------------- */

/* 定義リスト（dl）  ================ */

#primary dt {
	margin: 0;
}

#primary dd {
	margin: 0;
}


/* .margin設定  ================ */

.margin0px {
	margin:0;
}
.bottom-margin1px {
	margin:0 0 1px 0;
}
.bottom-margin5px {
	margin:0 0 5px 0;
}
.bottom-margin6px {
	margin:0 0 6px 0;
}
.bottom-margin10px {
	margin:0 0 10px 0;
}
.bottom-margin15px {
	margin:0 0 15px 0;
}
.bottom-margin20px {
	margin:0 0 20px 0;
}
.bottom-margin30px {
	margin:0 0 30px 0;
}

.bottom-marginundeline10px {
	background-image: url(/hotel/images/common/page_line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.bottom-marginundeline20px {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.bottom-marginundeline0px {
	background-image: url(/hotel/images/common/page_line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-bottom: 10px;
}

/* ===================================

	2: Hx 

====================================== */

h1.h1indextitle {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1;
	float: left;
}

#secondary h2 {
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 12px;
	line-height: 1;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 87.5px;
	line-height: 1.6;
	font-weight:bold;
}

h4 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 75px;
	line-height: 1.6;
	font-weight:bold;
}


/* ===================================

	3: Link Color 

====================================== */

div#secondary dl dd ul li a:link {
	color:#666;
	text-decoration:underline;
	outline: 0;
}
div#secondary dl dd ul li a:visited {
	color:#666;
	text-decoration:underline;
}
div#secondary dl dd ul li a:hover {
	color:#999;
	text-decoration:none;
}
div#secondary dl dd ul li a:active {
	color:#666;
}

div#tertiary a:link {
	color:#666;
	text-decoration:underline;
	outline: 0;
}
div#tertiary a:visited {
	color:#666;
	text-decoration:underline;
}
div#tertiary a:hover {
	color:#999;
	text-decoration:none;
}
div#tertiary a:active {
	color:#666;
}

div#primary a:link {
	color:#064E78;
	text-decoration:none;
	outline: 0;
}
div#primary a:visited {
	color:#064E78;
	text-decoration:none;
}
div#primary a:hover {
	color:#0095DD;
	text-decoration:underline;
}
div#primary a:active {
	color:#064E78;
}

/* ===================================

	5: Basic Layout 

====================================== */

#centerAll {
	text-align: center;
}

/*
 wrapper [
----------------------------------------------------------- */
div#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#mainArea {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/*
 primary [
----------------------------------------------------------- */
div#primary {
	width: 460px;
	float: left;
}

/* ************************************************ 
 *	メインエリア
 * ************************************************ */
 
div#entry_area {
	width:460px;
	margin:0px auto;
	padding:20px 0 5px;
}

/* ------------------------------------- 
 *	記事
 * ------------------------------------- */

/* 記事のタイトル */
div#entry_area .entry_title {
	color: #FFF;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	background-color: #5F9958;
	padding: 8px;
}
/*
div#entry_area .entry_title span {
	border-left-style: solid;
	border-left-color: #fff;
	padding-left:15px;
}
*/

/* 記事の日付 */
.entry_date {
	color: #666;
	font-size: 10px;
	text-align: right;
	border-top:1px dotted #999;
	margin-bottom:10px;
	margin-top: 10px;
	padding-top: 5px;
}

/* 記事本文 */
.entry_body {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;

}

/* 記事の続き */
.entry_more {
	margin-bottom:20px;
}

/* 記事の情報 */
.entry_state {
	font-size: 10px;
}

/* 引用 */
blockquote {
	font-size: 10px;
	color: #cccccc;
	border-left:2px #CCC dotted;
	margin: 10px 0;
	padding-left: 10px;
}

/* 記事内の画像 */
.pict {
	border:1px #CCC dotted;
	padding:3px;
	display: block;
}

/* ------------------------------------- 
 *	エントリーナビ
 * ------------------------------------- */
.entry_navi {
	margin-bottom: 20px;
	text-align:center;
}

.entry_navi span {
	margin:0px 15px; 
}


/* ------------------------------------- 
 *	ページナビ
 * ------------------------------------- */
div.pagenavi {
	margin:0px 0px 0px 0px;
	padding-bottom:10px;
	text-align:center;
	font-size: 75%;
}

div.pagenavi span {
	margin:0px 15px;
}

/* ===================================

	8: tertiary 

====================================== */

/*
 tertiary [
----------------------------------------------------------- */


div#tertiary {
	width: 195px;
	float: right;
}

div#tertiary {
	width: 195px;
	float: right;
}

div#tertiary dl {
	padding-bottom:0px;
	color: #5a5a5a;
	font-size:75%;
}

/* サイドメニューの各タイトル */
div#tertiary dl dt {
	padding:0px;
	margin:0 0 20px;
}

/* サイドメニューの内容 */
div#tertiary dl dd {
	width:195px;
	padding:0 0px 10px 0px;
}

/* サイドメニューのリストの設定 */
div#tertiary dl dd ul li {
	line-height:1.4;
	list-style-type: none;
	margin-bottom:10px;
}

/* サイドメニューのリストの設定 */
div#tertiary dl dd ul li {
	line-height:1.2;
	list-style-type: none;
	margin-bottom:10px;
	font-size: 100%;
}



/* ===================================

	8: secondary 

====================================== */

/*
 secondary [
----------------------------------------------------------- */
div#secondary {
	width: 195px;
	float: left;
	margin-right: 20px;
}

div#secondary dl {
	padding-bottom:0px;
	color: #5a5a5a;
	font-size:75%;
}

/* サイドメニューの各タイトル */
div#secondary dl dt {
	padding:0px;
	margin:0 0 20px;
}

/* サイドメニューの内容 */
div#secondary dl dd {
	width:195px;
	padding:0 0px 10px 0px;
}

/* サイドメニューのリストの設定 */
div#secondary dl dd ul li {
	line-height:1.2;
	list-style-type: none;
	margin-bottom:10px;
	font-size: 100%;
}

/* ===================================

	6: Header 

====================================== */

/*
 Head [
----------------------------------------------------------- */
div#head {
	margin-bottom: 30px;
	width: 900px;
}

/* ===================================

	7: Footer 

====================================== */

/*
 foot [
----------------------------------------------------------- */
div#foot {

	clear: both;
	padding-bottom: 20px;
}
	
div#foot .copy {
	padding-top: 20px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-image: url(/hotel/images/common/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	margin-bottom: 0px;
}
		div#foot p {
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 1px;
	line-height: 1;
	padding: 0px;
		} 

/* ===================================

	8: clearfix 

====================================== */

/*
 clearfix [
----------------------------------------------------------- */

#wrapper:after,
#head:after,
#foot:after,
#primary:after,
{
	content: url(/hotel/images/common/spacer.gif);
	display: block;
	clear: both;
	height: 0;
}

#wrapper,
#head,
#foot,
#primary,
{
	zoom: 100%;  
}

