/* base Structure サイト基本構造設定用スタイルシート */

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

/* ブラウザ互換用リセット */

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

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}


/* to preserve line-height and selector appearance */

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}


/*to enable resizing for IE*/

input,textarea,select{
	*font-size:100%;
}


/*because legend doesn't inherit in IE */

legend{
	color:#000;
}

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

/* 共通設定 */

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

body {
	background-color: #2A641F;
	background-image: url(../images/subBg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.br-both {
	clear: both;
}


/* ---------------------------------------------------------------- */
/* サイトサイズ枠 */
/* ---------------------------------------------------------------- */

#baseContainer {
	width: 908px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/base-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/* ---------------------------------------------------------------- */
/* ヘッダ用ブロック設定 */
/* ---------------------------------------------------------------- */

#header {
	padding: 0;
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	height: 103px;
	background-image: url(../images/head-bg.gif);
	background-repeat: repeat-x;
}

#header h1 {
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-top: 20px;
}

#header h1 a {
}

#header p {
	text-align: right;
}

#siteTitle {
	margin-bottom: 15px;
}

#logoArea {
	display: block;
	padding: 0;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	height: 75px;
}

#headLinkArea {
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#headLinkArea li {
	display: inline;
	margin-left: 10px;
}

#fontSizeArea {
	display: block;
	width: 175px;
	margin: 0 0 0 auto;
	padding: 5px 0 0;
	float: right;
	clear: right;
}

#fontSizeArea li {
	display: inline;
	font-size: 12px;
}

#fontSizeArea li img {
	vertical-align: middle;
}

/* ---------------------------------------------------------------- */
/* グローバルナビ用ブロック設定 */
/* ---------------------------------------------------------------- */

#gNavigation {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: right;
	width: 600px;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#gNavigation ul {

}

#gNavigation li {
	display: inline;
	list-style-type: none;
}

#gNavigation li a {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
}

/* ---------------------------------------------------------------- */
/* メイン用ブロック設定 */
/* ---------------------------------------------------------------- */

#main {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	background: url(../images/bg_main_bottom.gif) no-repeat center bottom;
}

/* コンテンツ用エリア設定 */

#contents {
	padding: 0;
	width: 680px;
	display: block;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}

/* コンテンツ本文枠設定 */

#contents_inner {
	width: 665px;
	display: block;
	float: left;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* メイン内容 */

#contentsBox {
	background-image: url(../images/oshiraseBace01.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 662px;
}
#contentsBox  h2 {
	margin: 0 0 10px;
}
#contentsBox  table {
	padding: 0;
	border-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#contentsBox  th {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	white-space: nowrap;
	width: 15%;
	color: #18973f;
	border-top: 1px dotted silver;
	background-color: transparent;
	border-right-style: none;
	border-bottom-style: none;
}
#contentsBox  td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted silver;
	background-color: transparent;
	border-bottom-style: none;
	text-align: left;
}
#contentsBox  .journalTop  th {
	border-top-style: none;
}
#contentsBox  .journalTop  td {
	border-top-style: none;
}

/* パンくず設定 */

#pankuzu {
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
}

#pankuzu p {
	font-size: 75%;
	line-height: 130%;
	margin: 0;
	padding: 3px;
	color: gray;
	text-align: left;
}

#pankuzu p a {
	color: #2A4925;
}

#pankuzu p a:hover {
	color: #FF9900;
}

/* ページタイトル設定 */

#pageTitle {
	width: 532px;
	margin: 0 auto 20px;
	padding: 0;
	display: block;
	float: left;
	clear: both;
}

#pageTitle h2 {
	margin: 0;
	padding: 0;
}

/* ページトップナビ設定 */

#toPageTop {
	padding: 0;
	display: block;
	clear: both;
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#toPageTop p {
	text-align: right;
	margin: 0;
	padding: 0;
}

/* サイドバー用エリア設定(左) */

#sidebar {
	width: 220px;
	float: left;
	display: block;
	background: url(../images/bg_side_top.gif) no-repeat left top;
	font-size: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sidebar h3 {
	font-size: 90%;
	line-height: 160%;
	font-weight: bold;
	color: #75140d;
	margin: 0 0 10px;
}

