@charset "EUC-JP";
/* CSS Document */

/*----------------------------------------------------------------------------------
//
//　htmlタグ
//
//----------------------------------------------------------------------------------*/

body{
	background:#FFFFFF;
	font-size:12px;
	line-height:1.5em;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

form{
	margin:0px;
	padding:0px;
}


h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;
	
	font-size:14px;
	font-weight:normal;
	color:#FF6600;
}

a{
	color:#3F1F00;
	text-decoration:none;
}
a:hover {
	color:#3F1F00;
	text-decoration:underline;
}

p{
	margin:0px;
	padding:0px;
	padding-bottom:15px;
}
img{
	margin:0px;
	padding:0px;
}
div{
	margin:0px;
	padding:0px;
}

/*----------------------------------------------------------------------------------
//
//　フォントタグ
//
//----------------------------------------------------------------------------------*/
.red_color{
	color:#FF3333;
}

.blue_color{
	color:#0099CC;
}

.orenge_color{
	color:#FF6600;
}
.white_color{
	color:#FFFFFF;
}

.brown_color{
	color:#663300;
}

.parple_color{
	color:#996699;
}

.pink_color{
	color:#FF6666;
}

.green_color{
	color:#009933;
}
.glay_color{
	color:#666666;
}

.yellow_color{
	color:#FFCC33;
}

/*----------------------------------------------------------------------------------
//
//　背景色タグ
//
//----------------------------------------------------------------------------------*/
.red_color_back{
	background-color:#FFAEB3;
}

.blue_color_back{
	background-color:#DBF0F5;
}

.orenge_color_back{
	background-color:#FF6600;
}
.white_color_back{
	background-color:#FFFFFF;
}

.brown_color_back{
	background-color:#663300;
}

.parple_color_back{
	background-color:#996699;
}

.pink_color_back{
	background-color:#FFD1CE;
}

.green_color_back{
	background-color:#71D27E;
}
.usugreen_color_back{
	background-color:#A3E1AC;
}
.glay_color_back{
	background-color:#666666;
}

.yellow_color_back{
	background-color:#FFCC33;
}

.font_10{
	font-size:10px;
}

.font_13{
	font-size:13px;
}

.font_14{
	font-size:14px;
}
.font_bold{
	font-weight:bold;
}
.menu_bold{
	font-weight:900;
}

/*----------------------------------------------------------------------------------
//
//　その他共通タグ
//
//----------------------------------------------------------------------------------*/
/* アライン ＆ Ｖアライン */
.valign-baceline{vertical-align:baseline;}
.valign-top{vertical-align:top;}
.valign-middle{vertical-align:middle;}
.valign-bottom{vertical-align:bottom;}
.valign-bottom{vertical-align:text-bottom;}
.align-right{text-align:right;}
.align-left{text-align:left;}
.align-center{text-align:center;}

/*----------------------------------------------------------------------------------
//
//　共通タグ
//
//----------------------------------------------------------------------------------*/
/*flortをカット-----------------------*/
.clear{
	clear:both;
}

/*スペース-----------------------*/
.space{
	height:10px;
}

/*サブタイトル-----------------------*/

.sub_title{
	height:30px;
	font-size:13px;
	background-image:url(images/common/subtitle.gif);
	padding-top:3px;
	padding-left:5px;
	color:#663300;
	margin:0px;
	font-weight: bold;
}


/*下線タイトル*/
.under_line1{
	padding:0px;
	margin:0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFE89A;
}

.under_line2{
	padding:0px;
	margin:0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #C1AA78;
}


/*ページトップへ*/
.pagetop{
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	text-align:right;
}


/*ページング範囲*/
.paging{
	padding-top:5px;
	padding-bottom:10px;
	text-align:center;
}





 /*table1-----------------------*/

.table1 table{
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
}
.table1 th
{
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	background-color:#775A41;
	
	padding:3px;
}
.table1 td{
	font-weight:normal;
	text-align:right;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	padding:3px;
	background-color:#FFFF99;
}

 /*table2-----------------------*/
