/* 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: #FFF;
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:12px;
	margin: auto;
  line-height: 1.6;
}
a {
	text-decoration: none;
	font-weight: none;
}
a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

a:hover.ro img{
	opacity: 0.8;
}
p{
  text-align:center;
}
    .maru   {  
        border-radius: 10px;        /* CSS3草案 */  
        -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
        -moz-border-radius: 10px;   /* Firefox用 */  
    }  

.red{
  color:#F00;
  padding:0px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #e32;
	font-size: 190%;
	margin: 0.3em 0;
}
h3 {
	color: #18A9D1;
	font-size: 14px;
  font-weight:bold;
  margin-bottom:10px;
}
h3 a{
	color: #656363;
	font-size: 14px;
  font-weight:bold;
  margin-bottom:10px;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
*/
ul, li {
	margin: 0 12px;
}

.cl{
  clear:both;
  height:1px;
}
.gray{
  color:#656363;
}

table th{
  vertical-align:top;
}

table td{
  vertical-align:top;
}

/* Layout */
#container{
  text-align:left;
  margin:0px;
  margin:0px auto;
	background: #F8F8F8;

}

#header{
	padding:0px 0px 0px 0px;
  height:153px;
  background-image: url("/img/header/back.png");
  background-repeat: repeat-x;
  background-position:0% 0%;
}



#header #header_box{
  width:980px;
	padding: 0px 0px 0px 0px;
  margin:auto;
}

#header h1{
  width:192px;
  height:115px;
  float:left;
	padding: 10px 0px 0px 0px;
}
#header #info{
  width:550px;
  float:right;
  font-size:12px;
}

#header #info #links{
  width:400px;
  float:right;
  text-align:right;
  padding:10px 0px 0px 0px;
}


#header #tabs{
  padding:60px 0px 0px 0px;
  width:780px;
  float:left;
}

#header #tabs a{
  float:left;
}

#header #tabs img{
  float:left;
  padding:0px 1px;
}

.right{
  text-align:right;
}

.center{
  text-align:center;
}

.arrow{
  background-image: url("/img/footer/arrow.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 15px;

}

.bgwhite{
  background-color:#FFF;
}
.orange{
  color:#FF9900;
}

.pad10{
  padding:10px;
}

.bold{
  font-weight:bold;
}


/*- Menu Tabs End  --------------------------- */



#content{
	clear: both;
	color: #666666;
	padding: 20px 0px 10px 0px;
	overflow: none;
  font-size:12px;
  margin:auto;
  width:980px;
}


#content #left_box{
  width:655px;
  float:left;
}

#content #right_box{
  width:277px;
  float:right;
}

#content #right_box a{
  margin-bottom:10px;
}

#content #right_box a.arrow{
  background-image: url("/img/footer/arrow.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 15px;
  display:block;
  border-bottom:2px solid #eee;
}

#content #right_box #inquiry_box{
  width:277px;
  height:51px;
  float:right;
  background-image: url("/img/en/right_box/inquiry.png");
  background-repeat: no-repeat;
  background-position:0% 0%;
  text-align:center;
  padding:185px 0px 0px 0px;
}

#content #right_box #content_box{
  width:277px;
  height:300px;
  float:right;
  background-image: url("/img/en/right_box/contents.png");
  background-repeat: no-repeat;
  background-position:0% 0%;
  text-align:center;
  padding:35px 0px 0px 0px;
}


#content #right_box #content_box a{
  margin:0;
}


#footer {
	clear: both;
	padding: 0px;
	text-align: left;
  color:#000;
  background-image: url("/img/footer/back.png");
  background-repeat: repeat-x;
  background-position:0% 0%;
  height:220px;
  color:#666666;
}

#footer #pagetop{
  text-align:right;
  margin:0px auto;
  margin-top:20px;
  width:980px;
}

#footer #link_box{
  width:980px;
  margin:0px auto;
  text-align:left;
}

#footer #link_box a{
  background-image: url("/img/footer/arrow.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:0px 0px 0px 15px;
  margin-right:12px;
  color:#666666;
  font-size:10px;
}

#footer #companyData{
  width:980px;
  margin:0px auto;
  padding:20px 0px;
}

#footer #companyData #name{
  font-size:18px;
}

#footer #copyright{
  width:980px;
  margin:0px auto;
  text-align:center;
}

#footer #copyright span{
  color:#FF9900;
}





