@charset "utf-8";

/*****************************************************
●基本設定 S
*****************************************************/

body{
	line-height:1.6;
	text-align:center;
	font-family:"Verdana","ＭＳ Ｐゴシック","Osaka","平成角ゴシック","Arial","Helvetica",sans-serif;
	font-style:normal;
	color:#666666;
	background:#fff url(../img/common/bg.gif) repeat-x;
}


body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
}

img { border: 0;}

ul{	list-style: none;}

/* ベースフォントサイズ
=================================================== */
body,h1,h2,h3,h4,h5,h6{
	font-size: 13px;/* モダンブラウザ向け */
	*font-size: 81.25%; /* IE 7向け */
	_font-size: 81.25%; /* IE 6以下 */
}
/* IE 6 or sooner
* html body {
	font-size: 81.25％;
}*/

table {
	font-size:inherit;
	font:100%;
}
/*****************************************************
●基本設定 E
*****************************************************/

/*****************************************************
●common S
*****************************************************/
/* 本文全体を囲むコンテナ
=================================================== */
#container{
	width:906px;
	text-align: left; 
	margin:0 auto;
	background:url(../img/common/bg-container.gif) repeat-y;
}


/* ヘッダー
=================================================== */
#header{
	width:100%;
	height:68px;
	text-align: left; 
	background:url(../img/common/bg-header.gif) no-repeat;
}

#header h1{
	float:left;
	padding-left:18px;
}

/* headerNavi
------------------------------------- */
#headerNavi {
	list-style: none;
	background:url("../img/common/navi-header.gif") no-repeat;
	height:10px;
	margin:21px 18px 9px 0;
	_margin:21px 9px 9px 0;/* IE 6 */
	padding:0;
	float:right;
}

#headerNavi span {display: none;}

#headerNavi li, #headerNavi a {
	height:10px;
	display:block;
}

#headerNavi li {
	float:left;
	display:inline;
}

#hHome {width: 55px;}
#hTerms {width: 93px;}
#hPrivacy {width: 126px;}
#hSitemap {width: 81px;}

#hHome a:hover{background:url("../img/common/navi-header.gif") 0px -10px no-repeat; }
#hTerms a:hover{background:url("../img/common/navi-header.gif") -55px -10px no-repeat; }
#hPrivacy a:hover{background:url("../img/common/navi-header.gif") -148px -10px no-repeat; }
#hSitemap a:hover{background:url("../img/common/navi-header.gif") -274px -10px no-repeat; }


/* headerInfomation
------------------------------------- */
#hInfo{
	width:700px;
	float:right;
	text-align:right;
	font-size:81.25%;
	margin-right:18px;
	_margin-right:9px;/* IE 6 */
	color:#999999;
}

/* フッダー
=================================================== */
#footer{
	border-top:double 3px #B3B3B3;
	clear:both;
	margin:0 18px;
	padding-bottom:15px;
	
}

#footer p{
	font-size:81%;
	text-align:right;
}

/* コンテンツ
=================================================== */
#contents{
	clear:both;
	margin:0 18px;
}

/* コンテンツ左
------------------------------------- */
.c-left{
	float:left;
	width:620px;
	margin-bottom:30px;
}

/* コンテンツ右
------------------------------------- */
.c-right{
	width:230px;
	float:right;
	margin-bottom:30px;
}

/* subNavi
------------------------ */
.subNavi ul{
	list-style: none;
	background-color:#F1EFEE;
	border-top:4px solid #D7D0CD;
	border-bottom:5px solid #D7D0CD;
	margin-bottom:10px;
}

.subNavi ul li{
	border-bottom:1px solid #fff;
	border-top:1px solid #D7D0CD;
	padding:9px 6px 9px 16px;
	line-height:1.3;
}

/* safariHack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .subNavi ul{ letter-spacing:-0.1em; }
}
/* EndSafariHack */


