/* --------------------------------------------------

	SiteName : はまづめ荘
	FileName : style.css
	
	== URL ======================================
	http://www.hamadumesou.com/
	
-------------------------------------------------- */


/* clearfix
================================================== */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/* 共通リンク
================================================== */
a {color:#000;text-decoration:none;}
a:hover {color:#3E3524;text-decoration:underline;}
a img {border:none;}


/* html,body
================================================== */
html {
	height: 100%;
}

body {
	margin: 0 auto;
	font-size: 80%;
	/*font-family:Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;*/
	font-family:Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6em;
	color: #000;
	background: #301D0A;
	/*background: #FFF url("../img/back.gif") 0% 0% repeat-x;*/
	height: 100%;
}


#container {
	margin:0px;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body > #container {
	height: auto;
}


/* h1
================================================== */
#bar {
	width:auto;
	height:20px;
	background:#301D0A;
	margin:0px;
	}

#bar h1 {
	width:800px;
	text-align:right;
	margin: 0 auto;
	padding: 0;
	color:#FFF;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	}
h1 a {color:#FFFFFF;}

/* ページ
================================================== */
#page {
	background: #FFF url("../img/back.gif") 0% 0% repeat-x;
	}
#page_in {
	width:800px;
	margin: 0 auto;
	}
	
/* ヘッダー
================================================== */
#header {
	padding:32px 0px 0px 0px;
	width: 800px;
	height:58px;
	background: url("../img/header_back.gif") 0% 0% no-repeat;
	position: relative;
	}


/* menu
================================================== */
#menu {
	width:208px;
	background: url("../img/menu_back.gif") 0% 0% no-repeat;
	margin:0px;
	padding:0px;
	float:left;
	}

	#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
	#menu ul li {
	float: left;
	}
	
	#menu ul li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	}
	
		#menu ul li.menu1 a {
		background: url("../img/menu1.gif") left top no-repeat;
		width:208px;
		height:75px;
		}
		
		#menu ul li.menu2 a {
		background: url("../img/menu2.gif") left top no-repeat;
		width:208px;
		height:64px;
		}
		
		#menu ul li.menu3 a {
		background: url("../img/menu3.gif") left top no-repeat;
		width:208px;
		height:64px;
		}
		
		#menu ul li.menu4 a {
		background: url("../img/menu4.gif") left top no-repeat;
		width:208px;
		height:64px;
		}
	
	#menu ul li a:hover {
	background-position: right top;
	}


/* コンテンツ
================================================== */
#contents {
	width:580px;
	margin:0px;
	padding:0px;
	float:right;
}

/* トップ
================================================== */
#contents_left {
	width:390px;
	float:left;
	vertical-align:top;
	margin:10px 0px;
	padding:0px;
	}
#contents_left img {margin-bottom:5px;}

#contents_right {
	width:190px;
	float:left;
	vertical-align:top;
	margin:10px 0px;
	padding:0px;
	}


/* TOP 新着情報
================================================== */
#top_news {
	margin:0px;
	padding: 0;
	background: #FFF url("../img/news_back.gif") 0% 0% repeat-x;
	color:#000000;
}
table#news {
	width: 510px;
	text-align:left;
	margin:10px 0px 0px 0px;
	}

	table#news td.photo {
	width:90px;
	font-weight: bold;
	text-align: left;
	vertical-align:top;
	}
	
	table#news td.news_tit {
	width: 360px;
	color: #000;
	text-align: left;
	vertical-align:top;
	}
	
	table#news td.news_contents {
	border-bottom: 1px dotted #CCC;
	}
	
	table#news a {color:#91344A;}


/* ニューウィンドウ情報（新着情報の詳細）
================================================== */
#news_window {
	width:500px;
	margin:0px auto;
	background:#FFF;
	}
	
	#news_window h3 {
	margin:20px 0px 10px 20px;
	text-align:left;
	letter-spacing:0.2px;
	color:#7B523; font-size:12px; font-weight:bold;
	}
	
	#news_window .text {
	margin:10px 20px 10px 20px;
	text-align:left;
	letter-spacing:0.2px;
	}

