/* @charset "Shift_JIS"; */

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #333333;
  background: #e5e5dd url(../../images/back.jpg) repeat-y;
  font-family:ＭＳ Ｐゴシック;
}

#wrapper {
  width: 770px;
  color: #333333;
  background: url(../../images/back_body.jpg) repeat-y;
}
/* ヘッダ・ナビゲーション
---------------------------------------------------- */
#header {
  height: 119px;
  color: #653818;
  background: #e5e5dd url(../../images/back_header.jpg) repeat-y;
}
#header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li {
  position: absolute;
  top: 88px;
  display: block;
  margin: 0;
  padding: 0;
  width: 770px;
  height: 31px;
  text-indent: -9999px;
}
#header li a {
  text-decoration: none;
  display: block;
  width: 770px;
  height: 31px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  margin:0,0,0,0;
  padding-left:10px;
  width: 760px;
}
#content h1 {
  margin: 0;
  padding-left:10px;
  font-size: small;
  line-height :1;
}

#content p {
  margin: 0;
  padding-left:40px;
  font-size: small;
  line-height :1.8;
}

#center {
  float: left;
  width: 548px;
}

#center td {
  padding-left:50px;
  font-size: small;
  line-height :1.8;
}

#center_wide {
  float: left;
  width: 700px;
}

#center_wide td {
  padding-left:50px;
  font-size: small;
  line-height :1.8;
}

#center_wide1 {
  float: left;
  width: 700px;
}

#right {
  float: right;
  width: 210px;
}

#input_part 
{
  margin-left:30px;
  padding-left:0;
  border-style:ridge;
  border-color:White;
  border-bottom-width:3px;
  width:500px;
}

#input_part p {
  padding-left:10px;
}

#disp_part 
{
  padding-left:22px;
}

#disp_part td {
  padding-left:4px;
}

#hotel td
{
 margin-left:40px;
	
 padding-top:4px;
 padding-bottom:4px;
 padding-left:10px;
 padding-right:20px;
  
 border-color:Silver;
 border-width:1px;
 border-style:groove;
}
/* フッタ
---------------------------------------------------- */
#copyright
{
  width: 770px;
  height:25px;
  text-align: center;
  padding-top: 74px;
  background: #e5e5dd url(../../images/back_footer.jpg) repeat-y;
}