/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #FFFFFF;
	color: #fff;
	font-family:"ＪＳ ゴシック",helvetica,arial,sans-serif;
	font-size:100%;
	margin: auto;


}
a {
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	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;
}

.red{
  color:#F00;
}



/* Layout */
#header{
	padding:0px 0px 0px 0px;
  height:150px;
  background:#FFFFFF;
  width:960px;
  margin:auto;
  background-image: url("/img/header/header_back.jpg");
  background-repeat: no-repeat;
  background-position: 100% 40%;
}
#header h1 {
	color: #000;
	padding: 0px 0px;
  font-weight:bold;
}
#header h1 a {
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}

#header_box{
  border-top:4px solid #006633;
  background-color:#009966;
  height:75px;
  background-image: url("/img/header/tab_back.gif");
  background-repeat: repeat;
  background-position: 0% 0%;
}

#header_box #header_tabs{
  width:960px;
  margin:auto;
  font-size:14px;

}
#header_box #header_tabs ul{
}

#header_box #header_tabs li{
  list-style:none;
  float:left;
  text-align:center;
  margin:0px;
  padding-top:10px;
}





#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 0px 10px 0px;
	overflow: none;
  font-size:10pt;
  width:960px;
  margin:auto;
}

#footer {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	background: #006633;
  width:100%;
  margin:auto;
	font-size:70%;
}

#footer a{
  text-decoration:none;
}

/* 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: #99ffcc;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
  color:#666;
}
table.index th a {
	background:#99ffcc;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
  color:#666;

}
table.index th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table.index tr td {
	background: #fff;
	border-right: 1px solid #888;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table.index tr.altrow td {
	background: #E0FFFF;
}

table.index tr.reserve_ok td {
	background: #9999ff;
}

table.index tr.reserve_del td {
	background: #AAAAAA;
}

table.index tr.reserve_add td {
	background: #ff66cc;
}


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: 5px;
  text-align:center;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Sort  */

div#sort_box{

}

div#sort_box .sort_div{
  cursor:move;
  border:1px solid #ABD3E5;
  background-color:#CCC;
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl .altrow {
	background: #E0FFFF;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	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 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
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;
  background:url("/img/required.gif") no-repeat left top;
  padding-left:10px;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
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=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;
	font-weight: bold;
  color:#444;
  border:1px solid #F00;
  margin:4px;
  background-color:#ff9999;
}

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;
}

.index p{
  text-align:center;
}

.radio input{
  display:inline;
}
.radio label{
  display:inline;
}

/* 検索ボックス */
.search_box{
  border:2px solid #CCC;
  padding:5px;
}

.search_box label {
display:inline;
font-size:110%;
padding-right:20px;
}

.search_box input, textarea {
clear:both;
display:inline;
font-family:"frutiger linotype","lucida grande","verdana",sans-serif;
font-size:100%;
padding:2px;
}

.search_box form {
clear:both;
margin-right:20px;
padding:0;
width:100%;
}

.search_box table td{
  padding:5px;
}

/* カテゴリー */
.category_box #category_middele{
  background-image: url("/img/common/category_middle.jpg");
  background-repeat: repeat-y;
  background-position: 0% 0%;
  padding-top:1px;
  padding-bottom:5px;
}

.category_box .category_name{
  padding:0px 0px 0px 50px;
  background-image: url("/img/common/category_back.gif");
  background-repeat: no-repeat;
  background-position: 50% 10%;
  width:145px;
  height:20px;
  font-weight:bold;
  font-size:14px;
  margin-top:8px;
  margin-bottom:10px;
}

.category_box .category_name a{
  color:#000;
  text-decoration:none;
  font-weight:normal;
}

.category_box .category_name a:hover{
  color:#FF9900;
}

.category_box .content_name{
  padding:0px 0px 0px 20px;
  margin-top:10px;
  margin-bottom:5px;
}

.category_box .content_name a{
  background-image: url("/img/common/category_icon.gif");
  background-repeat: no-repeat;
  background-position: left 0%;
  padding-left:25px;
  color:#000;
  text-decoration:none;
  font-weight:normal;
}

