@charset "utf-8";

/*-----------------------------------------------

  * Filename:      desing.css
  * Description:   part of design.
  * Version:       2010-09-20 (YYYY-MM-DD)
  * Website:       http://www.fukarasu.jp/
  * Auther:        みやなび
  * Copyright:     平良一訓

  == Font-Size: =================================

  77%  = 10px  |  124% = 16px  |  170% = 22px
  85%  = 11px  |  131% = 17px  |  177% = 23px
  93%  = 12px  |  139% = 18px  |  185% = 24px
  100% = 13px  |  147% = 19px  |  193% = 25px
  108% = 14px  |  154% = 20px  |  200% = 26px
  116% = 15px  |  162% = 21px  |

  == CSS index: =================================

	1. common design base
	2. common elements
	3. index.html
	4. Category
	5. Campany
	6. reservations.html
	7. faq.html

-------------------------------------------------*/
strong {
	color: #FFA500;
	}

/*
		1. common DesignBase
---------------------------------------------*/

body {
	text-align: center;
	background: url(img/body_bg.jpg) 50% 0 no-repeat;
	}

#wrapper {
	width: 830px;
	margin: auto;
	text-align: left;
	}

#header {
	position: relative;
	}

#logo {
	
	}

#tel {
	position: absolute;
	top: 50px;
	right: 0;
	}

#container {
	min-height: 680px;
	}

#content {
	margin-top: 15px;
	}

#sidebar {
	float: left;
	width: 252px;
	margin: 38px 0 0 20px;
	padding: 15px 0 0 15px;
	background-color: #ffe8a9;
	}

.side-block {
	padding-bottom: 15px;
	}

#footer {
	height: 220px;
	padding: 15px 0 80px;
	background: url(img/footer_bg.jpg) 50% bottom no-repeat;
	text-align: center;
	}

#footer .rayout {
	width: 830px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #FFB413;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	}

#footer ul {
	float: left;
	width: 14em;
	margin: 15px 0 0 15px;
	}

#fukarasu-info {
	margin: -3em 15px 15px 0;
	text-align: right;
	color: #999;
	font-size: 85%;
	}





/*
		2. common elements
---------------------------------------------*/

.centering {
	text-align: center;
	}

/* form */

.chekd {
	font-weight: bold;
	background-color: #CEE8F9;
	}
input.jText, textarea, select {
	padding: 4px 2px 2px !important;
	border: 1px solid #A7A6AA;
	}
input[type="text"] {
	padding: 4px 2px 2px !important;
	border: 1px solid #A7A6AA;
	}
.jFocus {
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	border-color: rgba(82, 168, 236, 0.75) !important;
	outline: medium none;
	}


/* textarea resizable */

div.grippie {
	background: #f4f4f4 url(img/grippie.png) no-repeat scroll center 2px;
	border-color: #ddd;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	}
div.grippie {/* corner round */
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	}
.resizable-textarea textarea {
	display: block;
	margin-bottom: 0pt;
	width: 95%;
	height: 20%;
	}
.resizable-textarea textarea {/* corner round */
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	}



.btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
.btn:hover {
	text-decoration: none;
	}
.btn:active {
	position: relative;
	top: 1px;
	}
.white {
	color: #0078ff;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
	}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
	}

.transp-table {
	border: none !important;
	}
.transp-table th,
.transp-table td {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	}

/* header */

#wapper{
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.main800 {
	float: left;
	height: auto;
	width: 800px;
	color: #666666;
	margin-top: 10px;
	text-align: center;
	}

.main800-2 {
	width: 800px;
	height: auto;
	margin: 2px auto 0;
	}

.mojideka{
	font-size: 16px;
	}

#left {
	float: left;
	height: auto;
	}

.left-navi-top {
	float: left;
	width: 160px;
	height: 500px;
	
	}

#main {
	float: right;
	border:none
	height: auto;
	width: 800px;
	margin:0px auto;
	}

#main-top {
	border:none
	float: right;
	height: auto;
	}

.main600-top {
	line-height: 1em;
	float: right;
	height: 150px;
	width: 590px;
	color: #137397;
	background-image: url(imeg/hana.jpg);
	padding-bottom: 10px;
	}

.main2 {
	float: right;
	height: 100px;
	width: 590px;
	display: block;
	margin-top: 10px;
	}

/* Sidebar Feed List */

.side-block h4 {
	margin-right: 15px;
	padding: 5px 7px;
	border-top: 1px solid #BBDFF9;
	border-right: 1px solid #BBDFF9;
	border-left: 1px solid #BBDFF9;
	background-color: #fff;
	}

.side-block h4 a {
	font-weight: bold;
	}