/* Tables */
.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 {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl .altrow {
	background: #f4f4f4;
}
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: 100%;
}
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: 0pc;;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form label.required {
	color: #333;
	font-weight: bold;
  background:url("/img/required.gif") no-repeat left top;
  padding-left:10px;
  display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
  padding-left:0px;
  padding-right:0px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	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;
}


/* エラーフラッシュ */
.error_flash{
  clear:both;
  background-color:#FFD9D9;
  border:1px solid #CC0000;
  color:#CC0000;
  font-size:120%;
  font-weight:bold;
  line-height:45px;
  margin:10px 0px 10px 0px;
  padding-top:2px;
  text-indent:55px;
  width:900px;
}
/* 成功フラッシュ */
.success_flash{
  clear:both;
  background-color:#F7F7F7;
  border:1px solid #A3A3A3;
  color:#0000CC;
  font-size:120%;
  font-weight:bold;
  line-height:45px;
  margin:10px 0px 10px 0px;
  padding-top:2px;
  text-indent:55px;
  width:900px;
}



/* トップページ */
#index #main{
  padding:20px 0px 0px 0px;
}

#index #main #leftbox{
  float:left;
  width:360px;
}

#index #main #rightbox{
  float:right;
  width:242px;
  padding:127px 0px 20px 0px;
}



#index #featurebox{
  padding:20px 0px;
}

#index #featurebox #point1, #point2, #point3{
  width:180px;
  height:68px;
  padding:120px 10px 0px 10px;
  font-size:11px;
  float:left;
  margin-left:10px;
}

#index #featurebox #point1{
  background-image: url("/img/index/point1.jpg");
  background-repeat: no-repeat;
  background-position:0% 0%;
}

#index #featurebox #point2{
  background-image: url("/img/index/point2.jpg");
  background-repeat: no-repeat;
  background-position:0% 0%;
}

#index #featurebox #point3{
  background-image: url("/img/index/point3.jpg");
  background-repeat: no-repeat;
  background-position:0% 0%;
}

#index #featurebox #link{
  text-align:right;
  padding:10px;
  clear:both;
}



#index #newsbox table th{
  color:#666666;
  font-weight:normal;
  padding:10px;
}

#index #newsbox table td{
  font-weight:normal;
  padding:10px;
}

#index #newsbox table td a{
  color:#FF9900;
}


#index #campaignbox table th{
  color:#666666;
  font-weight:normal;
  padding:10px;
}

#index #campaignbox table td{
  font-weight:normal;
  padding:10px;
}

#index #campaignbox table td.view{
  vertical-align:bottom;
  text-align:right;
}

#index #campaignbox table td.view a{
  background-image: url("/img/footer/arrow.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 15px;
}

#index #campaignbox .title a{
  color:#18A9D1;
  font-weight:bold;
  background:none;
  font-size:16px;
}





/* ご利用にあたって */
#information #main{
  padding-bottom:30px;
}

#information #main #leftbox{
  width:200px;
  float:left;
}
#information #main #rightbox{
  width:400px;
  margin-left:20px;
  float:left;
}


#information .method{
  margin:10px 0px 20px 0px;
  width:616px;
  padding:20px 20px 40px 20px;
  background-color:#FFF;
}

#information .method div{
  margin-top:20px;
}

#information #method2{
  background-image: url("/img/information/image2.jpg");
  background-repeat: no-repeat;
  background-position:95% 50%;
  height:140px;
}

#information .method #bank{
  color:#FF9900;
}

#information #equipment{
  background-color:#FFF;
  padding:20px 10px;
  text-align:center;
}



/* 特徴 */
#feature #main{
  padding-bottom:30px;
}

#feature #main #leftbox{
  width:200px;
  float:left;
}
#feature #main #rightbox{
  width:400px;
  margin-left:20px;
  float:left;
}

#feature .point{
  margin:10px 0px 20px 0px;
  width:616px;
  padding:15px;
  background-color:#FFF;
}

#feature .point .leftbox{
  width:410px;
  float:left;
}

#feature .point .leftbox h4{
  padding-bottom:10px;
}

#feature .point .rightbox{
  width:200px;
  float:right;
}

#feature .point a{
  color:#FF9900;
}


/* qa */
#question h3{
  background-color:#F8F8F8;
  padding:10px;
}
#question h3 a{
  background-image: url("/img/question/q.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  color:#656363;
  padding:10px 10px 10px 30px;
}

#question #questions{
  background-color:#FFF;
  padding:10px;
}

#question .question_box{
  margin:20px 0px;
  display:none;
}

