/* TOUCAN CSS RESET | v0.1.7 */

/* General
---------------------------------------- */
* { margin: 0; padding: 0; } 

p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.5em;
}

/* Structure
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	font-size: 13px;
	line-height: 1.5;
	background-image: url(../img/common/bg_01.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	color:#59493f;
}

/*Fierfoxハック */	
body,  x:-moz-any-link, x:default  {
	background-position:0px 6px;
}
/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
	line-height: 1.1;
	margin-bottom: .238em;
}

h2 {
	font-size: 2em;
	line-height: 1.15;
	margin-bottom: .357em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .476em;
}

h4, h5, h6 {
	margin-bottom: .571em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.25;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}

pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}

var {
	font-style: normal;
}

center {
	text-align: center;
}

/* Hypertext
---------------------------------------- */
a:link {
	color:#FF9933;
}

a:visited {
	color:#999966;
}

a:hover {
	color:#FF9933;
}

a:active {
	color:#999966;
}

/* Image
---------------------------------------- */
img {
	border: 0;
}


/* List
---------------------------------------- */
#wrapper ul {
	list-style: disc outside none;
}

#wrapper ol {
	list-style: decimal outside none;
}

#wrapper li ul, li ol {
	margin-bottom: 0;
}

#wrapper dt {
	font-weight: bold;
}

#wrapper dd {
	margin-bottom: 1em;
}

/* List
---------------------------------------- */
/*
body ul {
	list-style: disc outside none;
}

body ol {
	list-style: decimal outside none;
}

body li {
	margin-left: 2em;
}

body li ul, li ol {
	margin-bottom: 0;
}

body dt {
	font-weight: bold;
}

body dd {
	margin-bottom: 1em;
}
*/
/* Presentation
---------------------------------------- */
/*
hr {
	border: 0;
	border-bottom: 1px solid;
}

big {
	font-size: 1.25em;
}

small, sub, sup {
	font-size: .85em;
}

sub, sup {
	line-height: 1;
}

sub {
	vertical-align: bottom;
}

sup {
	vertical-align: top;
}

del, s, strike {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
}

bdo {
	border-bottom: 1px dotted;
}

u {
	text-decoration: underline;
}
---------------------------------------- */

/* Form
---------------------------------------- */
/*
fieldset {
	padding: 1em;
}

legend {
	font-weight: bold;
	padding: 0 .25em;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}

input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], 
button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}

input[type=text], input[type=password], textarea {
	padding: 1px;
}

textarea {
	text-align: left;
	line-height: 1.25;
}
---------------------------------------- */

/* Table
---------------------------------------- */
/*
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	line-height: 1.3;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th, td {
	padding: .5em 1em;
	border: 1px solid;
}

caption {
	padding-bottom: 1em;
}

th {
	font-weight: bold;
}
*/

/* 枠
---------------------------------------- */
#wrapper {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
	background:url(../img/common/bana_bg_01.jpg) 0 0 repeat-y;
	background-position: 7px;
}
#wrapper2 {
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 950px;
}
#main2 {
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* ナビ
---------------------------------------- */
ul#navi {
	list-style: none;
	clear:both;
}

ul#navi li {
	 float: left;
	 padding:0px;
	 margin:0px;
	}
	
ul#navi li a {
	display: block; height: 65px;
	background-image: url(../img/common/navi.jpg); text-indent: -9999px;
}

ul#navi li a.top {
		width: 137px; background-position: 0px 0px;	
}
	
ul#navi li a.persistence {
		width: 136px; background-position: -137px 0px;	
}
	
ul#navi li a.room {
		width: 136px; background-position: -273px 0px;	
}
	
ul#navi li a.spa {
		width: 135px; background-position: -409px 0px;	
}
		
ul#navi li a.dining {
		width: 136px; background-position: -544px 0px;	
}
ul#navi li a.services {
		width: 135px; background-position: -680px 0px;	
}
ul#navi li a.access {
		width: 135px; background-position: -815px 0px;	
}
	
ul#navi li a.top:hover, ul#navi li a.top:focus {
		background-position: 0px -65px;	
}
	
ul#navi li a.persistence:hover, ul#navi li a.persistence:focus {
		background-position: -137px -65px;	
}
	
ul#navi li a.room:hover, ul#navi li a.room:focus {
		background-position: -273px -65px;	
}
	
ul#navi li a.spa:hover, ul#navi li a.spa:focus {
		background-position: -409px -65px;	
}
	
ul#navi li a.dining:hover, ul#navi li a.dining:focus {
		background-position: -544px -65px;	
}
ul#navi li a.services:hover, ul#navi li a.services:focus {
		background-position: -680px -65px;	
}
ul#navi li a.access:hover, ul#navi li a.access:focus {
		background-position: -815px -65px;	
}
	
