@charset "Shift_JIS";

body {
  margin: 0;
  padding: 0;
  color: #000000;
  background-image: url("images/back.gif");
  background-repeat: repeat-y;
  background-position: 780px;
}

/* ---- リンクの色 ---- */

a:link {
  color: #0055ff;
  background: transparent;
}

a:visited {
  color: #0055ff;
  background: transparent;
}

a:hover {
  color: #ff0000;
  background: transparent;
}

a:active {
  color: #000000;
  background: transparent;
}

/* ---- ヘッダ関連 ---- */

div#top {
  width: 780px;
  margin: 0;
  padding: 1px 0px;
  background: black;
}

span#na {
  text-align: center;
  font-size: medium;
  font-weight: 600;
  color: white;
  width: 200px;
}

div#photo {
  width: 780px;
  margin: 0;
  padding: 1px 0px;
  background: black;
  text-align: center;
  font-size: x-small;
  color: #0055ff;
}

div#flash {
  width: 780px;
  margin: 0;
  padding: 0px 0px;
  background: black;
}

/* ---- 上のナビゲーションバー ---- */

ul#topnav {
  width: 780px;
  clear: both;
  margin: 0;
  font-size: 90%;
  line-height: 1.4em;
  padding-left: 0px;
  color: #ffffff;
  background: #666666;
}

ul#topnav li {
  display: inline;
}

ul#topnav li a {
  margin-right: 1px;
  text-decoration: none;
  padding: 0.2em 0.8em;
  color: #ffffff;
  background: #666666;
}

ul#topnav li a:hover {
  color: #ffffff;
  background: #ff6600;
}

ul#topnav li#cur a{
  margin-right: 1px;
  text-decoration: none;
  padding: 0.2em 0.8em;
  color: #ffffff;
  background: #ff0000;
}

ul#topnav li#cur a:hover {
  color: #ffffff;
  background: #ff6600;
}


/* ---- コンテンツ ---- */

div#contents {
  margin-left: 10px;
  padding: 1.5em;
  width: 760px;
  font-size: 80%;
}

div#contents h2 {
  margin: 0 14px 0 0;
  padding: 0.2em 0 0.2em 20px;
  background: url(images/h2.gif) no-repeat left;
  border-bottom: 1px dashed #999999;
  font-size: medium;
}

div#contents ul {
  list-style: url(images/ul.gif);
}

div#contents li {
  margin-bottom: 0.5em;
  margin-right: 14px;
}

div#contents p {
  margin: 0.8em 1em 0;
  line-height: 1.5;
}

/* ---- フッタ関連 ---- */

div#footer {
  margin: 0px;
  border-top: 2px solid #000000;
  padding: 0px;
  width: 780px;
}

div#footer p {
  margin: 0;
}

p#copyright {
  padding: 1px 10px;
  text-align: right;
}

p#footnav {
  width: 48%;
  float: right;
  text-align: right;
}

/* ---- サイト情報 ---- */

div#logo {
  position: absolute;
  top: 310px;
  left: 520px;
  padding: 0px;
}

span#compinf {
  margin: 0;
  position: absolute;
  left: 180px;
}