/* ナビゲーション
=================================================== */
#navi{
	height:50px;
	margin:0 3px 15px 3px;
	background:url(../img/common/bg-navi.gif) no-repeat;
}

#navi li, #navi a {
	height:50px;
	display:block;
}

#navi li {
	float:left;
	display:inline;
	width:180px;
}

#nInfo a:hover{text-indent:-9999px; background:url("../img/common/infoON.gif") 0 0 no-repeat; }
#nCatering a:hover{text-indent:-9999px; background:url("../img/common/cateringON.gif") 0 0 no-repeat; }
#nHowto a:hover{text-indent:-9999px; background:url("../img/common/howtoON.gif") 0 0 no-repeat; }
#nFee a:hover{text-indent:-9999px; background:url("../img/common/feeON.gif") 0 0 no-repeat; }
#nAccess a:hover{text-indent:-9999px; background:url("../img/common/accessON.gif") 0 0 no-repeat; }


/* フォント、見出し設定
=================================================== */
h1,h2,h3,h4{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}

h3{ margin-bottom:10px;}

h2{ margin-bottom:5px;}

h5{ font-size:180%;
	font-weight:normal;
	background-color:#EBF2F6;
	border:1px #C7E5F3 solid;
	padding:2px 5px;
	color:#4D4D4D;
	margin:10px 0 ;
}

h6{
	font-size:120%;
	float:left;
}

em{
	font-weight:bold;
	font-style:normal;
}


/* リンク
=================================================== */
a {
    outline: none;
	text-decoration: none;
}

a:link, a:visited{
	color: #1A86F3;
	text-decoration: none;
}

p a:active, p a:hover{
	color: #1A86F3;
	text-decoration: none;
	border-bottom:#1A86F3 1px solid;
	padding-bottom:0.1em;
}

/* 空白用
=================================================== */
.mBottom10{margin-bottom:10px;}
.mBottom15{margin-bottom:15px;}
.mBottom20{margin-bottom:20px;}
.mBottom30{margin-bottom:30px;}

.mTop15{margin-top:15px;}
.mTop20{margin-top:20px;}

/* 注目
=================================================== */
.attention1{
	color: #FF3378;
}

.attention2{
	color: #FF3378;
	font-size:61%;
}


/* table design
=================================================== */
/* table design 01
------------------------------------- */
.tableD-01{
	border-top:1px #C5C5C5 solid;
	border-left:1px #C5C5C5 solid;
	clear:both;
}

.tableD-01 th, .tableD-01 td{
	border-bottom:1px #C5C5C5 solid;
	border-right:1px #C5C5C5 solid;
	padding:10px 16px;
	line-height:1.3;
	text-align:center;
}

.tableD-01 th{
	background-color:#59BFD4;
	color:#FFF;
	font-weight:bold;
}

/* table design 02
------------------------------------- */
.tableD-02{
	border-top:1px #C5C5C5 solid;
	border-left:1px #C5C5C5 solid;
	clear:both;
}

.tableD-02 th, .tableD-02 td{
	border-bottom:1px #C5C5C5 solid;
	border-right:1px #C5C5C5 solid;
	padding:10px 16px;
	line-height:1.3;
}