/*.news {
	width:560px;
	margin-top:5px;
	}
.news img {
	float:left;
	margin-right:5px;
	}


/* フッター
================================================== */
#footer {
	height:120px;
	color:#FFF;
	margin: 0;
	padding: 0;
	background: url("../img/footer_back.gif") 0% 0% repeat-x;
	}
#footer a {color:#FFF;}
#footer_navi{
	width:800px;
	margin: 0 auto;
	padding: 0;
	}
#footer_logo {
	width:185px;
	float:left;
	margin:25px 0px 10px 0px;
	}
#footer_address {
	width:250px;
	float:left;
	margin:25px 0px 0px 0px;
	}
	#footer_address p {margin:0px; padding:0px;}
#footer_menu {
	width:300px;
	float:right;
	text-align:right;
	margin:25px 0px 0px 0px;
	}


/* 宿泊プラン
================================================== */
#plan_left {
	width:370px;
	vertical-align:top;
	margin:10px 0px;
	float:left;
	}
/*#plan_left p {margin:0px; padding:0px;}*/

.plan_title {
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	border-bottom: 1px dotted #301D0A;
	margin-bottom:2px;
	padding-bottom:3px;
	}
.plan_title2 {
	font-size:12px;
	color:#FFF;
	background:#301D0A;
	margin-top:10px;
	padding:2px 5px;
	}
.plan_title3 {
	font-size:12px;
	color:#FFF;
	background:#C9252C;
	margin-top:10px;
	padding:2px 5px;
	}
#plan_right {
	width:198px;
	border: 1px solid #301D0A;
	background:#FFF;
	vertical-align:top;
	margin:10px 0px;
	float:right;
	}
#plan_right #ippin {
	padding:5px;
	vertical-align:top;
	}

/* 温泉・施設
================================================== */
.shisetu_left {
	width:300px;
	vertical-align:top;
	margin:5px 0px;
	float:left;
	}

.shisetu_title {
	font-size:12px;
	color:#FFF;
	background:#301D0A;
	margin-top:10px;
	padding:2px 5px;
	}
.shisetu_title3 {
	font-size:12px;
	color:#FFF;
	background:#C9252C;
	margin-top:10px;
	padding:2px 5px;
	}
.shisetu_right {
	width:280px;
	vertical-align:top;
	margin:5px 0px;
	float:right;
	}


/* 交通
================================================== */
.access_txt {
	color:#91344A;
	border-bottom:1px dotted #999;
	padding:3px 0px;
	margin:0px 0px 3px 0px;
	}
.access_left {
	width:260px;
	vertical-align:top;
	float:left;
	margin:10px 0px;
	}
	.access_left img {margin-bottom:5px;}
.access_right {
	width:320px;
	vertical-align:top;
	float:left;
	margin:10px 0px;
	}

/* 観光
================================================== */
.kanko_left {
	width:280px;
	vertical-align:top;
	margin:10px 0px;
	float:left;
	}
.kanko_right {
	width:280px;
	vertical-align:top;
	margin:10px 0px;
	float:right;
	}
.kanko_txt {
	color:#91344A;
	border-bottom:1px dotted #999;
	padding:3px 0px;
	margin:0px 0px 3px 0px;
	}


/* 個人情報保護方針
================================================== */
.privacy_txt {
	color:#91344A;
	border-bottom:1px dotted #999;
	padding:3px 0px;
	margin:10px 0px 3px 0px;
	}


/* 空室状況
================================================== */
.room_left {
	font-size:14px;
	color:#301D0A;
	float:left;
	margin:10px 0px 5px 0px;
	}
.room_right {
	float:right;
	margin:10px 0px 5px 0px;
	}

/* 予約フォーム
================================================== */
.yoyaku_title {
	width:574px;
	color:#FFF;
	letter-spacing:0.3em;
	padding:3px;
	margin:5px 0px;
	background:#A39066;
	text-align:center;
	}
table.yoyaku-list{
	border-spacing:0;
	empty-cells:show;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
	}
.yoyaku-list th{
	text-align:center;
	color: #000;
	font-weight:normal;
	}
