@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin:  0;
  padding: 0;
  background-color: #DFD1BB;
  text-align:center;
  color: #464646;
  
  scrollbar-face-color: #663300;
  scrollbar-highlight-color: #DFD1BB;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #DFD1BB;
  scrollbar-arrow-color: #ffffff;
  scrollbar-track-color: #EDE7E0;
  scrollbar-darkshadow-color: #DFD1BB;  
}

#wrapper {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
/* ヘッダ
---------------------------------------------------- */
#header { 
}
h1,p{margin:0;}
h1{
	font-size: 8pt;
	font-weight: bold;
	color: #663300;
	padding:0px 0px 0px 5px;
	}
	
/* ボディー
---------------------------------------------------- */
#bodycol { 
  background: url("../img/common/drop_bg.jpg");
  background-repeat: repeat-y;
}

/* フッタ
---------------------------------------------------- */
#footer {
  width: 762px;
}

/* ニュース
---------------------------------------------------- */
#newsbody {
  width: 528px;
  background: url("../img/news/bg.jpg");
  background-repeat: repeat-y;
}
#newsfooter {
  width: 528px;
}
/* オープンウインドウ
---------------------------------------------------- */
#wrapper2 {
  width: 534px;
}
#bodycol2 { 
  background: url("../img/common/opw_bg.jpg");
  background-repeat: repeat-y;
}