#liRss {
	margin-right: 15px;
	padding: 5px 7px;
	border-bottom: 1px solid #BBDFF9;
	border-right: 1px solid #BBDFF9;
	border-left: 1px solid #BBDFF9;
	background-color: #fff;
	}




/*
		3. index.html
---------------------------------------------*/

#key-visual {
	padding: 20px 0 0 0;
	border: 1px solid #f3d99b;
	background-color: #fff;
	}

#index #key-visual {
	height: 363px;
	padding: 20px 0 0 0;
	border: 1px solid #f3d99b;
	background-color: #fff;
	}

#nav {
	padding-top: 7px;
	}

#nav li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}

#main-picture {
	float: left;
	width: 514px;
	height: 299px;
	overflow: hidden;
	margin-left: 25px;
	}

#slideshow {
	float: left;
	width: 97px;
	padding-left: 4px;
	}

#slideshow li {
	width: 260px;
	margin-bottom: 4px;
	cursor: pointer;
	}



#index #content {
	float: left;
	width: 541px;
	}

.category {
	margin-bottom: 15px;
	padding-bottom: 40px;
	background: url(img/top-cat-bottom.png) 0 bottom no-repeat;
	}

.category .rayout {
	padding: 5px 9px;
	border-left: 1px solid #EFAD13;
	border-right: 1px solid #EFAD13;
	background-color: #fff;
	}

.category .section {
	padding: 7px 0 7px 104px;
	border-bottom: 1px dotted #bbb;
	}

.category .section h3 {
	font-size: 124%;
	}

.category .section img {
	margin-top: -22px;
	margin-left: -104px;
	}

.category .section p {
	margin-top: -36px;
	line-height: 1.6em;
	}



/*
		4. Category
---------------------------------------------*/

#sub-picture {
	height: 120px;
	overflow: hidden;
	margin-left: 19px;
	}

#category #content {
	padding: 0 0 40px;
	border-top: 1px solid #EFAD13;
	background: #fff url(img/cat-content_bottom.png) 0 bottom no-repeat;
	}

#category #content .rayout {
	padding: 22px 30px;
	border-left: 1px solid #EFAD13;
	border-right: 1px solid #EFAD13;
	background-color: #fff;
	}

#category #content p {
	margin-bottom: 1em;
	line-height: 1.6em;
	}

#category h2 {
	margin-bottom: 0.7em;
	padding: 8px 0 0 10px;
	font-size: 162%;
	font-weight: bold;
	color: #fff;
	background: #FFA500 url(img/category-h2-bg.png) 320px bottom no-repeat;
	text-shadow:0 1px 1px #ff7800;
	}

#category .section {
	clear: both;
	width: 800px;
	margin: 36px 0 0;
	padding: 10px 0 0 0;
	}

#category .info-table {
	margin: 15px 0;
	}

#category caption {
	font-size: 116%;
	font-weight: bold;
	color: #ff7800;
	}

#category .info-table th,
#category .info-table td {
	padding: 7px 15px 4px;
	border: 1px solid #FFA500;
	}

#category .info-table th {
	text-align: left;
	font-weight: bold;
	background-color: #ffeece;
	white-space: nowrap;
	}

#category .tmb td {
	width: 140px;
	}

#category .caution {
	margin-bottom: 15px;
	font-size: 85%;
	color: #888;
	}

#category .imageArea {
	float: right;
	width: 390px;
	margin-left: 15px;
	}

#category .bxGallery {
	margin-bottom: 3px;
	background-color: #fff;
	}

#category .bxGallery .caption {
	color: #ff7800;
	padding-left: 0.5em;
	}

#category .thumbs li {
	display: inline;
	}


#category .centering {
	clear: both;
	padding: 20px 0 0;
	}




/*
		5. Campany
---------------------------------------------*/

#company #content {
	padding: 0 0 40px;
	border-top: 1px solid #EFAD13;
	background: #fff url(img/cat-content_bottom.png) 0 bottom no-repeat;
	}

#company #content .rayout {
	padding: 22px 30px;
	border-left: 1px solid #EFAD13;
	border-right: 1px solid #EFAD13;
	background-color: #fff;
	}

#company #content p {
	margin-bottom: 1em;
	line-height: 1.6em;
	}

#company .info-table {
	margin: 27px 0;
	}

#company .info-table th,
#company .info-table td {
	padding: 7px 15px 4px;
	border: 1px solid #FFA500;
	}

#company .info-table th {
	text-align: left;
	font-weight: bold;
	background-color: #ffeece;
	}



/*
		6. reservations.html
---------------------------------------------*/

#reservations #content {
	padding: 0 0 24px;
	border-top: 1px solid #EFAD13;
	background: #fff url(img/cat-content_bottom.png) 0 bottom no-repeat;
	}

