/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
  background-image: url("../img/back.gif");
  background-repeat: repeat;
  background-position: left top;
	color: #000;
	font-family:"MS PGothic",'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

a{
  font-weight:bold;
  text-decoration:none;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
  padding-top:10px;
  padding-bottom:10px;
  background-color:#964305;
}

#header #in_box{
  background-image: url("../img/tel.png");
  background-repeat: no-repeat;
  background-position: right top;
  margin:auto;
  width:1031px;
  height:110px;
}

#header #in_box #in_box a {
	color:#fff;
  text-decoration:none;
}
#header #in_box a:hover {
	text-decoration:none;
  color:#FCBA00;
}

#header #in_box h1 {
	color: #fff;
	padding: 0px 0px;
  margin-bottom:10px;
}

#header #in_box #logo{
  width:363px;
  height:72px;
  float:left;
}

#header #in_box #tabs{
  padding-top:30px;
  float:right;
}

#header #in_box #tabs a{
  float:left;
  margin-right:2px;
}

#header #in_box #tabs img{
  float:left;
}

#content{
	clear: both;
	color: #000;
	overflow: auto;
  width:840px;
  margin:auto;
  background-color:#040001;
}


#footer{
	clear: both;
  padding-top:10px;
  padding-bottom:10px;
  background-color:#964305;
  color:#FFF;
}

#footer #in_box{
  background-image: url("../img/footer.png");
  background-repeat: no-repeat;
  background-position: right top;
  margin:auto;
  width:1031px;
  height:77px;
}

#footer #in_box div{
  width:900px;
  text-align:right;
  font-weight:bold;
}

#footer #in_box #order{
  font-size:90%;
}
#footer #in_box #copyright{
  text-align:left;
}

/* Tables */
table.index {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
table.index th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table.index th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.index th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.index  tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.index  tr.altrow td {
	background: #f4f4f4;
}
table.index td.actions {
	text-align: center;
	white-space: nowrap;
}
table.index td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.main_image{
  margin-bottom:30px;
}

.red{
  color:#F00;
}

/* トップページ */
#index{
  line-height:20px;
}

#index #left_box{
  width:400px;
  float:left;
  margin-top:10px;
  color:#FFF;
  padding-left:10px;
}

#index #left_box #news_box{
  background-image: url("../img/index/news_back.gif");
  background-repeat: no-repeat;
  background-position: left top;
  width:380px;
  height:131px;
  margin:10px 0px;
  padding: 30px 10px 20px 10px;
  line-height:24px;
  color:#000;
}

#index #left_box #pickup_box{
  background-image: url("../img/index/pickup_back.gif");
  background-repeat: no-repeat;
  background-position: left top;
  width:390px;
  height:196px;
  margin:10px 0px;
  padding-top:40px;
  padding-left:10px;
  color:#000;
}






#index #left_box #pickup_box #image{
  width:200px;
  height:150px;
  float:left;
}

#index #left_box #pickup_box #name{
  width:180px;
  height:150px;
  float:left;
}


#index #left_box #pickup_box #name #title{
  font-weight:bold;
  font-size:30px;
	font-family: "HG明朝E", "frutiger linotype", "lucida grande", "verdana", sans-serif;
  margin:40px 0px 0px 20px;

}

#index #left_box #pickup_box #name #price{
  text-align:right;
}

#index #left_box #pickup_box #detail{
  clear:both;
  padding-top:5px;
}





#index #right_box{
  width:400px;
  float:left;
  margin-top:10px;
  margin-left:20px;
  color:#B7B7B7;
}

#index #right_box img{
}

#index #right_box div{
  margin:4px 0px 10px 0px;
}

/* menu */
#menu #menu_box{
  background-color:#FFF;
  background-image: url("../img/menu/back.gif");
  background-repeat: no-repeat;
  background-position: left bottom;
}

#menu .bar{
}

#menu table.detail_box{
  margin-left:10px;
  margin-top:20px;
  padding-right:10px;
  margin-bottom:20px;
}


#menu table.detail_box td{
  width:500px;
}