#sidebar p {
	font-size: 80%;
	line-height: 160%;
	color: #75140d;
}

#sidebar_inner {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidebar  #localnavi {
	margin-bottom: 21px;
	background-image: url(../images/localBace02.gif);
	background-repeat: repeat-y;
	text-align: center;
	width: 190px;
}
#sidebar   #localnavi   li {
	list-style-type: none;
}

#sidebar   #localnavi   li a {
	float: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#sidebar  #bnr {
	text-align: center;
	width: 190px;
	margin-bottom: 15px;
}

#sidebar  #bnr2 {
	margin-top: 15px;
	margin-right: 10px;
}


#sidebar   #info {
	text-align: center;
	background-image: url(../images/infoBace02.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 190px;
}
#sidebar #info p {
	color: #276321;
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar #info table {
	color: #276321;
	margin-right: auto;
	margin-left: auto;
}





/* ---------------------------------------------------------------- */
/* フッター用ブロック設定 */
/* ---------------------------------------------------------------- */

#footer {
	display: block;
	width: 100%;
	clear: both;
	background-image: url(../images/foot-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 207px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}

#footer .ftr_lnk {
	font-size: 75%;
	margin-top: 40px;
	margin-bottom: 0;
	width: 900px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#footer .ftr_lnk ul {
	text-align: left;
	float: right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 35px;
}

#footer .ftr_lnk li {
	padding-left: 5px;
	margin-right: 1em;
	line-height: 160%;
	list-style-type: none;
	margin-left: 5px;
	color: #FFFFFF;
}

#footer .ftr_lnk li a {
	color: #FFFFFF;
}

#footer .ftr_lnk li a:hover {
	color: #FFCC00;
}
.idname {
	width: 300px;
	float: left;
}

.linemark {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6AA05A;
	width: 100px;
	float: left;
}

#copyright {
	padding-top: 28px;
	
}
.txtColor01 {
	color: #FF9900;
}
.txtColor02 {
	color: #FF0000;
}

.txtColor03 {
	color: #247000;
	font-weight: bold;
}

.inlineLeftA {
	text-align: left;
}



#copyright address {
	text-align: center;
	padding: 5px;
	font-size: 80%;
	color: #6AA05A;
}


/* 予約状況 */

.statusBlock {width: 860px;	margin-left: auto; margin-right: auto;}

.statusBlock_wrapper {width: 860px;	margin-left: auto;	margin-right: auto;	background-image: url(../status/images/yoyaku-bg.gif);
	background-repeat: repeat-y;}

.title-st01 {width: 90%; margin-left: auto;	margin-right: auto;	text-align: center;	color: #FFFFFF;	font-weight: bold;	padding-top: 10px;
	padding-bottom: 10px; font-size: 120%;}

.title-st01:before {color: #fff; content: " \f073";	font-family: FontAwesome; font-size: 120%; padding-right: 7px; padding-left: 5px;
	font-weight: normal;}

.c {color: #00AAD5;	font-size: 180%;}
.t {color: #FFAE00;}
.p {color: #FF0067;}
.r {color: #FF0000;}
/* table */

.table-st01 table {	font-size: 85%;	border-top: 2px solid #4b853a;	border-bottom: 2px solid #4b853a;	border-left: 2px solid #4b853a;
	border-right: 2px solid #4b853a; width: 90%; margin-left: auto;	margin-right: auto;	margin-bottom: 30px;}

.table-st01 .sat {background-color: #CFF5FF;}
.table-st01 .sun {background-color: #FFE2E2;}
.table-st01 .title {background-color: #438232;}

.table-st01 th {border-bottom: 2px solid #2a641f; text-align: center; background-color: #2a641f; border-right: 1px dotted #6DA662;
	padding: 5px; color: #FFFFFF; font-size: 13px;}

.table-st01 td {border-right: 1px dotted #000000; border-left: 1px dotted #000000;	border-bottom: 1px solid #000000;}

.marA15 {margin: 15px !important;}
.wid5 {	width: 5%;}
.wid22 {width: 22%;}