.category_box .content_name a:hover{
  background-image: url("/img/common/category_icon_on.gif");
  background-repeat: no-repeat;
  background-position: left 0%;
  color:#FF9900;
}

/* 3カラム */
.left_box{
  width:200px;
  float:left;
  margin-top:10px;
}

.center_box{
  width:540px;
  float:left;
  margin-left:10px;
  margin-top:10px;
  margin-bottom:20px;
}

.right_box{
  width:200px;
  float:left;
  margin-left:10px;
  margin-top:10px;
}


/* トップページ */


#index .center_box #infomation{
  color:#999999;
  padding-left:16px;
  padding-top:10px;
}

#index .center_box #diaries{
  background-image: url("/img/index/dialies_back.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  width:540px;
  height:260px;
  margin-top:20px;
  padding-top:50px;
}

#index .center_box #diaries #diary_img{
  width:120px;
  height:120px;
  padding:2px;
  border:1px solid #aaa;
  margin-top:16px;
  margin-left:30px;
  float:left;
}

#index .center_box #diaries #diary_img img{
  width:120px;
  height:120px;
}

#index .center_box #diaries #diary_box{
  width:300px;
  height:120px;
  float:right;
  padding:20px 20px 0px 0px;
}


#index .center_box #diaries .diary_sub{
  clear:both;
  padding-top:20px;
  padding-left:30px;
}

#index .center_box #top_movie{
  text-align:center;
  margin:10px 0px;
  padding:10px 0px;
  border:1px dotted #aaa;
}



#index .center_box #report{
  margin-top:20px;
}

.center_box .big_icon{
  clear:both;
  font-size:18px;
  padding-left:30px;
  font-weight:bold;
  background-image: url("/img/common/big_icon.gif");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height:21px;
  margin-left:20px;
  margin-top:10px;
}


/* 交通アクセス */
#access .center_box #access_bar{
  background-image: url("/img/access/access_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}


#access .center_box #address_box{
  width:260px;
  float:left;
  height:200px;
}

#access .center_box #address{
  padding-left:30px;
  padding-bottom:20px;
  margin-left:20px;
  margin-top:10px;
  background-image: url("/img/access/dotted.gif");
  background-repeat: no-repeat;
  background-position: 30% 100%;
  width:200px;
  margin-bottom:20px;
}

#access .center_box .access_sub{
  padding-left:30px;
  margin-left:20px;
  margin-top:10px;
  clear:both;
}

#access .center_box #build{
  width:220px;
  height:165px;
  padding:5px;
  border:1px solid #999;
  float:left;
}

#access .center_box #public1{
  background-image: url("/img/access/public1_back.gif");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height:960px;
  margin-left:30px;
  margin-top:10px;
  padding-left:60px;
}

#access .center_box #public1 #price{
  width:50px;
  float:left;
}

#access .center_box #public1 #price2{
  width:100px;
  float:left;
}

#access .center_box #public1 #build2{
  width:135px;
  height:102px;
  padding:2px;
  border:1px solid #999;
  float:left;
}

#access .center_box #public1 #build3{
  width:135px;
  height:102px;
  padding:2px;
  border:1px solid #999;
  float:left;
  margin-left:4px;
}

#access .center_box #public1 #build4{
  width:170px;
  height:127px;
  padding:2px;
  border:1px solid #999;
  margin-left:4px;
}

#access .center_box #public1 .jikoku_title{
  clear:both;
  padding-top:10px;
}

#access .center_box #public1 .jikoku_content{
  width:430px;
  height:100px;
  border:1px solid #999;
}



#access .center_box #public2{
  background-image: url("/img/access/public2_back.gif");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height:170px;
  margin-left:32px;
  margin-top:10px;
  padding-left:60px;
}


#access .center_box #public2 #build5{
  width:170px;
  height:128px;
  padding:2px;
  border:1px solid #999;
  float:left;
  margin-left:4px;
}

#access .center_box #public2 #price3{
  width:100px;
  float:left;
}


#access .center_box #public3{
  height:170px;
  margin-left:32px;
  margin-top:10px;
  padding-left:60px;
}