/* 左側
---------------------------------------- */	
#side {
	background-image: url(../img/common/bana_bg_01.jpg);
	background-repeat: repeat-y;
	width: 187px;
	float: left;
	background-position: 7px;
	padding-left: 13px;
}
.bana {
	margin-bottom: 10px;
}

/* ヘッダ
---------------------------------------- */	
#header {
	background-repeat: no-repeat;
	background: url(../img/common/tel.jpg) 0 0 repeat-y;
	height: 98px;
}

/* フッタ
---------------------------------------- */	
#footer {
	background: url(../img/common/header.jpg) no-repeat;
	width: 950px;
	clear:both;
	font-size: 12px;
	color: #FFFFFF;
}

#footer .info{
	padding:50px 0px 0px 0px;
	margin:0px;}
#footer img{
	padding:50px 0px 0px 0px;
}


#footer .right {
	float: right;
	margin-right: 70px;
}
#footer .left {
	float: left;
	margin-left: 510px;
}
#copy {
	margin-left: 400px;
	clear:both;
}
/*----------------------------------------
共通
---------------------------------------- */	
.com_box {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
}

/*----------------------------------------
トップページ
---------------------------------------- */	
#plan {
	background: url(../img/top/bg_04.jpg) repeat-y left top;
	padding:0px 25px 0px 20px;
	margin:0px;
}
#plan a:link{
	color:#CC0000;
}
#plan a:visited{
	color:#FF9933;
}
#plan a:hover{
	color:#FF9933;
}
*:first-child+html #plan{
	margin-top:-6px;
	min-height:280px;}
	
.hr_plan {
	border-bottom-color:#E8D2B5;
	clear:both;
}
.left_plan {
	width: 330px;
	float: left;
}
.plan_text {
	width: 330px;
	float: left;
}

.plan_photo {
	background-image: url(../img/top/pic_bg.jpg);
	background-repeat: no-repeat;
	height: 110px;
	padding-top: 9px;
	padding-left: 10px;
}
.plan_tit {
	margin-left: 140px;
	color: #990000;
}
.plan_tit2 {
	margin-left: 140px;
	margin-top: -20px;
}
.h_plan {
	float: right;
	margin-top: 10px;
}

#kodawari {
	margin-top: 20px;
}

#main2 #kodawari li {
	font-size: 0px;
    display: inline;
	float: left;
}
/*---------------------------------------- 	
こだわりページ
---------------------------------------- */	
.r_box {
	float: right;
	width: 450px;
	margin-top: 10px;
}
.l_box {
	float: left;
	margin-top: 10px;
}
.r_box2 {
	float: left;
	margin-top: 10px;
	margin-left:10px;
}
.l_box2 {
	float: left;
	width: 450px;
	margin-top: 10px;
}
/*---------------------------------------- 	
アクセスページ
---------------------------------------- */	
.com_box2 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left:90px;
}
.com_box2 table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	line-height: 1.3;
    text-align: center;
}

.com_box2 td {
    background-color: #e1d3bd;
    border-top: 1px dotted #59493f;
    border-bottom: 1px dotted #59493f;
    padding: 10px 5px 10px 20px;
    width: 240px;
}

.com_box2 .r {
	background-color: #FFFFFF;
    border-top: 1px dotted #59493f;
}
.com_box2 .l {
	margin-left:30px;
}

.com_box2 table td .line {
    border-bottom: 1px dotted #59493f;
    border-right: 1px dotted #59493f;
	}
.com_box3 {
	text-align: center;
	margin-left:600px;
}
/*---------------------------------------- 	
お部屋ページ
---------------------------------------- */	
#room {
	float: left;
	margin-top: 10px;
}
#room ul {
	list-style: none;
	clear:both;
}

#room li {
	margin: 0px;
	padding: 0px;
}
.room_img {
	margin-left:15px;
}

/*Fierfoxハック */	
#room li,  x:-moz-any-link, x:default  {
	margin-bottom: -5px;
}

/*---------------------------------------- 	
館内案内ページ
---------------------------------------- */	
.se_lbox {
	float: left;
	width: 236px;
}
.se_lbox ul {
	list-style: none;
	clear:both;
}
.se_lbox li {
	display: inline;
	padding: 0px;
	margin-left: 15px;
}
.font_w {
	color: #FFFFFF;
}
/*---------------------------------------- 	
緊急案内
---------------------------------------- */	
.sos {
	border: 1px solid #947054;
	padding: 5px;
	margin: 5px;
	width: 950px;
	background-color: #FFFFFF;
}
#sos_box {
	border: 3px double #990000;
	padding: 5px;
	width: 710px;
}
/*---------------------------------------- 	
らくやき
---------------------------------------- */	

#rakut01 td{
	padding-right:8px;
}

#rakut02 th {
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
}
#rakut02 td{
	padding-right:5px;
	padding-top:10px;
}