.tableD-02 th{
	background-color:#6487FA;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

.tableD-02-sub td{background-color:#E3E7C4;}

.tableD-02 td{text-align:center;}

td.tableD-02-left{text-align:left;}

/* table design 03
--------------------------------------------------- */

.tableD-03 th, .tableD-03 td{
	border-bottom:1px #7A99FF dashed;
	padding:10px 12px;
	line-height:1.3;
}

.tableD-03 th{
	width:60px;
	font-weight:bold;
}

/* table design 04
--------------------------------------------------- */

.tableD-04{
	border-top:1px #C5C5C5 solid;
	border-left:1px #C5C5C5 solid;
}

.tableD-04 th, .tableD-04 td{
	border-bottom:1px #C5C5C5 solid;
	border-right:1px #C5C5C5 solid;
	padding:6px 8px;
	line-height:1.3;
}

.tableD-04 th{
	background-color:#FFF054;
	font-weight:bold;
}



/* img、文章用フロート
=================================================== */
.c-floatLeft{
	float:left;
	margin-right:15px;
}


/*****************************************************
●common E
*****************************************************/


/*****************************************************
●各コンテンツ S
*****************************************************/
/* ホーム（トップページ）
------------------------------------- */
.space, .spaceEND{
	width:198px;
	float:left;
	background:url("../img/common/bg-space.gif") ;
	min-height:234px;
	height: auto !important;/* IE 6以下 */
	height: 234px;/* IE 6以下 */
	margin-bottom:10px;
}

.space{	margin-right:12px;}

.space ul, .spaceEND ul{
	padding:4px 14px;
	font-size:11px;
	line-height:1.9;
}

/* safariHack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .space ul{ letter-spacing:-0.1em; }
}
/* EndSafariHack */


/* 新着情報
------------- */
.news_list{
	margin-bottom:35px;
}

.news_list dd{
	margin:-1.4em 0 0.3em 7em;
	line-height:1.3;
}

.news_list dd a:active, .news_list dd a:hover{
	text-decoration: underline;
}


/* 貸会場のご案内
------------------------------------- */
.space2, .spaceEND2{
	width:198px;
	float:left;
	background:url("../img/common/bg-space.gif") ;
	margin-bottom:10px;
}

.space2{margin-right:12px;}

.space2-in{
	padding:6px;
	background-color:#FFF;
	margin:0 5px 5px 5px;
}

dl.space2_list{margin:8px 0; }

.space2_list dt{
	font-weight:bold;
	border-bottom:1px #B3B3B3 dashed;
	margin:5px;
	padding:0 5px;
}

.space2_list dd{
	margin:-2.6em 0 0 6.5em;
	padding:4px 6px;
}

/* アクセスマップ
----------------------------------------- */
#map_canvas{
	width:620px;
	height:525px;
	border:1px solid #C5C5C5;
	margin-bottom:20px;
}

/* ご利用規約
----------------------------------------- */
.terms{
	border-left:14px #0E7FEF solid;
	padding:0 7px;
}

.terms-text1{
	margin-left:50px;
	list-style:outside decimal-leading-zero ;
}

.terms-text2{
	margin-left:30px;
}

/* サイトマップ
----------------------------------------- */
.l-sitemap{
	width:290px;
	float:left;
}

.r-sitemap{
	width:290px;
	float:right;
}

.l-sitemap ul, .r-sitemap ul{
	margin:0 1em 2em 3em;
}
.l-sitemap ul li, .r-sitemap ul li{

	line-height:1.9;
}

.l-sitemap h3, .r-sitemap h3{

	padding-left:1em;
}



/* 拡大写真
----------------------------------------- */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	padding: 20px 20px 60px 20px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	text-align:right;
	margin-left:-270px;
}


/* 空室確認 ご予約
------------------------------------- */
.cntH2{float: left;}
.cntImg{float:right;}
.cntClr{clear:both;}

/* カレンダー */
.calendar{width:870px;margin-bottom:25px; text-align:center;}

.tableCL {
	font-size: 13px;
	color: #000;
	border: 3px solid #ddd;
	background-color: #fff;
	margin:7px;
}

