/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
  font-size:100%;
  line-height:1.6;
  margin:0px;
  padding:0px;
  list-style:none;
}
body {
  font-size:0.8em;
  color:#825F47;
  background-color:#2F2219;
  /* ▼font-family は指定しなくてもよいです。*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
img {
  border:none;
  vertical-align:top;
}
/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#wrapper {
  width: 100%;
  text-align:left;
  background-color:#FFFFFF;
}
#header {
  width: 100%;
  text-align:center;
  background : #4e3728 url(../images/header_bg.jpg) repeat-x left top;
}
#headerInner {
  width: 100%;
  background : url(../images/header_body.jpg) no-repeat center top;
}
#headerBody {
  width: 840px;
  height:105px;
  margin:0px auto;
}
#header #site_title {
  float:left;
  margin:35px 0px 0px 0px;
  width: 500px;
  text-align:left;
}
#header #site_title h1, 
#header #site_title p {
  color:#FFFFFF;
  font-size:24px;
  font-weight: bold;
}
#headerSearch {
  float:right;
  width: 240px;
  margin:50px 0px 0px 0px;
}
#headerSearch input{
  vertical-align:middle;
}
#searchBox {
  width: 140px;
  margin-right: 5px;
}
#headerBody:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */
#topcontents {
  float: left;
  width: 590px;
}
#topinfo {
  float: right;
  width: 230px;
}
#topinfo h2 {
  background-color: #DDCDC4;
  padding: 3px 5px;
}
#topimage {
  background : url(../images/bg_dot.gif);
  padding: 4px;
  border: #DDCDC4 1px solid;
  width: 830px;
  margin-bottom: 10px;
}
dl.info {
  background-color: #F4EFEC;
  padding: 10px;
}
dl.info dt {
  font-size: 80%;
  border-bottom: #DDCDC4 1px dotted;
}
dl.info dd {
  margin-bottom: 5px;
}
/* /////////////////////////////////////////// */
/* グローバルナビ
/* 
/* 横幅840px　ナビ7個の場合は下記の設定ですが、
/* ナビの数を変更したい場合は「#global_nav li a」を変更します。
/* 
/* ナビ6個の場合　width:109px;
  　→　width:129px;
  /* ナビ5個の場合　width:109px;
  　→　width:157px;
/* 
/* 横幅840px　÷　ナビの数　−　11px（padding＋border）
/* 割りきれるナビの数で調整してください。
/* 
/* /////////////////////////////////////////// */

#global_nav {
  clear:both;
  width:840px;
  margin:0px auto;
}
#global_nav ul {
  border-left:#411E0F 1px solid;
  background-color:#8C684E;
  width:840px;
}
#global_nav li {
  float:left;
  background : url(../images/menu_off.jpg) repeat-x left top;
  border-right:#411E0F 1px solid;
}
#global_nav li.li_here {
  background : #3b1e10 url(../images/menu_on.jpg) repeat-x left top;
  color:#FFFFFF;
}
/* ▼ナビの個数を変更する場合は、ここを変更 */
#global_nav li a{
  width:109px;
  display:block;
  padding: 10px 5px 5px 5px;
}
#global_nav li a:hover{
  background : #3b1e10 url(../images/menu_on.jpg) repeat-x left top;
  color:#FFFFFF;
}
#global_nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
/* /////////////////////////////////////////// */
/* メイン
/* /////////////////////////////////////////// */

#mainLeft {
  clear:both;
  width:100%;
  background : url(../images/body_left.jpg) repeat-y left top;
}
#mainRight {
  width:100%;
  background : url(../images/body_right.jpg) repeat-y right top;
}
#main {
  width:840px;
  margin: 0px auto;
  padding-top: 5px;
}
#contents {
  width:840px;
  margin: 0px auto;
}
/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu {
  margin: 5px 0px;
  color: #C1A393;
}
/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav {
  width: 230px;
  float: left;
}
#nav_box {
  background : url(../images/bg_dot.gif);
  padding: 4px;
  border: #DDCDC4 1px solid;
  width: 220px;
}
#nav_box h2 {
  background : #f2edea url(../images/lnav_bg.jpg) repeat-x left top;
  padding: 3px 5px;
  width: 210px;
}
#nav_box ul {
  background-color: #FFFFFF;
  padding-bottom: 15px;
}
#nav_box ul li {
  padding: 8px 5px 8px 20px;
  margin: 0px 5px;
  border-bottom: #DDCDC4 1px dotted;
  background : url(../images/lnav_icon.gif) no-repeat 8px 15px;
}
#maincontents {
  width: 590px;
  float: right;
}
/* /////////////////////////////////////////// */
/* ページトップ
/* /////////////////////////////////////////// */

#pagetop {
  width:840px;
  clear: both;
  margin: 0px auto;
  padding: 30px 0px 0px;
  text-align:right;
}
/* /////////////////////////////////////////// */
/* フッター
/* /////////////////////////////////////////// */

#footer {
  width:100%;
  margin: 0px auto;
  color:#C1A393;
  background : url(../images/footer_bg.jpg) repeat-x left top;
}
#footerInner {
  width:840px;
  margin: 0px auto;
  padding: 30px 0px;
  text-align: center;
}
/* /////////////////////////////////////////// */
/* トップページ
/* /////////////////////////////////////////// */

#table_top {
  width:840px;
  margin: 0px auto 0px  auto;
}
#table_left {
  float:left;
  width:400px;
}
#table_right {
  float:right;
  width:400px;
}
/* /////////////////////////////////////////// */