/* 会社概要 */
#company #main{
  padding-bottom:30px;
}

#company #main #leftbox{
  width:200px;
  float:left;
}
#company #main #rightbox{
  width:400px;
  margin-left:20px;
  float:left;
}
#company #main #rightbox .big{
  font-size:120%;
}
#company #main #rightbox .cpm{
  font-size:120%;
  color:#18A9D1;
  
}
#company #profile{
  margin:20px auto;
  width:630px;
}

#company #profile th{
  padding:10px;
}

#company #profile td{
  padding:10px;
}
#company #map{
  margin:20px auto;
  width:630px;
}

#company #consulting{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
}

#company #consulting th{
  padding:10px;
}

#company #consulting td{
  padding:10px;
}


/* privacy */
#privacy #inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}

#privacy #inbox h3{
  font-weight:bold;
  border-top:1px solid #EEE;
  padding-top:10px;
}

#privacy #inbox div{
  padding:10px 0px 20px 0px;
}


/* ニュース */
#news #inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}


#news .diary{
  border-top:1px solid #18A9D1;
  padding:20px 0px;
}

#news .diary .date{
  width:100px;
  float:left;
}

#news .diary .content{
  width:500px;
  float:left;
}

#news .diary .title{
  font-weight:bold;
  font-size:110%;
}


#news .border{
  border-top:1px solid #18A9D1;
}

#news .paging{
  padding:10px;
}

#news .paging a{
  color:#FF9900;
}

#news .paging a.next{
  background-image: url("/img/news/next.png");
  background-repeat: no-repeat;
  background-position:100% 50%;
  padding:0px 20px 0px 0px;
}

#news .paging a.before{
  background-image: url("/img/news/before.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:0px 0px 0px 20px;
}

#study .title{
  font-size:16px;
  color:#18A9D1;
  border-bottom:1px solid #FF9900;
  margin:20px 0px 20px 0px;
  padding:0px 0px 10px 0px;
  font-weight:bold;
}

#study .content{
  
}

#study .link{
  width:100%;
  margin:20px 0px;
  border-bottom:1px solid #FF9900;
  text-align:center;
  padding:10px;
}

/* リンクパートナー */
#link #inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}

#link #inbox .link{
  border-bottom:1px solid #aaa;
  padding:10px 0px;
}

#link #inbox .name{
  margin-bottom:10px;
}

#link #inbox a{
  color:#FF9900;
  font-weight:bold;
}


/* お問い合わせ */
#contact .inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}


#contact #free{
  font-size:18px;font-weight:bold;
}

#contact label{
  font-size:12px;
}

#contact table{
  font-size:18px;font-weight:bold;
  width:620px;
}
#contact table th{
  width:180px;
  padding:5px;
  background-color:#F1F1F1;
}
table.inquiry_tab td{
}

table.inquiry_tab tr.altrow th{
  background-color:#ECECEC;
}

table.inquiry_tab tr.altrow td{
  background-color:#ECECEC;
}

.inquiry input[type="submit"]{
  width:651px;
  height:41px;
  background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;

}

.inquiry input[type="submit"]:hover{
  width:651px;
  height:41px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;

}

/* お問い合わせ */
#chintai #inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}
#chintai #main img{
  margin:20px 0px;
}

#chintai #inbox table{
  border-bottom:1px solid #aaa;
  margin-bottom:20px;
}

#chintai #inbox table th{
  padding:10px;
}
#chintai #inbox table td{
  padding:10px;
}
#chintai .price{
  margin:20px 0px;
}



/* オーナー */
#owner #main{
  padding-bottom:30px;
}

#owner #main #leftbox{
  width:200px;
  float:left;
}
#owner #main #rightbox{
  width:400px;
  margin-left:20px;
  float:left;
}
#owner #main #rightbox .big{
  font-size:120%;
}
#owner #main #rightbox .cpm{
  font-size:120%;
  color:#18A9D1;
  
}
#owner .inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
}

#owner #button{
  margin:20px 0px;
  text-align:center;
}

#owner table{
  border-bottom:1px solid #aaa;
  width:615px;
  margin:10px auto;
}

#owner table th{
  padding:5px;
}

#owner table td{
  padding:5px;
}


/* entry */
.entry_box{

}



.entry_box #entry_menu{
  text-align:left;
}

.entry_box #entry_menu a{
  color:#656363;
  margin-bottom:30px;
  font-weight:bold;
}

.entry_box #entry_menu a:hover{
  color:#00A0E9;
}


