﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);
body {
  background: #ffffff none repeat scroll 0% 50%;
  color: #333333;
}
#container {
  margin: 0 auto;
  background: transparent none repeat scroll 0% 50%;
  width: 80%;
  min-width: 670px;
}
#header {
  padding: 0;
  background: #666600 none repeat scroll 0% 50%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
#header2 {
  padding: 0;
  background: #993333 none repeat scroll 0% 50%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: white;
  }

#navi {
  border-bottom: 1px solid #eeeeee;
  padding: 0;
  background: #ffffff url(img/bg.png) repeat-x scroll 0% 50%;
  margin-top: 0;
  margin-bottom: 10px;
}
#navi ul {
  margin: 0;
  padding: 0;
  height: 2.5em;
}
#navi ul li {
  margin: 0;
  padding: 0;
  float: left;
}
#navi ul li a {
  border-right: 1px solid #cccccc;
  border-bottom: 5px solid #666600;
  margin: 0;
  padding: 6px 20px 5px;
  background: transparent url(img/bg.png) repeat-x scroll 0% 50%;
  display: block;
  font-weight: bold;
}
#navi a:hover {
  border-bottom: 5px solid #666600;
  background: #eeeeee url(img/arrow.gif) no-repeat scroll 0% 50%;
  text-decoration: none;
}
#main {
  padding-left: 170px;
  padding-right: 270px;
  margin-top: 0;
  margin-bottom: 0;
}
#main2 {
  padding-left: 170px;
  padding-right: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
#sidenavi {
  background: #ffffff none repeat scroll 0% 50%;
  left: 0;
  right: auto;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  width: 160px;
}
#sidenavi2 {
  background: #ffffff none repeat scroll 0% 50%;
  left: 0;
  right: auto;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 2;
  width: 160px;
}
#sidenavi ul {
  margin: 0;
  padding: 8px;
  background: transparent url(img/slash.png) repeat scroll 0% 50%;
}
#sidenavi ul li {
  border-bottom: 1px solid #0086b9;
  margin: 0;
  padding: 5px 15px;
  background: #ffffff url(img/sq_arrow.gif) no-repeat scroll 5px 7px;
  list-style-type: none;
}
#sidenavi[id=sidenavi] {
  margin-top: 0px;
}
html:lang(ja) #sidenavi {
  margin-top: 0px;
}
#sidebox {
  background: transparent none repeat scroll 0% 50%;
  width: 240px;
}
.contents {
  border: 1px solid #eeeeee;
  padding: 0.7em;
  background: #ffffff none repeat scroll 0% 50%;
  margin-top: 0;
  margin-bottom: 15px;
}
.contents img.fig {
  margin: 0 1em 1em 0;
  float: left;
}
#sidebox .contents {
  background: #f2f2f2 none repeat scroll 0% 50%;
  margin-top: 0;
}
#sidebox .contents ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}
#sidebox .contents ul li {
  margin-bottom: 0.5em;
}
.imgbox {
  background: #ffffff none repeat scroll 0% 50%;
  margin-top: 0;
  margin-bottom: 6px;
}
#sidebox .imgbox {
  background: transparent none repeat scroll 0% 50%;
}
#footer {
  border-top: 1px dotted #3ebaee;
  padding: 0.6em 0 1em 1em;
  background: #ffffff url(img/foot.gif) no-repeat scroll right top;
  margin-top: 0;
  margin-bottom: 0;
}
#footer ul {
  border-left: 1px solid #cccccc;
  padding: 0;
  margin-bottom: 4px;
}
#footer ul li {
  border-right: 1px solid #cccccc;
  margin: 0;
  padding: 0 5px;
  background-image: none;
}