#menu table.detail_box td.title{
  text-align:left;
  vertical-align:top;
}

#menu table.detail_box td.menu_image{
  text-align:right;
  vertical-align:middle;
}

#menu table.detail_box td.right_td{
  text-align:right;
}

#menu table.detail_box td table.color_box{
  width:450px;
}

#menu table.detail_box td table.color_box th{
  background-color:#EAEAEA;
  padding:6px;
  text-align:left;
}

#menu table.detail_box td table.color_box td{
  background-color:#F7F4E2;
  padding:6px;
  width:auto;
}

#menu #other_unagi{
  margin-left:10px;
}

#menu #other_unagi td{
  width:400px;
  vertical-align:top;
  padding-bottom:20px;
}

#menu #other_unagi td .image{
  text-align:center;
  margin:10px 0px;
}

#menu #other_unagi td table.color_box2{
  width:380px;
}

#menu #other_unagi td table.color_box2 th{
  background-color:#EAEAEA;
  padding:6px;
  text-align:left;
}

#menu #other_unagi td table.color_box2 td{
  background-color:#F7F4E2;
  padding:6px;
  width:auto;
}

#menu #drink{
  background-image: url("../img/menu/drink.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  height:363px;
}

#menu #drink .color_box3{
  width:380px;
  margin:10px 0px 0px 10px;
}

#menu #drink .color_box3 th{
  background-color:#EAEAEA;
  padding:6px;
  text-align:left;
}

#menu #drink .color_box3 td{
  background-color:#F7F4E2;
  padding:6px;
  width:auto;
}

#menu #drink #comment{
  margin-left:10px;
  margin-top:10px;
}

/* 観光マップ */
#map{
  line-height:20px;
}

#map .main_image{
  margin-bottom:10px;
}

#map .line{
  text-align:center;
  margin-bottom:10px;
}

#map .place{
  color:#FFF;
  margin-bottom:10px;
}


#map .place .place_left{
  width:500px;
  float:left;
  padding:0px 10px;
}

#map .place .place_right{
  width:320px;
  float:left;
  text-align:right;
}

#map .place .place_left .cont{
  height:80px;
  margin-top:10px;
}

#map .place .place_left .title{
  width:300px;
  float:left;
  font-weight:bold;
  height:22px;
}


#map .place .place_left .title div{
  display:inline;
  float:left;
  height:22px;
  font-size:20px;
}

#map .place .place_left .title span{
  display:block;
  float:left;
  background-image: url("../img/map/square.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width:19px;
  height:20px;
  padding:8px 0px px 0px;
  margin-left:10px;
  text-align:center;
}


#map .place .place_left .car{
  width:120px;
  height:22px;
  padding-top:10px;
  padding-left:60px;
  float:left;
  background-image: url("../img/map/car.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

#map .place .place_left .detail{
  background-color:#470606;
  padding:5px;
}

#map .place .place_left .detail a{
  color:#FFF;
}

#map .place .place_left .detail a:hover{
  text-decoration:underline;
}

#map #other{
  margin:5px;
  padding:5px;
  background-color:#565656;
  color:#FFFFFF;
}

#map #other #other_title{
  font-size:16px;
  font-weight:bold;
}


#map #other #other_links{
  margin:10px 10px;
  font-weight:bold;
}

#map #other #other_links a{
  color:#FFF;
}

#map #other #other_links a:hover{
  color:#FFF;
  text-decoration:underline;
}

#map .move_top{
  margin-right:10px;
  text-align:right;
}

#map .move_top a{
  color:#FFF;
}

#map .move_top a:hover{
  text-decoration:underline;
}

/* store */
#store{
  line-height:20px;
}

#store #about{
  background-color:#FFF;
}

#store #about table td{
  vertical-align:top;
  padding:5px;
}

#store #about table td .image_desc{
  text-align:right;
  margin-top:4px;
}

#store #access{
  background-color:#FFF;
}

#store #access table td{
  vertical-align:top;
  padding:5px;
}

#store #niwa{
  background-color:#FFF;
}

#store #niwa table td{
  vertical-align:top;
  padding:5px;
}