.entry_box .entry_table{

}

.entry_box .entry_table td{
  vertical-align:top;
  padding:10px;
}

.entry_box .entry_table th{
  vertical-align:top;
  padding:10px;
}

#entry_menu a{
  color:#656363;
  margin-bottom:30px;
}

#entry_menu a:hover{
  color:#00A0E9;
}

#entry_menu a.current{
  color:#00A0E9;
}

/* 規約ボックス */
.entry_box #kiyaku{
  width:600px;
  height:500px;
  padding:10px;
  overflow:scroll;
  margin:20px 0px;
  border:1px solid #aaa;
}

.entry_box  .inbox{
  margin:20px auto;
  width:620px;
  padding:20px;
  background-color:#FFF;

}

.entry_box #complete{
  background-image:url("/img/entry/arrow_complete.png");
  background-repeat: no-repeat;
  background-position:98% 6%;

}

.entry_box #indexTab td{
  padding:10px;
}

.entry_box #indexTab td div{
  font-size:18px;
  margin-top:20px;
}


/* 規約ボックス */
#reminder #inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}

#reminder table th{
  background-color:#F1F1F1;
  padding:10px;
}

#reminder table td{
  padding:10px;
}

#reminder table td input, textarea {
    font-size: 120%;
}


/* 規約ボックス */
#sitemap #inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}

#sitemap a{
  display:block;
  color:#000;
  background-image: url("/img/footer/arrow.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 15px;

}

#sitemap table{
  width:100%;
}

#sitemap table td{
  padding:10px;
  border-bottom:1px solid #aaa;
}



/* マイページ */
.mypage_box{
}

.mypage_box .inbox{
  margin:20px auto;
  width:630px;
  background-color:#FFF;
  padding:10px;
}

.mypage_box a{
  color:#1C93D2;
}




.mypage_box .mypage_table{
  width:630px;
  margin:10px 0px;
}

.mypage_box .mypage_table td{
  vertical-align:top;
  padding:10px;
}

.mypage_box .mypage_table th{
  vertical-align:top;
  padding:10px;
  color:#656363;
}

.mypage_box .mypage_table th.border{
  border-bottom:1px solid #aaa;
}

.mypage_box .mypage_table tr.altrow td{
  background-color:#ccc;
}

.mypage_box .mypage_table tr.altrow th{
  background-color:#ccc;
}

.mypage_send input[type="submit"]{
  width:651px;
background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
  height:41px;
}

.mypage_send input[type="submit"]:hover{
 background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
}


.mypage_box .mypage_edit_table{
  width:610px;
}

.mypage_box .mypage_edit_table td{
  vertical-align:top;
  padding:10px;
}

.mypage_box .mypage_edit_table th{
  vertical-align:top;
  padding:10px;
  color:#656363;
}

.mypage_box .mypage_edit_table tr.altrow td{
  background-color:#ccc;
}

.mypage_box .day{
  font-size:18px;
}



#voices{
  background-color:#FFF;
}

.method{
  margin:10px 20px 20px 20px;
  width:616px;
  padding:0px 0px 20px 0px;
  background-color:#FFF;
}

.line{
  margin:10px 20px 20px 20px;
  width:576px;
  padding:0px 20px 0px 20px;
  border-bottom:2px solid #EFEFEF;
}

#voices .title{
  color:#18A9D1;
  font-weight:bold;
  font-size:20px;
  margin-bottom:20px;
  margin:10px 0px 20px 0px;
  width:616px;
  padding:0px 20px 0px 20px;
}

#voices #recommend2{
  background-image:url("/img/en/voices/image1.jpg");
  background-position:100% 0%;
  background-repeat:no-repeat;
  padding-right:320px;
  width:296px;
}

#voices #recommend3{
  background-image:url("/img/en/voices/image2.jpg");
  background-position:100% 0%;
  background-repeat:no-repeat;
  padding-right:320px;
  width:296px;
}

#voices #recommend4{
  background-image:url("/img/en/voices/image3.jpg");
  background-position:100% 0%;
  background-repeat:no-repeat;
  padding-right:320px;
  width:296px;
}

#voices #recommend5{
  background-image:url("/img/en/voices/image4.jpg");
  background-position:100% 0%;
  background-repeat:no-repeat;
  padding-right:320px;
  width:296px;
}

















.panlist{
  padding:10px;
  background-color:#F0EBEB;
}

.panlist a{
  color:#3399CC;
}

.article_box{

}

.article_box a{
  color:#FFF;
}


