/* CSS Document */

body{
	background-color: #F9F4E7;
	margin: 0;
	padding: 0;
}

#wpart{
	margin: 0 auto;
	width:600px;
	text-align: left;
}

a:link{
	color: #ff8b00;
	text-decoration: none;
}
a:visited{
	color: #ff8b00;
	text-decoration: none;
}
a:hover{
	color: #ff8b00;
	text-decoration: underline;
}
a:active{
	color: #ff8b00;
	text-decoration: none;
}

/* firefox リンク線 */
/* win */
:focus{
	-moz-outline-style:none;
}
/* Mac */
a{
	outline:none;
}

/* FORMの余計な空白削除 */
form, input, textarea {
	margin: 0;
	padding: 0;
}

/* h1〜h6 の余計な空白削除 */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/* P の余計な空白削除 */
p{
	margin: 0;
	padding: 0;
}

/* IMG のボーダーを非表示 */
img {
	border:none;
}

/* TABLE のボーダーを非表示 */
table,th,td {
	border:none;
	margin:0;
	padding:0;
}

/* IEで起こるBRのバグ回避 */
br {
	letter-spacing: normal;
}

/* フォントスタイルをノーマルに */
address, em{
	font-style:normal;
}

/* list要素 */
ul,ol,dl,li{
	margin:0;
	padding:0;
	list-style:none;
}


/*背景*/
#pagebody {
	width: 562px;
	padding: 18px;
	background-color: #F9F4E7;
	overflow: hidden;
}
/*top_img*/
#top_img {
	float: left;
	width: 261px;
	margin-top: 12px;
}

#top_text {
	float: left;
	width: 285px;
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0 0 14px;
}
#no1 {
	clear: left;
	width: 180px;
	float: left;
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}

#no2 {
	width: 180px;
	float: left;
	font-size: 10px;
	line-height: 14px;
	margin: 10px 11px 0 11px;
}

#no3 {
	width: 180px;
	float: left;
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}

.title01{
	clear: left;
	padding-bottom: 15px;
}

#01_01{
	margin: 10px 0 0 10px;
	width: 111px;
	height: 22px;
}

.box{
	padding-left: 12px;
}

.01_02{
	width: 112px;
	height: 22px;
}

.text0102 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}



.textmail {
	font-size: 12px;
	margin: 0 0 0 7px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.close{
	font-size:12px;
	margin: 0 0 0 7px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	
}


/*テーブル1*/

#table01 {
	margin-top: 15px;
	margin-bottom:15px;
	padding: 10px 0 0 10px;
	padding-bottom: 15px;
	width: 528px;
	font-size: 12px;s
	line-height: 16px;
	border-collapse:collapse;
}

#table01 tr {
	border-bottom: #dcdcdc 1px solid;
}

#table01 th {
	font-weight: normal;
	padding: 5px;
	width: 52px;
	text-align: left;
	vertical-align: top;
	border-top: #646464 1px solid;
	border-left: #646464 1px solid;
	border-bottom: #646464 1px solid;
	border-right: #646464 1px solid;
}

#table01 td {
	padding: 5px;
	width: 476px;
	vertical-align: top;
	border-top: #646464 1px solid;
	border-left: #646464 1px solid;
	border-bottom: #646464 1px solid;
	border-right: #646464 1px solid;
	vertical-align: top;
}

.bar th{
	background-color:#111111;
}

/*テーブル2*/

#table02 {
	padding: 10px 0 0 10px;
	padding-bottom: 15px;
	width: 440px;
	font-size: 12px;s
	line-height: 16px;
	border-collapse:collapse;
}

#table02 tr {
	border-bottom: #dcdcdc 1px solid;
}

#table02 th {
	font-weight: normal;
	padding: 5px;
	width: 70px;
	text-align: left;
	vertical-align: top;
	border-top: #646464 1px solid;
	border-left: #646464 1px solid;
	border-bottom: #646464 1px solid;
	border-right: #646464 1px solid;
}

#table02 td {
	padding: 5px;
	width: 370px;
	vertical-align: top;
	border-top: #646464 1px solid;
	border-left: #646464 1px solid;
	border-bottom: #646464 1px solid;
	border-right: #646464 1px solid;
	vertical-align: top;
}

.color{
	background-color: #F1E6CE;
}

.white{
	background-color: #ffffff;
}

.orange{
	background-color:#FFDD99;
}

/*ポップアップ上のCloseボタン設定*/
.closebutton{
	text-align: center;
	font-size: 12px;
}

/* 080708 修正
-----------------------------------------------*/

/*レイアウト*/

#sub_title{
	margin: 23px 0 0 5px;
	
}

#main_text{
  margin: 19px 30px 0 21px;
	font-size: 12px;
	line-height: 20px;	
	color: #662b01;
}

#main_images{
  margin: 19px 0 35px 21px;
}

/*ホール*/

#hall {
	width: 561px;
	height: 306px;
	background: url(images/hall_bg.jpg) no-repeat;
}

#hall_text{
  margin: 18px 0 0 38px;
	color: #505050;
	font-size: 12px;
	line-height: 20px;
	
}	

#hall_text2{
  margin: 11px 0 0 34px;
	color: #505050;
	font-size: 12px;
	line-height: 20px;
	
}
	
/*バー*/

#bar {
  width: 562px;
	height: 338px;
	background: url(images/bar_bg.jpg) no-repeat;
	padding-bottom: 10px;
	
}

#bar_text {
  margin: 13px 0 0 35px;
	color: #505050;
	font-size: 12px;
	line-height: 20px;
	
}

#bar_text2 {
  margin:11px 0 0 34px;
	color: #505050;
	font-size: 12px;
	line-height: 20px;
	
}	
	
  
/*キッチン*/

#kitchen {
  width: 561px;
	height: 396px;
	background: url(images/kitchen_bg.jpg) no-repeat;
	color: #505050;
	padding-bottom: 10px;
}		

#kitchen_text {
  margin: 13px 0 0 35px;
	color: #505050;
	font-size: 12px;
	line-height: 20px;

}

#kitchen_text2 {
  margin: 11px 0 0 34px;
	color: #505050;
	font-size: 12px;
	line-height: 20px;
	
}