#reservations #content .rayout {
	padding: 22px 30px 0;
	border-left: 1px solid #EFAD13;
	border-right: 1px solid #EFAD13;
	background-color: #fff;
	}

#reservations #content p {
	margin-bottom: 1em;
	line-height: 1.6em;
	}

#reservations h2 {
	margin-bottom: 0.7em;
	padding: 8px 0 0 10px;
	font-size: 162%;
	font-weight: bold;
	color: #fff;
	background: #FFA500 url(img/category-h2-bg.png) 700px bottom no-repeat;
	text-shadow:0 1px 1px #ff7800;
	}

#reservations #formArea {
	text-align: center;
	}

#reservations #formArea table {
	margin: auto;
	text-align: left;
	}

#reservations .info-table {
	margin: 15px 0;
	}

#reservations .info-table caption {
	font-size: 116%;
	font-weight: bold;
	color: #ff7800;
	}

#reservations .info-table th,
#reservations .info-table td {
	padding: 7px 15px 4px;
	border: 1px solid #FFA500;
	}

#reservations .info-table th {
	text-align: left;
	font-weight: bold;
	background-color: #ffeece;
	white-space: nowrap;
	}

#reservations .caution {
	margin-bottom: 15px;
	font-size: 85%;
	color: #cc0000;
	}

#reservations .question-submit {
	margin: 15px auto;
	}

#reservations .question-submit input {
	padding: 0.6em 1em 0.4em;
	font-size: 124%;
	}

#reservations .error-coution {
	color: red;
	}

#reservations th span {
	color: red;
	}

.chkmailform {
	padding: 0 0 40px;
	background: #fff url(img/cat-content_bottom.png) -1px bottom no-repeat;
	}

.chkmailform #sub-picture{
	padding: 0 0 40px;
	}



/*
		7. faq.html
---------------------------------------------*/

#faq #content {
	padding: 0 0 40px;
	border-top: 1px solid #EFAD13;
	background: #fff url(img/cat-content_bottom.png) 0 bottom no-repeat;
	}

#faq #content .rayout {
	padding: 22px 30px 0;
	border-left: 1px solid #EFAD13;
	border-right: 1px solid #EFAD13;
	background-color: #fff;
	}

#faq #content p {
	margin-bottom: 1em;
	line-height: 1.6em;
	}

#faq h2 {
	margin-bottom: 0.7em;
	padding: 8px 0 0 10px;
	font-size: 162%;
	font-weight: bold;
	color: #fff;
	background: #FFA500 url(img/category-h2-bg.png) 700px bottom no-repeat;
	text-shadow:0 1px 1px #ff7800;
	}

#faq dl {
	padding: 15px 15px 0 15px;
	}

#faq dt,
#faq dd {
	}

#faq dt {
	margin-top: 12px;
	padding: 0.7em 0 0.7em 50px;
	background: #FFE8B2 url(img/icon_question.png) 12px 50% no-repeat;
	}

#faq dd {
	padding: 0.7em 0 0.7em 50px;
	background: #EDF6F5 url(img/icon_clover.png) 12px 50% no-repeat;
	}



/*
		8. special
---------------------------------------------*/

#sp #sub-picture {
	height: 300px;
	overflow: hidden;
	margin-left: 19px;
	}

#sp #content {
	padding: 0 0 40px;
	border-top: 1px solid #EFAD13;
	background: #fff url(img/cat-content_bottom.png) 0 bottom no-repeat;
	}

#sp #content .rayout {
	padding: 22px 30px;
	border-left: 1px solid #EFAD13;
	border-right: 1px solid #EFAD13;
	background-color: #fff;
	}

#sp #content p {
	margin-bottom: 1em;
	line-height: 1.6em;
	}

#sp h2 {
	margin-bottom: 0.7em;
	padding: 8px 0 0 10px;
	font-size: 162%;
	font-weight: bold;
	color: #fff;
	background: #FFA500 url(img/category-h2-bg.png) 320px bottom no-repeat;
	text-shadow:0 1px 1px #ff7800;
	}

#sp .imageArea {
	float: right;
	width: 390px;
	margin-left: 15px;
	}

#sp .info-table {
	margin: 15px 0;
	}

#sp caption {
	font-size: 116%;
	font-weight: bold;
	color: #ff7800;
	}

#sp .info-table th,
#sp .info-table td {
	padding: 7px 15px 4px;
	border: 1px solid #FFA500;
	}

#sp .info-table th {
	text-align: left;
	font-weight: bold;
	background-color: #ffeece;
	white-space: nowrap;
	margin-left: 15px;
	}

