@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ/行間、フォント*/
	background: #FFF url(../images/bg.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
	color: #695C3E;
}
body#top {
	background: #FFF url(../images/bg_top.gif) repeat-x center top;	/*トップページの背景の設定*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #695C3E;	/*リンクテキストの文字色*/
}
a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。消さないならこの１行削除。*/
	color: #3D3423;			/*マウスオン時のリンクテキストの文字色*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 90px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 20px;	/*ヘッダーブロックに対して上から20pxの位置に配置*/
	z-index:4;
}
/*「ご予約・お問い合わせ」ボタン設定*/
#header #contact {
	position: absolute;
	top: 6px;	/*ヘッダーブロックに対して上から6pxの位置に配置*/
	right: 0px;	/*ヘッダーブロックに対して右から0pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	right: 5px;		/*ヘッダーブロックに対して右から5pxの位置に配置*/
	bottom: 3px;	/*ヘッダーブロックに対して下から3pxの位置に配置*/
	color: #AB9B77;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #AB9B77;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	width: 975px;
	height: 54px;
	left: 0px;		/*mainimgブロックに対して左から0pxの位置に配置*/
	bottom: 0px;	/*mainimgブロックに対して下から0pxの位置に配置*/
	z-Index: 3;
	padding-left: 25px;
}
ul#menu li {
	float: left;
	margin-right: 10px;	/*メニュー同士の余白*/
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 950px;	/*コンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;	/*mainimgとコンテンツの余白*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 950px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 14px;	/*文字サイズ*/
	clear: both;
	width: 940px;
	line-height: 44px;
	height: 42px;
	padding: 0px 0px 0px 10px;	/*左から、上、右、下、左への余白*/
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み*/
	border-bottom: 5px solid #907E56;	/*下部の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
	background: #FFF;
}
/*段落タグ内で幅をコンテンツ一杯に使う為のスタイル*/
#main p.img {
	padding: 0.5em 0px 1em;
}

#main table {
	text-align:center;
}

/*お部屋のご紹介ボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	width: 644px;
	border: 3px solid #907E56;	/*ボックスの線の幅、線種、色*/
	overflow: hidden;
	margin-bottom: 0.5em;
	background: url(../images/bg2.gif) repeat-x left bottom;	/*背景画像の読み込み＆X軸(横軸)リピート＆下部に配置*/
}
/*ボックス内の写真*/
#main .box1 p.photo {
	float: left;	/*写真を左に回り込み*/
}
#main .box1 p.photo a img {
	border: 1px solid #dcdcdc;	/*画像の回りの線の幅、線種、色*/
	padding: 5px;		/*画像の回りの余白*/
	background: #FFF;	/*背景色*/
}
#main .box1 p.photo a:hover img {
	border: 1px solid #907E56;	/*マウスオン時の画像の回りの線*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	border-bottom: 1px solid #907E56;	/*下線の幅、線種、色*/
	margin-left: 220px;		/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	letter-spacing: 0.2em;	/*文字間にゆとりをもたせる設定*/
}
/*説明文の段落タグ*/
#main .box1 p.text {
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
}
/*段落タグ共通*/
#main .box1 p {
	padding: 0px !important;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	padding: 10px;		/*余白*/
	border-bottom: 5px solid #3D3423;	/*下部の線の幅、線種、色*/
	background: #907E56 url(../images/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)リピート＆上部に配置*/
	color: #FFF;	/*文字色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*サブコンテンツ内のbox1設定*/
#sub .box1 {
	background: #d5cdbc;		/*背景色*/
	padding: 5px;				/*ボックス内の余白*/
	border: 1px solid #c4bdad;	/*枠線の幅、線種、色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*サブメニューブロック全体の設定*/
#sub ul.submenu {
	border-top: 1px solid #c4bdad;	/*上部の線の幅、線種、色*/
	border-left: 1px solid #c4bdad;	/*左部の線の幅、線種、色*/
	border-right: 1px solid #c4bdad;	/*右部の線の幅、線種、色*/
}
/*サブメニュー１個あたりの設定*/
#sub ul.submenu li a {
	display: block;
	width: 223px;
	text-decoration: none;
	border-bottom: 1px solid #c4bdad;	/*下部の線の幅、線種、色*/
	padding: 3px 5px 3px 10px;	/*左から、上、右、下、左への余白*/
	background: #FFF;	/*背景色*/
}
#sub .box1 ul.submenu li a {
	width: 211px;	/*box1内でのメニューの幅*/
}
#sub ul.submenu li a:hover {
	background: #f2f0eb;	/*マウスオン時の背景色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 150px;	/*スライドショー画像の高さ*/
	width: 1000px;	/*スライドショー画像の幅*/
}
#top #mainimg {
	height: 300px;	/*トップページのスライドショー画像の高さ*/
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index: 2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index: 1;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
dl#new{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	padding-left: 10px;
	margin-bottom: 1em;
}
/*日付設定*/
dl#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
dl#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
dl#new dd img {
	vertical-align: middle;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;		/*文字サイズ*/
	background: #695C3E;	/*背景色*/
	color: #FFF;			/*文字色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #907E56;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #E7E3D9;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;			/*文字色*/
	background: #907E56;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #D5CDBC;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #D89939;
}
.pr {
	font-size: 10px;
}
p#pagetop {
	text-align: right;
	clear: both;
	width: 100%;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.pt0 {
	padding-top: 0px !important;
}
