@charset "UTF-8";
/* ========BASIC======== */
html {
	overflow-y: scroll;
}
h1 {
	font-size: 12px;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	color: #5A482B;
	border-top: 3px solid #32CD32;
	background: #fff url("../images/bg.jpg") 0 0 repeat;
}
br {
	letter-spacing: normal;
}
a {
	color: #5A482B;
	text-decoration: none;
}
a:hover {
	color: #32CD32;
}
img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
/* ========TEMPLATE LAYOUT======== */
#headWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	background: #fff url("../images/bg_body.gif") 0 0 repeat-x;
}
#header {
	position: relative;
	width: 940px;
	margin: 0 auto;
}
#pr {
	position: absolute;
	left: 10px;
	top: 1px;
	width: 940px;
}
#gnavi {
	position: absolute;
	bottom: 1px;
	right: -1px;
}
#menu {
	width: 100%;
	float: left;
	background: url("../images/bg_menu.gif") 0 0 repeat-x;
}
#icatchtop {
	width: 940px;
	margin: 0 auto;
	background: #fff;
	margin-bottom: 10px;
}
#icatch {
	width: 940px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
}
.appIconBig {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	clear: both;
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}
#main {
	float: right;
	width: 720px;
}
#sub {
	float: left;
	width: 210px;
}
#pageTop {
	clear: both;
}
#footMenu {
	width: 787px;
	margin: 0 auto;
}
#footer {
	background: #fff url("../images/bg_body.gif") 0 0 repeat-x;
	border-bottom: 3px solid #32CD32;
	clear: both;
}
/* ========HEADER CUSTOMIZE======== */
#header h1 {
	margin: 0;
	padding-top: 25px;
	font-size: 32px;
	color: #fff;
	line-height: 50px;
}
#header h1 a {
	color: #9B0000;
}
#header h1 a:hover {
	color: #D30000;
}
#header #pr p {
	margin: 0 0 0 0;
	font-size: 10px;
}
#header #gnavi ul {
	list-style: none;
}
#header #gnavi li {
	float: left;
	font-size: 11px;
	margin-left: 15px;
}
#header #gnavi li a {
	display: block;
	overflow: hidden;
	width: 160px;
	height: 0px;
	padding-top: 40px;
	background-image: url("../images/btn_access.gif");
}
#header #gnavi li a:hover {
	background-image: url("../images/btn_access_on.gif");
}
#header #gnavi .tel {
	color: #32CD32;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.0;
}
a[id]:hover, a[id]:active {
	　background-color: transparent;
	　color: inherit;
	　text-decoration: none;
}
a:link {
	　color: #bff;
	　text-decoration: underline;
}
a:visited {
	　color: #fff;
	　text-decoration: underline;
}
a:hover {
	　color: #f0f;
	　background-color: #fff;
	　text-decoration: none;
}
a:active {
	　color: #f00;
	　text-decoration: underline;
}
a[id]:hover, a[id]:active, a[name]:hover, a[name]:active {
	　background-color: transparent;
	　color: inherit;
	　text-decoration: none;
}
/* ========MENU CUSTOMIZE======== */
#menu ul {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	float: left;
	color: #333;
	text-align: center;
	list-style-type: none;
}
#menu li a {
	display: block;
	width: 133px;
	line-height: 55px;
	border-right: 1px solid #fff;
	font-family: Helvetica Neue;
	color: #3F2A0F;
	font-weight: bold;
	font-size: 11px;
}
#menu li.home a {
	border-left: 1px solid #fff;
}
#menu li a:hover {
	color: #32CD32;
	background: url("../images/bg_menua.gif") repeat-x;
	z-index: 100;
}
/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
	margin-bottom: 10px;
	font-size: 11px;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color: #9B0000;
}
#main a:hover {
	color: #C94C00;
	text-decoration: underline;
}
#main h2 {
	margin-bottom: 8px;
	padding-left: 46px;
	color: #5A482B;
 font-family:font-family:Helvetica Neue;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	background: url("../images/bg_h2.gif") 100% 100% no-repeat;
}
#main h3 {
	padding-left: 46px;
 padding top:40px;
	font-size: 14px;
	line-height: 35px;
	background: url("../images/bg_h3.gif") 100% 100% no-repeat;
}
#main h4 {
	padding-left: 46px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 28px;
	background: url("../images/bg_h4.gif") 100% 100% no-repeat;
}
#main h5 {
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
}
#main h6 {
	margin-bottom: 2px;
	font-size: 12px;
}
#main p {
	margin: 0 0 1em 0;
	font-size: 14px;
}
#main ul, ol, dl {
	font-size: 14px;
}
#main dt {
	margin-bottom: 3px;
}
#main dd {
	padding: 0;
	margin: 0 0 0.5em 1em;
	padding: 3px;
	background: #f1f1f1;
}
/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
	display: inline-block;
}
#main dl.information dt {
	float: left;
	margin: 0;
	padding: 0;
}
#main dl.information dd {
	margin: 5px 0;
	padding: 0 0 0.5em 8em;
	background: url("../images/bg_dotline.gif") 0 100% repeat-x;
}
#main table {
	border-collapse: collapse;
}
#main table th {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #ddd;
	background: #EBEADD;
}
#main table td {
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #ddd;
}
/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
	margin-bottom: 10px;
	width: 210px;
}
#sub h2 {
	font-size: 13px;
	line-height: 35px;
	margin-bottom: 8px;
	font-weight: bold;
	color: #5A482B;
	padding-left: 35px;
	background: url("../images/bg_subh2.gif") 100% 100% no-repeat;
}
#sub img {
	padding-bottom: 10px;
}
#sub ul {
	margin: 0px 0 0 5px;
	padding: 0;
}
#sub li {
	padding: 0px 0 5px 0;
	line-height: 1.9;
	list-style: none;
	background: url("../images/bg_dotline.gif") 0 100% repeat-x;
}
#sub li a {
	display: block;
	padding-left: 19px;
	padding-top: 3px;
	background: url("../images/bg_list.gif") 5px 10px no-repeat;
}
/* ========PAGEOP CUSTOMIZE========= */
#pageTop {
	padding: 20px 0;
	text-align: right;
	font-size: 11px;
}
#pageTop a {
	padding-left: 8px;
	background: url("../images/bg_pagetop.gif") 0 50% no-repeat;
}
/* ========FOOTMENU CUSTOMIZE======== */
#footMenu ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: right;
}
#footMenu li {
	display: inline;
	margin: 0 0 0 10px;
	list-style: none;
}
#footMenu li a {
	padding-left: 10px;
	background: url("../images/bg_footmenu.gif") 0 50% no-repeat;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright {
	padding: 30px 0;
	font-size: 11px;
	font-style: normal;
	color: #333;
	text-align: center;
}
/* ========box CUSTOMIZE======== */
#boxomenu {
	background: #fff url("../images/bg_body.gif") 0 0 repeat-x;
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 231px;
	margin-left: 7px;
	margin-bottom: 5px;
}
#boxomenu p {
	margin-right: 10px;
	margin-top: 10px;
	size: 11px;
}
#boxomenu p strong {
	size: 14px;
	color: #32CD32;
}
#boxomenu em {
	size: 11px;
	color: #FF4500;
	font-style: normal;
}
#boxomenu img {
	margin-left: 6px;
	float: left;
	margin-right: 8px;
	padding-top: 10px;
}
.box1 {
	width: 720px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	padding-top: 7px;
	background: #FAFAD2;
}
.box2 {
	width: 720px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	padding-top: 7px;
	background: #FAFAD2;
	height: 280px;
}
.box3 {
	width: 720px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	float: none;
	padding-top: 7px;
	background: #FAFAD2;
	padding-left: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.box3 a {
	font-weight: bold;
	text-decoration: underline;
}
.box31 {
	width: 720px;
	text-align: center;
}
#boxomenu2 {
	background: #fff url("../images/bg_body.gif") 0 0 repeat-x;
	background-repeat: no-repeat;
	float: left;
	width: 347px;
	margin-left: 7px;
	margin-top: 0px;
	padding-left: 3px;
}
#boxomenu2 p {
	margin-right: 10px;
	margin-top: 10px;
	size: 11px;
}
#boxomenu2 p strong {
	size: 14px;
	color: #32CD32;
}
#boxomenu2 em {
	size: 11px;
	color: #DC143C;
	font-style: normal;
}
#boxomenu2 img {
	margin-left: 6px;
	float: left;
	margin-right: 8px;
	padding-top: 10px;
}
.box0 {
	width: 720px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.box0 p {
	background: #fff url("../images/bg_box0.gif") 0 0 repeat-x;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-left: 20px;
	line-height: 1.7em;
	font-size: 12px;
}
.box0 strong {
	color: #DC143C;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
}
.box0 em {
	size: 7px;
	color: #DC143C;
	font-style: normal;
}
.box0 img {
	float: left;
	padding-top: 10px;
	margin-bottom: 35px;
	margin-right: 15px;
	padding-left: 10px;
}
.t_c {
	text-align: center;
}
/*------- プランボタン(空室状況・会員ログイン・会員登録・キャンセル)関連 -------*/
.box00 li {
	list-style: none;
	float: left;
	margin-top: -20px;
	margin-bottom: 15px;
	margin-right: 10px;
	padding-left: 10px;
}
.box00 a {
	display: block;
	overflow: hidden;
	width: 140px;
	height: 0px;
	padding-top: 35px;
}
a.bottan1 {
	background-image: url("../images/scdl.jpg");
}
a.bottan1:hover {
	background-image: url("../images/scdl_on.jpg");
}
a.bottan2 {
	background-image: url("../images/menbers1.jpg");
}
a.bottan2:hover {
	background-image: url("../images/menbers1_on.jpg");
}
a.bottan3 {
	background-image: url("../images/menbers.jpg");
}
a.bottan3:hover {
	background-image: url("../images/menbers_on.jpg");
}
a.bottan4 {
	background-image: url("../images/can.jpg");
}
a.bottan4:hover {
	background-image: url("../images/can_on.jpg");
}
a.bottan5 {
	background-image: url("../images/confirmation.png");
}
a.bottan5:hover {
	background-image: url("../images/confirmation_on.png");
}

/*------- プランボタン(空室状況・会員ログイン・会員登録・キャンセル)関連 ここまで-------*/

.box4 {
	width: 720px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
}
.box4 p {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 1.7em;
	font-size: 12px;
}
.box4 strong {
	color: #DC143C;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
}
.box4 em {
	size: 7px;
	color: #DC143C;
	font-style: normal;
}
.box4 img {
	float: left;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-left: 10px;
}
.box5 {
	width: 720px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
}
.box5 p {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 1.7em;
	font-size: 12px;
}
.box5 strong {
	color: #DC143C;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
}
.box5 em {
	size: 7px;
	color: #DC143C;
	font-style: normal;
}
.box5 img {
	float: right;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 10px;
}
#container {
	display: none;
}
#loading {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -30px;
}
/*文字装飾*/
.sp01 {
	color: #FF3574;
	font-weight: bold;
	font-size: 16px;
}
.sp02 {
	color: #335DFF;
	font-weight: bold;
}
.sp03 {
	color: #3DFF53;
	font-weight: bold;
}
.sp04 {
	color: #FF9701;
	font-weight: bold;
	font-size: 16px;
}
.sp05 {
	color: #335DFF;
	font-weight: bold;
	font-size: 16px;
}
.text_r {
	text-align: right;
}
#main .fo14{
	font-size:14px;
}
.l_5{
	line-height:10px;
}
/* ======== 予約の流れ用 ======== */
.image {
	border: dashed 4px #ffa500;
	margin-top: 20px;
}
.box3 p {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-left: 20px;
	line-height: 1.7em;
	font-size: 12px;
	padding-left: 20px;
}
.box3 em {
	size: 7px;
	color: #DC143C;
	font-style: normal;
}
.box3 img {
	float: left;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#yoyaku {
	background-color: #ffffff;
}
.f_r{
	float:right;
}
.f_rm{
	float:right;
	margin-right:50px;
	margin-top:15px;
}
#main .text_l td{
	text-align:left;
}