@charset "UTF-8";

body {
  margin: 0;
  font: 13px 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  text-align: center;
  background-color: black;
  color: whitesmoke;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:link {
  color: whitesmoke;
}

a:visited {
  color: whitesmoke;
}

a:hover {
  color: whitesmoke;
  text-decoration: underline;
}

a:active {
  color: whitesmoke;
}

a {
  text-decoration: none;
}

img {
  border: none;
  outline: none;
}

a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.no_mouse_over a:hover img, /* 画像単位でopacityを戻す */
a:hover img.no_mouse_over   /* クラス単位でopacityを戻す */
{
  filter: alpha(opacity=100);
  opacity: 1;
}

#header {
  background-image: url('../image/back01.jpg');
}

#header_01 {
  border-top: 2px solid #4b4b4b;
}

#header_menu_02 {
  width: 960px;
  height: 28px;
  margin: 0 auto;
  position: relative;
}

#h_menu_07 {
  position: absolute;
  top: 10px;
  right: 400px;
}

#h_menu_08 {
  position: absolute;
  top: 8px;
  right: 195px;
}

#h_menu_09 {
  position: absolute;
  top: 6px;
  right: 10px;
}

#header_02 {
  border-top: 2px solid #4b4b4b;
  border-bottom: 2px solid #4b4b4b;
}

#header_menu {
  width: 960px;
  height: 63px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#header_menu li {
  float: left;
  display: block;
  border-right: 2px solid #4b4b4b;
}

#body {
  width: 960px;
  margin: 60px auto 0;
  text-align: left;
  overflow: hidden;
}

#contents {
  float: left;
  margin-top: 5px;
}

#side_menu {
  width: 332px;
  height: 100%;
  float: right;
  background-image: url('../image/back02.jpg');
  text-align:center;
}

#side_menu a:hover {
  text-decoration: none;
}

#side_menu img {
  display: block;
  width: 312px;
  margin: auto;
}

#side_menu img.side_01 {
  margin-top: 20px;
}

#side_menu img.side_02 {
  margin-top: 20px;
}

#side_menu img.side_03 {
  margin-top: 5px;
}

#side_menu img.side_04 {
  margin-top: 20px;
}

#side_menu img.side_05 {
  margin-top: 5px;
}

#side_menu img.side_06 {
  margin-top: 5px;
}

#side_menu p {
  margin: 2px auto 0;
  font-size: 77%;
  text-indent: 13px;
}

#footer_01 {
  background-color: #252525;
}

#footer_menu {
  width: 960px;
  height: 24px;
  line-height: 26px;
  margin: 0 auto;
  padding: 5px 0;
  overflow: hidden;
}

#footer_menu li:first-child {
  width: 118px;
  border-left: 1px solid #929292;
}

#footer_menu li {
  float: left;
  width: 119px;
  display: block;
  font-size: 77%;
  border-right: 1px solid #929292;
}

#footer_02 {
  background-image: url('../image/back01.jpg');
}

#footer_02_01 {
  width: 960px;
  height: 190px;
  margin: 0 auto;
  background-image: url('../image/footer01.jpg');
}

#footer_info {
  height: 140px;
  padding: 24px 0 0 170px;
  text-align: left;
}

#footer_info #info_01 {
  height: 30px;
  font-size: 170%;
  letter-spacing: 0.1em;
}

#footer_info #info_02 {
  height: 44px;
  font-size: 216%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#footer_info #info_03 {
  letter-spacing: 2em;
}

#footer_info #info_04 {
  letter-spacing: 2em;
}

#footer_info #info_05 {
  letter-spacing: 0.5em;
}

#footer_info p {
  margin: 0;
}

#footer_info dl {
  font-size: 85%;
  color: gainsboro;
  margin: 0;
  overflow: hidden;
}

#footer_info dt {
  width: 70px;
  height: 17px;
  float: left;
}

#footer_info dd {
  width: 455px;
  height: 17px;
  margin-left: 70px;
}

#footer_info address {
  font-style: normal;
}

#copyright {
  width: 960px;
  font-size: 85%;
  text-align: right;
  margin: 10px auto 0;
}