.table2 table{
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
}
.table2 th
{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	background-color:#775A41;
	
	padding:3px;
}
.table2 td{
	font-weight:normal;
	text-align:center;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	padding:3px;
	background-color:#FFFF99;
}

 /*table3-----------施設詳細説明------------*/
.table3 th
{
	width:100px;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	background-color:#775A41;
	padding:4px;
	color:#FFFFFF;
}
.table3 td{
	font-weight:normal;
	text-align:left;
	
	padding:4px;
	background-color:#FFFFFF;
}
.table3_brown_overline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #775A41;
}
.table3_brown_underline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #775A41;
}
.table3_brown_rightline{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #775A41;
}

.table3_brown_underline_dotted{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #775A41;
}

.table3_white_overline{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.table3_white_underline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table3_browm_background{
	background-image:url(images/facility/facility_content_back.gif);
	background-repeat: no-repeat;
}

 /*table4-----------------イベント情報　お問合せフォーム------*/
.table4 table{
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
}
.table4 th
{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	background-color:#775A41;
	
	padding:3px;
}
.table4 td{
	font-weight:normal;
	text-align:left;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	padding:3px;
	background-color:#FFFF99;
}


 /*table5-----------交流広場-ホール情報------------*/
.table5 th
{
	font-weight:normal;
	text-align:left;
	
	padding:4px;
	background-color:#F0F0F0;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #775A41;
}
.table5 td{
	font-weight:normal;
	text-align:left;
	
	padding:4px;
	background-color:#FFFFFF;
	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #775A41;
}

 /*table6-----------交流広場-賛助会員募集------------*/
.table6 table{
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
}
.table6 th
{
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	background-color:#775A41;
	
	padding:3px;
}
.table6 td{
	font-weight:normal;
	text-align:left;
	
	border-width:1px;
	border-style:solid;
	border-color:#AA9669;
	
	padding:3px;
	background-color:#E6F6D8;
}

 /*table7-----------各部屋の詳細の利用人数------------*/
.table7 table{
	border-width:1px;
	border-style:solid;
	border-color:#E5D5C3;
}
.table7 th
{
	width:225px;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	color:#775A41;
	
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	
	background-color:#E5D5C3;
	
	padding:2px;
}
.table7 td{
	font-weight:normal;
	text-align:right;
	
	border-width:1px;
	border-style:solid;
	border-color:#E5D5C3;
	
	padding:2px;
	background-color:#FFFFFF;
}

 /*facility_detail_price-----------各部屋の詳細説明の料金表------------*/
.facility_detail_price_leftline{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.facility_detail_price table{
	width:100px;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	background-color:#775A41;
	padding:0px;
	color:#FFFFFF;
	
	border:0px;
}

.facility_detail_price th{
	background-color:#E3E3E3;
	color:#000000;
	text-align:center;
	font-weight:normal;
	width: 20%;
	
	border:0px;
	
	border-bottom-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.facility_detail_price td{
	background-color:#F7F7F7;
	text-align:right;
	
	border:0px;
	
	border-bottom-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}



 /*list1-----------------------*/

.list1 ul{
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left:20px;
	list-style-position:outside;
}

.list1 li{
	padding-bottom:12px;
	list-style-position:outside;
	list-style-type: decimal;
	list-style-image: url(images/common/list.jpg);
}

 /*list2-----------------------*/

.list2 ul{
	padding:0px;
	margin-bottom:0px;
	margin-top:10px;
	padding-left:20px;
}

.list2 li{
	padding-bottom:7px;
	list-style-position: outside;
	list-style-type: decimal;
}


/*box-----------------------*/
.box_layout1{
	border:1px solid #C1AA78;
	padding: 5px;
	margin-bottom:20px;
}
.box_layout2{
	border:1px solid #FFCC66;
	padding: 5px;
	margin-bottom:20px;
}

/*facility_picture-----------------------*/
.facility_picture_left_space{
	margin-right:4px;
	float:left;
}
.facility_picture_right_space{
	float:left;
}
.facility_picture_border{
	border: 1px solid #CCCCCC;
}
.facility_picture_text{
	background-color:#DFDFDF;
	padding:3px;
	padding-bottom:6px;
	font-size:11px;
	text-align:center;
	background-image: url(images/facility/facility_picture_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
