@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #645A19;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #C7C7B6 url(../images/bg.gif) repeat-x top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
/*トップページのみで適用する壁紙設定*/
body#top {
	background: #C7C7B6 url(../images/bgtop.gif) repeat-x 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: ftp
.bow-town.com;
	color: #645A19;
}
a:hover {
	color: #FC0000;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*オン時に下線を消す設定。消さないならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 253px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
/*トップページのヘッダー設定*/
#top #header {
	height: 324px;	/*ヘッダーの高さ*/

}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 50px;	/*ヘッダーブロックに対して左から50pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	z-index:4;
}
#header #tel {
	position: absolute;
	left: 690px;	/*ヘッダーブロックに対して左から50pxの位置に配置*/
	top: 25px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
	z-index:4;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 10px;	/*右寄せ*/
	font-weight: normal;
	color: #645A19;		/*文字色*/
	position: absolute;
	z-index:3;
	top: 10px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
	right: 50px;	/*ヘッダーブロックに対して右から50pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #645A19;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 50px;
	padding-top: 6px;
	padding-left: 25px;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	width: 650px;
	background: url(../images/bg1.gif) no-repeat right center;	/*背景画像の読み込み＆リピートしない＆右側＆上下中央に配置*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	border-bottom: 3px solid #dbb20f;	/*下部の線の幅、線種、色*/
	color: #645A19;	/*文字色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main p.img {
	padding: 0.5em 0px 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	padding: 10px 5px;	/*左から、上下、左右への余白*/
	background: #000 url(../images/bg2.gif) repeat-x right bottom;	/*背景色、背景画像の読み込み＆リピートしない＆右側＆上下中央に配置*/
	border-bottom: 5px solid #DBB20F;	/*下部の線の幅、線種、色*/
	border-top: 1px solid #cccccc;		/*上部の線の幅、線種、色*/
	border-right: 1px solid #cccccc;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cccccc;		/*左側の線の幅、線種、色*/
	color: #59542B;	/*文字色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 228px;
	text-decoration: none;
	background: #EFEEE7;	/*背景色*/
	padding: 5px;
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #CCC;	/*下部の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
}
ul.submenu li a:hover {
	background: #FFFFFF;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 670px;
}
#main .new dl {
	clear: left;
	width: 650px;
	border-bottom: 1px solid #cccccc;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 550px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;	/*文字サイズ*/
	background: #59542b;	/*背景色*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #837D40;	/*テーブルの外側の枠線の幅、線種、色*/
	width: 670px;
}
.ta1 td, .ta1 th{
	border: 1px solid #837D40;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #DEDCCB;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #990202 url(../images/bg1.gif) no-repeat left bottom;	/*背景色、背景画像の読み込み＆リピートしない＆右側＆上下下部を配置*/
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 253px;
	width: 1000px;
}
#top #mainimg {
	position: relative;
	height: 324px;
	width: 1000px;
}
#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;
}
#mainimg img {
	vertical-align: bottom;
}

/*お部屋紹介ボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;
	width: 644px;
	border: 3px solid #837D40;	/*ボックスの線の幅、線種、色*/
	overflow: hidden;
	margin-bottom: 0.5em;
}
#main .box1 p.photo {
	float: left;
	width:200px;
	margin-left: 0;
	padding: 0;
}
#main .box1 p.photo a img {
	border: 1px solid #837D40;	/*画像の回りの線*/
	padding: 5px;	/*余白*/
}
#main .box1 p.photo a:hover img {
	border: 1px solid #FC0000;	/*マウスオン時の画像の回りの線*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 120%;	/*文字サイズ*/
	border-bottom: 1px solid #837D40;	/*下線の幅、線種、色*/
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	background: url(../images/bg2.gif) no-repeat left bottom;	/*背景画像の読み込み＆リピートしない＆左＆上下下部を配置*/
	padding-right: 5px;
	padding-left: 5px;
}
/*段落タグ*/
#main .box1 p {
	padding: 0px 5px;	/*左から、上下、左右への余白*/
	margin-left: 220px;	/*左の写真とバランスをとって設定*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #DEDCCB;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FC0000;
}
.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;
}