#access .center_box #public3 #build6{
  width:170px;
  height:128px;
  padding:2px;
  border:1px solid #999;
  float:left;
  margin-left:4px;
}



#access .center_box #public3 #build06{
  width:430px;
  height:120px;
  float:left;
}

#access .center_box #public3 #note{
  clear:both;
}

/* 温泉効能 */
#efficacy .center_box #efficacy_bar{
  background-image: url("/img/efficacy/efficacy_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#efficacy .center_box .efficacy_box{
  padding-left:50px;
}


#efficacy .center_box .efficacy_box #flash_box{
  width:470px;
  height:160px;
  border:1px solid #999;
  margin:10px 0px;
}

#efficacy .center_box .efficacy_box #note{
  margin:10px 0px;
}

#efficacy .center_box .efficacy_box #element_box{
  margin:10px 0px;
  width:460px;
  border:1px solid #999;
  padding:5px;
}

#efficacy .center_box .efficacy_box #element_box2{
  margin:10px 0px;
  width:450px;
  height:30px;
  padding:10px;
  border:1px solid #999;
}

#efficacy .center_box .dotted{
  background-image: url("/img/common/dotted2.gif");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  height:2px;
  width:500px;
  margin-left:30px;
  margin-top:5px;
}

/* 料金表 */
#price .center_box #price_bar{
  background-image: url("/img/price/price_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#price .center_box .price_box{
  padding-left:50px;
}


#price .center_box .price_box .price_list{
  width:470px;
  border:1px solid #999;
  margin:10px 0px;
  padding:5px;
}

#price .center_box .price_box .price_list div{
  padding-left:5px;
  padding-top:5px;
}

#price .center_box .price_box .price_list table td{
  padding:2px 5px;
  vertical-align:top;
}


#price .center_box .price_box .price_list table td.title_td{
  width:60px;
}


/* 詳細 */
#view .center_box #view_bar{
  background-image: url("/img/view/view_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#view .center_box #view_box{
  padding-top:10px;
}

#view .center_box #view_box #photo_box{
  text-align:center;
  height:100px;
  padding:10px 0px;
  padding-left:10px;
}

#view .center_box #view_box #photo_box a{
  width:125px;
  height:125px;
  border:1px solid #AAA;
  display:block;
  padding:10px;
  float:left;
  margin-right:10px;
}

#view .center_box #pan_list{
  padding-left:20px;
}

#view .center_box #view_box{
  padding-left:50px;
}

#view .center_box #movie{
  clear:both;
  text-align:center;
  padding:10px 0px;

}

/* 小菅の湯　日記 */
#diaries .center_box #diary_bar{
  background-image: url("/img/diary/diary_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#diaries .center_box .diary_list{
  margin-top:40px;
}

/* 小菅の湯　日記 */
#diary .center_box #diary_bar{
  background-image: url("/img/diary/diary_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#diary .center_box #diary_name{
  font-weight:bold;
  font-size:18px;
  margin-left:30px;
}

#diary .center_box .diary_content{
  margin-left:30px;
  padding:10px;
  border:1px solid #aaa;
  margin-top:20px;
}

#diary .center_box .diary_img img{
  width:488px;
}



/* お問い合わせ */
#contact .center_box #contact_bar{
  background-image: url("/img/contact/contact_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#contact .center_box #contact_form{
  border:1px solid #006633;
  padding:10px 20px;
	margin-left:30px;
	margin-top:20px;
}

#contact .center_box #tel_form{
  border:1px solid #006633;
  padding:10px 20px;
	margin-left:30px;
	margin-top:20px;
}

/* カテゴリー */
#category .center_box #category_bar{
  background-image: url("/img/category/category_bar.jpg");
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:#000000;
  padding-left:50px;
  font-weight:bold;
  padding-top:0px;
  font-size:20px;
  height:25px;
  margin-bottom:20px;
}

#category .center_box .big_icon{
  margin-bottom:30px;
}

#category .center_box a{
  color:#000;
  text-decoration:none;
}


#category .center_box a:hover{
  color:#FF9900;
}


.banner div{
  padding:10px 0px 2px 0px;
}



