@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin:  0;
  padding: 0;
  background: #ffffff url(../common_img/parts/bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  text-align:center;
}
#wrapper {
  width: 812px;
	
}
/* ヘッダ
---------------------------------------------------- */
#header {
  height: 78px;
  
  background: #ffffff url(../common_img/parts/header.jpg);
  background-repeat: repeat-x;
  background-position: left top;
}
h1,p{margin:0;}
h1{
	font-size: 8pt;
	color: #000000;
	padding:2px 0px 2px 0px;
	}
	
#subnavi {
  width: 180px;
  height: 14px;
  position: relative;
  float: left;
  top: 50px;
  left:420px;	
}

#copy {
	width: 200px;
	position: relative;
	float: left;
	top: 22px;
	left: 120px;

}
	
	
/* ヘッダのナビ
---------------------------------------------------- */
#headnavi {
  width: 535px;
  height: 40px;
  position: absolute;
  top: 105px;
  left:160px;	
}

/* ボディー
---------------------------------------------------- */
#bodycol { 
  width: 812px;
  background: #ffffff url(../common_img/parts/drop.jpg);
  background-repeat: repeat-y;
  background-position: top;
}

#bodybg { 
  background: url(../common_img/parts/body_drop.jpg);
  background-repeat: no-repeat;
  background-position: top;
}

/* フッタ
---------------------------------------------------- */
#footer {
  width: 740px;
  background: url(../common_img/parts/bottomline.gif);
  background-repeat: no-repeat;
  background-position: top; 
}
#adress {
  position: relative;
  top: 20px;
  left:32px;	
}
#copyright {
  position: relative;
  top: 20px;
  left:378px;	
}

/* 宿
---------------------------------------------------- */
.hotelbk {
	background: url(../hotel/img/sitaji.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
