@charset "shift_jis";

/* ページ全体
----------------------------------------------- */
#page  {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  background:transparent;
  }

body {
  margin: 0;
  padding: 0;
  font-size: x-small;
  line-height: 1.4;
  color: #666666;
  background: url(../img/haikei002.jpg) repeat-y;
  background-position: center;
}
h1, h2, p, dl {
  margin: 0;
}
a:link {
  color: #0066cc;
  background: transparent;
}
a:visited {
  color: #3399ff;
  background: transparent;
}
a:hover, a:active {
  color: #ff6600;
  background: transparent;
}

/* ヘッダ
----------------------------------------------- */
#header {
  width: 780px;
  height: 100px;

}

#header img{
  margin:5px;
}

#header-m {
  width: 780px;
  height: 2px;
  color: #666666;
  background: #92AD6A;
  margin: 0;
  padding: 0;
}

/* ページ本体（2段組）
----------------------------------------------- */
#pagebody {
  margin-top: 7px;
  width: 780px;
  margin-left:auto;
  margin-right:auto;
  padding-left: 0px;
  padding-right: 0px;
  color: #666666;
  background: #FFFFFD;
  border: 1px solid #D3CFB2;
}

#pictur {
  margin-top: 8px;
  margin-bottom: 1px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width: 0px;
  padding-top: 0px;
  background: url(../img/p2.jpg) no-repeat;
  
}

#line {
  margin-left:auto;
  margin-right:auto;
  padding-top: 2px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background: url(../img/line.gif) no-repeat;
}

#content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top:10px;
  width: auto;
}

#nav {
  float: right;
  margin-right:15px;
  margin-left: 10px;
  width: 125px;
  background: #FFFFFD;
  text-align: left;
 
}



#main {
  text-align:justify;
  float: left;
  width: 535px;
  margin-top:0px;
  margin-left:5px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  background: #FFFFFD;
  padding-bottom: 10px;

}

#main2 {
  float: left;
  width: 35px;
  background: #FFFFFD;
}


#pagebody:after {    /* ボックスの最後でfloatをクリア */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* 各段の見出し
----------------------------------------------- */


/* 中央の段
----------------------------------------------- */
#main dt, #main dd {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
#main dt {
  font-size: small;
}
#main dd {
  margin-bottom: 1.3em;
}


/* 左の段（ナビゲーション）
----------------------------------------------- */
#nav ul {
  margin: 0 0 0px 0;
  padding: 0;
  list-style: none;
}
#nav li, #nav a {
  display: block;
  width: 125px;
  height: 30px;
}
#nav li {

}


#nav img {
  text-align: right; 
}


#nav a {
  text-decoration: none;
  color: #0066cc;
  background:  url(../img/navi2.gif) no-repeat;
}
#item2 a { background-position: 0  -30px }
#item3 a { background-position: 0  -60px }
#item4 a { background-position: 0  -90px }
#item5 a { background-position: 0 -120px }
#item6 a { background-position: 0 -150px }
#item7 a { background-position: 0 -180px }
#item8 a { background-position: 0 -210px }
#item9 a { background-position: 0 -240px }
#item10 a { background-position: 0 -270px }
#itemmailto a { background-position: 0 -270px }
#item1 a:hover { background-position: -125px    0px }
#item2 a:hover { background-position: -125px  -30px }
#item3 a:hover { background-position: -125px  -60px }
#item4 a:hover { background-position: -125px  -90px }
#item5 a:hover { background-position: -125px -120px }
#item6 a:hover { background-position: -125px -150px }
#item7 a:hover { background-position: -125px -180px }
#item8 a:hover { background-position: -125px -210px }
#item9 a:hover { background-position: -125px -240px }
#item10 a:hover { background-position: -125px -270px }

#nav p {
  padding-left: 3px;
  list-style: none;
}

/* ナビ２
----------------------------------------------- */
#navi2 {
  width: 780px;
  color: #A1002A;
  background: transparent;
}
#navi2 ul {
  position: absolute;
  top: 42px;
  left: 620px;
  margin: 0;
  padding: 0;
}
#navi2 li {
  display: block;
  float: left;
  margin-right: 5px;
  width: 75px;
}
#navi2 li a {
  display: block;
  height: 15px;
  width: 75px;
  text-decoration: none;
}



#navi2 li#list a {
  color: #ffffff;
  
}
#navi2 li#sitemap a {
  color: #ffffff;
}



/* フッタ
----------------------------------------------- */
#footer {
  clear: both;
  margin-top: 30px;
  padding: 0px 0px 0px 0px;
  bottom: 0; 
  height: 21px;  
  text-align: center;
  background: url(../img/footer01.gif) no-repeat ;
}

#footer img {
     margin:10px;
}

#footer02 {
  clear: both;
  padding: 0px 0px 0px 0px;
  bottom: 0; 
  height: 8px;  
  text-align: center;
  }