.tableCL a{
	display:block;
	height:26px;
	padding:0 1px;
}
.tableCL a:link, .tableCL a:visited,
.tableCL a:active, .tableCL a:hover{text-decoration:underline; color: #000;}

.tableCL tr {background-color: #eee;}
.tableCL td, .tableCL th{
	text-align: center;
	height:26px;
	padding:0 1px;
	font-weight:normal;
}
.caption th{color: #fff; background-color:#555; padding:4px 0;font-weight: bold;}

.tableCL .dow {background-color: #ddd;}
.sun, .sun a:link, .sun a:visited{color: #EF1D61;}
.sat, .sat a:link, .sat a:visited{color: #1A86F3;}
.hol {color: #7F7F7F;}
#choose{background-color:#EF1D61; color: #fff;}
#choose a{color: #fff;}

.tableCL td:hover{background-color:#fff;}


#nextOn, #nextOn a,
#backOn, #backOn a{
	display:block;
	height:180px;
	width:25px;
}
#nextOn{background:url(../reserve/img/nextOn.gif) no-repeat;}
#backOn{background:url(../reserve/img/backOn.gif) no-repeat;}
#nextOn a:hover, #backOn a:hover{text-indent:-9999px;}


/* 使用時間 */
.tableTIME {
	width:870px;
	border: 3px solid #ddd;
	background-color: #fff;
	text-align: center;
	margin:10px 0 35px 0;

}
.tableTIME a{display:block; mini-height:32px; padding:5px 0;}

.tableTIME tr {background-color: #eee;}
.tableTIME th{ height:36px; background-color:#ddd; color:#444;}
.tableTIME td{
	mini-height:32px;
	font-family:"ＭＳ Ｐゴシック","Osaka","平成角ゴシック",sans-serif;
	color: #7F7F7F;
}

.tableTIME td a:link, .tableTIME td a:visited,
.tableTIME a:active, .tableTIME a:hover{text-decoration:underline;color: #000;}

.tableTIME td.roomTTL, .tableTIME td.roomTTL a:link, .tableTIME td.roomTTL a:visited,
.tableTIME td.roomTTL a:active, .tableTIME td.roomTTL a:hover{color: #1A86F3;}

td.roomTTL{background-color:#E8E8E8;}

.tableTIME tr:hover{background-color:#FFAFC1;}
.tableTIME td:hover{background-color:#fff;}


.cal_font{
	text-align:right;
	font-family:"ＭＳ Ｐゴシック","Osaka","平成角ゴシック",sans-serif;	
}

/* フォーム */
input,textarea,select{
	font-family:"Verdana","ＭＳ Ｐゴシック","Osaka","平成角ゴシック","Arial","Helvetica",sans-serif;
	color:#4D4D4D;
	font-size:15px;
}
.tableFORM textarea{
	width: 580px;
	height: 100px;
	line-height:1.4;
}

.tableFORM textarea.snack{
	font-family:"ＭＳ ゴシック",sans-serif;
	width: 420px;
	height: 100px;
	line-height:1.4;
}

.oderTTL{
	font-size:20px;
	font-weight:bold;
	border-bottom:#999 double 4px;
	margin:10px 0 10px;
	color:#4D4D4D;
}

.tableFORM{
	width:870px;
	font-size:15px;
	color:#4D4D4D;
	margin-bottom:20px;
	line-height:1.4;
}

.tableFORM th{
	text-align:right;
	width:250px;
	line-height:1;
}

.tableFORM th, .tableFORM td{
	padding:0.9em 0.3em;
	vertical-align:top;
	border-bottom:#CCC dotted 1px;
}

.tableFORM tr:hover{background-color:#FCEBF1;}

.tableFORMin{width:100%;}
.tableFORMin td{
	border: none; border;
	padding:0.2em 0;
}

.formSEND{
	width: auto;
	text-align:center;
	margin:20px 0 50px;
}
	
.change a{
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
}

/* エラー */
.errTTL{
	font-size:140%;
	color:#FF3378;
	font-weight:bold;
	text-align:center;
	width: auto;
	border:#FF3378 2px solid;
	margin:20px 0;
	padding:10px 0;

}
.err{
	background-color:#FF3378;
}

.errTXT{color:#fff; font-weight:bold;}


/*****************************************************
●各コンテンツ E
*****************************************************/