.article_box .t_left{
  width:180px;
  float:left;
  background-color:#725551;
  color:#FFF;
  font-weight:bold;
  font-size:16px;
  padding:20px 10px;
  height:25px;
}

.article_box .t_center{
  width:230px;
  float:left;
  background-color:#E9E9E9;
  font-size:16px;
  padding:20px 10px;
  height:25px;
}

.article_box .t_center a{
  color:#725551;
  font-weight:bold;
}

.article_box .t_right{
  width:180px;
  float:left;
  background-color:#E9E9E9;
  padding:20px 10px;
  height:25px;
  text-align:right;
}

.article_box .image{
  width:260px;
  float:left;
  padding:20px 10px;
  text-align:center;
}

.article_box .image img{
  width:253px;
}

.article_box .content{
  width:361px;
  float:left;
  padding:20px 5px;
}

.article_box .content .pr{
  font-size:120%;
}

.article_box .square{
  background-image: url("/img/article/square.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 15px;
}

/* 詳細 */
#article_list a{
  width:160px;
  border-top:5px solid #878787;
  float:left;
  color:#878787;
  font-weight:bold;
  padding:5px 0px;
  margin-top:10px;
}

#article_list a:hover{
  color:#000000;
  border-top:5px solid #111;
}

#article_list a.current{
  color:#000000;
  border-top:5px solid #111;
}

#article_list .article_list_spacer{
  width:25px;
  float:left;
}


#view_box{
  margin-top:30px;
  background-color:#FFF;
  padding:10px;
}

#view_box .square{
  background-image: url("/img/article/square.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 15px;
}

#view h2{
  background-image: url("/img/article/title.png");
  background-repeat: no-repeat;
  background-position:0% 0%;
  padding:7px 0px 0px 15px;
  height:32px;
  color:#FFF;
  font-size:16px;
}

#view .common_title{
  background-image: url("/img/article/square.png");
  background-repeat: no-repeat;
  background-position:0% 50%;
  padding:5px 0px 5px 20px;
  font-size:14px;
}

#view .common_under{
  padding:2px 0px 5px 0px;
  margin-bottom:5px;
}

#view .common_under img{
  width:615px;
}


#view #thumbnail{
}

#view #thumbnail img{
  width:84px;
}

#view .detail{
  width:275px;
  float:left;
}

#view .map{
  width:320px;
  float:right;
}







#view .common_box{
  margin-bottom:25px;
}



#view .price_table{
  width:100%;
  border-left:2px solid #aaa;
  border-top:2px solid #aaa;
}

#view .price_table th{
  background-image: url("/img/article/th.png");
  background-repeat: repeat-x;
  background-position:0% 0%;
  color:#FFF;
  padding:5px 0px;
  border-right:2px solid #aaa;
  border-bottom:2px solid #aaa;
  text-align:center;
}

#view .price_table td{
  text-align:center;
  padding:5px 0px;
  border-right:2px solid #aaa;
  border-bottom:2px solid #aaa;
  color:#725551;
}

#view .price_table td .price{
  font-size:16px;
  font-weight:bold;
}

#view .price_table tr.altrow td{
  background-color:#ECECEC;
}

#view .price_table td.title_td{
}

#view #kuushitu{
  padding:20px 0px;
  width:300px;
  float:left;
  background-color:#EFEFEF;
  text-align:center;
}

#view #kariyoyaku{
  padding:20px 0px;
  width:300px;
  float:left;
  background-color:#EFEFEF;
  margin-left:10px;
  text-align:center;
}









#view .estimate_table{
  width:100%;
}

.estimate_table tr.altrow th{
  background-color:#ECECEC;
}

.estimate_table tr.altrow td{
  background-color:#ECECEC;
}

.estimate_table th{
  padding:5px 10px;
  font-weight:normal;
}

.estimate_table td{
  padding:5px 10px;
}

/*  */
.normal_tab{

}

.normal_tab th{
  width:250px;
  vertical-align:top;
  padding:10px 0px;
  color:#656363;
}

.normal_tab td{
  padding:10px 0px;
}

#common_box .page_title{
  margin:20px 0px;
}


/* その他 */
.informations_box{

}

.informations_box a{
  color:#1C93D2;
}


.informations_box .informations_table{

}

.informations_box .informations_table td{
  vertical-align:top;
  padding:10px;
}

.informations_box .informations_table th{
  vertical-align:top;
  padding:10px;
}

#info_menu a{
  color:#656363;
  margin-bottom:30px;
}