.yoyaku-list th.waku_left {width:150px; text-align:left; background-color:#F8F1DF; border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding:10px 0px 10px 10px;}
.yoyaku-list th.waku_right {width:409px; text-align:left; background-color:#FFF; border-top:1px solid #CCCCCC; padding:10px 0px 10px 10px;}
.yoyaku_send {
	width:580px;
	text-align:left;
	border-top:1px solid #666;
	line-height:2;
	margin:5px 0px;
	padding:5px 0px;
	}
	
	
/* マージン
================================================== */
.m_b00   {margin-bottom:0px;}
.m_b04   {margin-bottom:4px;}
.m_b05   {margin-bottom:5px;}
.m_b08   {margin-bottom:8px;}
.m_b10   {margin-bottom:10px;}
.m_b15   {margin-bottom:15px;}
.m_b20   {margin-bottom:20px;}
.m_b30   {margin-bottom:30px;}
.m_b40   {margin-bottom:40px;}
.m_b50   {margin-bottom:50px;}
.m_b1em  {margin-bottom:1em;}
.m_b2em  {margin-bottom:2em;}
.m_t05   {margin-top:5px;}
.m_t10   {margin-top:10px;}
.m_t15   {margin-top:15px;}
.m_t20   {margin-top:20px;}
.m_t30   {margin-top:30px;}
.m_t50   {margin-top:50px;}
.m_r05   {margin-right:5px;}
.m_r10   {margin-right:10px;}
.m_l05   {margin-left:5px;}
.m_l10   {margin-left:10px;}
.m_all05 {margin:5px auto;}
.m_all10 {margin:10px auto;}
.m_all15 {margin:15px auto;}
.m_all20 {margin:20px auto;}
.m_all50 {margin:50px auto;}
.m_t08b05 {margin:8px auto 5px;}
.m_t10b10 {margin:10px auto;}
.m_t10b20 {margin:10px auto 20px;}
.m_t10b30 {margin:10px auto 30px;}
.m_t10b40 {margin:10px auto 40px;}
.m_txtbox {margin: 0 5px 5px 0;}


/* iframe
================================================== 
iframe {
	margin: 0 auto 2em;
	border: 1px solid #655335;
}*/


/* 見出しタグ
================================================== */
h3 {
	margin: 2em 0 0.5em;
	color: #3E3524;
	font-size: 130%;
	border-bottom: 1px solid #655335;
	}

/* フォント
================================================== */
/* 段落 */
p {margin:0px;}

/* サイズ */
.txt_b {font-weight: bold;}
.txt_xlarge {font-size:140%;}
.txt_large {font-size:120%;line-height: 1.4;}
.txt_large_b {font-size:120%;line-height: 1.4;font-weight: bold;}
.txt_small {font-size:90%;line-height: 1.4;}
.txt_xsmall {font-size:80%;line-height: 1.4;}
.txt_xsml {font-size:80%;letter-spacing: 0;}

/* 灰色 */
.txt_gray {color:#999;}
.txt_gray_b {color:#999; font-weight:bold;}
.txt_gray_small {color:#999; font-size:90%;}

/* 青色 */
.txt_blue {color:#004495;}
.txt_blue_b {color:#004495; font-weight:bold;}
.txt_blue_large_b {color:#004495; font-size:120%; font-weight:bold;}
.txt_blue_xsmall {color:#004495; font-size:80%;}

/* 赤色 */
.txt_red {color:#CC0000;}
.txt_red_b {color:#CC0000; font-weight:bold;}
.txt_red_lb {color:#CC0000; font-size:120%; font-weight:bold;}
.txt_red_xsmall {color:#CC0000; font-size:80%;}

/* 橙色 */
.txt_orng {color:#F90;}
.txt_orng_b {color:#F90; font-weight:bold;}
.txt_orng_lb {color:#F90; font-size:120%; font-weight:bold;}
.txt_orng_xsmall {color:#F90; font-size:80%;}

/* エラー */
.error {color:#CC0000;font-weight:bold;}
.error_txt {margin:0pt;width:100%;}
