@charset "Shift_JIS";

/* ページ全体
---------------------------------------------------- */
body {
  margin: 0 auto;
  width: 777px;
  padding: 0;
  color: #333333;
  background: #333333 url(../temp/back_body.jpg) repeat-y;
  background-position: center;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #000000;
  background: transparent;
}
a:visited {
  color: #000000;
  background: transparent;
}
a:hover, a:active {
  color: #FF8000;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header-col{
  margin: 0 auto;
  width: 777px;
}
#header img {
  vertical-align: bottom;
  height: 144px;
  width: 777;
  border-bottom: 10px solid #333333;
  border-top: 10px solid #333333;
}


/* ナビゲーション
---------------------------------------------------- */
ul#navigation {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 128px;
  list-style: none;
  color: #333333;
}
ul#navigation li {
  display: block;
  margin: 0px auto;
  padding: 6px 0px 6px 6px;
  font-size: small;
  border: 1px groove #333333;
  
}
ul#navigation li a {
  color: #333333;
  text-decoration: none;
}
ul#navigation li a:hover {
  color: #999999;
}
ul#navigation li#select {
  color: #ffffff;
  background: #333333;
}

ul#navigation li#select2 {
  color: #ffffff;
  background: #727272;
  text-align: right;
  text-transform: uppercase;
  padding-right: 10px;
}

ul#navigation li#jav4 {
  color: #333333;
  background: #ffffff;
  text-align: right;
  text-transform: uppercase;
  padding-right: 10px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
  margin: 0px auto;
  width: 700px;
  padding: 10px 0px 50px 0px;
}

#content_info {
  width: 700px;
  margin: 15px auto;
  padding: 10px 5px 10px 5px;
  border: 1px solid #333333;
  text-align: center;
  font-weight: 500;
}

#content_info p {
  font-style: normal;
  font-size: large;
}


#content_navi {
  width: 130px;
  float: left;
  margin: 15px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  text-align: left;
}

#content_lead {
  width: 540px;
  margin: 15px 0px 0px 130px;
  padding: 10px 5px 10px 15px;
  text-align: left;
  font-weight: 500;
  color: #505050;
  border-left: 1px solid #999999;
}

#content_lead p {
  font-style: normal;
  font-size: large;
  color: #000000;
  border-bottom: 1px solid #333333;
  border-left: 6px solid #333333;
  padding: 3px 5px 3px 5px;
}

#content_lead h2 {
  margin: 0px auto;
  padding: 10px 5px 10px 15px;
  text-align: left;
  color: #505050;
  border: 1px solid #999999;
}

#content img {
  margin-right: 9px;
  margin-bottom: 9px;
  padding: 2px;
  border: 1px solid #e0d8cb;
  vertical-align: bottom;
}

}


/* フッタ
---------------------------------------------------- */
#footer-col {
  margin: 0 auto;
  width: 700px;
  border-top: 2px solid #C0C0C0;
}
#footer {
  margin: 0;
  font-size: small;
  color: #808080;
  background: transparent;
  text-align: center;
}
#footer span {
  text-transform: uppercase;
}