#info_menu a:hover{
  color:#00A0E9;
}




/* sitemap */
.sitemap a{
  color:#000;
}

.sitemap h3 a{
  color:#656363;
}

/* サイトマップ */
table.sitemap_table a{
  color:#000;
}

table.sitemap_table h3 a{
  color:#656363;
}

/* エントリーテーブル */
table.send_table{
  width:100%;
}

table.send_table th{
  color:#656363;
  vertical-align:top;
  padding:5px;
}

table.send_table td{
  vertical-align:top;
  padding:5px;
}

table.send_table tr.altrow td{
  background-color:#eee;
}



/* */


.confirm_button input[type="submit"]{
  width:716px;
  height:41px;
  background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
}

.confirm_button input[type="submit"]:hover{
 width:716px;
  height:41px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;

}

.kojin_button input[type="submit"]{
  width:716px;
  height:41px;
  background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
}

.kojin_button input[type="submit"]:hover{
  width:716px;
  height:41px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
}

.houzin_button input[type="submit"]{
  width:716px;
  height:41px;
  background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
}

.houzin_button input[type="submit"]:hover{
  width:716px;
  height:41px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
}

.login_button input[type="submit"]{
  width:346px;
  height:41px;
  background-color: #ffffff;
  background-image: url("/img/entry/login-y.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;

}

.login_button input[type="submit"]:hover{
  width:346px;
  height:41px;
  background-color: #00a0e9;
  background-image: url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
}




/* 確認画面 */
table.confirm_table{
  width:100%;
}

table.confirm_table th{
  color:#656363;
  vertical-align:top;
  padding:5px;
  width:260px;
}

table.confirm_table td{
  vertical-align:top;
  padding:5px;
}

table.confirm_table tr.altrow th{
  background-color:#eee;
}

table.confirm_table tr.altrow td{
  background-color:#eee;
}

/* ポップアップ */
#popup{
  border-top:10px solid #aaa;
  width:300px;
  height:500px;
  padding:10px 10px;
}




#available{
  font-size:12px;
}

#available table{
  width:100%;
}

#available table th{
  padding:2px;
  vertical-align:top;
  text-align:left;
  padding-top:5px;
}

#available table td{
  padding:2px;
  padding-top:5px;
}

#available table tr.altrow th{
  background-color:#ccc;
}

#available table tr.altrow td{
  background-color:#ccc;
}



/* 予約 */
.reserve_box{

}

.reserve_box a{
  color:#1C93D2;
}

.reserve_box .left_box{
  width:250px;;
  float:left;
}

.reserve_box .right_box{
  width:650px;
  float:right;
}

.reserve_box .bottom_box{
  clear:both;
}



.reserve_box .page_title{
  font-size: 16px;
  font-weight: bold;
  margin:20px 0px;
}



.reserve_box #reserve_menu{
  text-align:left;
}

.reserve_box #reserve_menu ul li{
  list-style:none;
  color:#656363;
  margin-bottom:30px;
  font-weight:bold;
}

.reserve_box #reserve_menu ul li.current{
  color:#00A0E9;
}

{

}

.reserve_box #login_box input[type="submit"]{
  width:651px;
  height:41px;
  background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
}

.reserve_box #login_box input[type="submit"]:hover{
  width:651px;
  height:41px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
}

.reserve_box #promice{
  width:650px;
  height:500px;
  padding:10px;
  overflow:scroll;
  margin:20px 0px;
  border:1px solid #aaa;

}


.reserve_box .confirm_buttton{
  width:651px;
  height:41px;
  background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
}

.reserve_box .confirm_buttton:hover{
  width:651px;
  height:41px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
}

.reserve_box .send_buttton{
  width:651px;
 background-color:#ffffff;
  background-image:url("/img/entry/login-y.png");
  background-repeat: no-repeat;
  background-position:right;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#00a0e9;
  border:solid 2px #00a0e9;
  height:41px;
}

.reserve_box .send_buttton:hover{
  width:651px;
  background-color:#00a0e9;
  background-image:url("/img/entry/login-y-2.png");
  background-position:right;
  background-repeat:no-repeat;
  text-align:center;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size:14px;
  color:#ffffff;
  border:none;
  height:41px;
}



/* MORE */

.clearfix:after {  
content: ".";   
display: block;   
height: 0;   
clear: both;   
visibility: hidden;  
}  
  
.clearfix {
display: inline-table;
}  
  
/* Hides from IE-mac */  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  



