@charset "UTF-8";

/* body */
body  {
  color: #333;
  line-height: 150%;
  font-size: 13px;
  font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','‚l‚r ‚oƒSƒVƒbƒN',Osaka,arial,helvetica,clean,sans-serif;
  line-height: 1.4;
  background-image: url(../img/bg.jpg);  
}
a{
color: #de8c7e;
text-decoration: none;
}
a:hover{
color: #ffcc66;
text-decoration: underline;
}


/* header */
#header {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}
#header img {
  width: 900px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -450px;
}


/* nav */
#nav  {
  background-color: #333;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
}
#nav ul  {
  clear: both;
  margin: 0 auto;
  width: 900px;
  height: 50px;
}
#nav ul li  {
  float: left;
  padding: 0;
  vertical-align: top;
  width: 150px;
  height: 50px;
}
#nav ul li a  {
  background-image: url(../img/nav.png);
  display: block;
  height: 50px;
  text-indent: 100%;
  text-indent: -9999em;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
}
#nav ul li.nav1 a  { background-position: 0 0; }
#nav ul li.nav2 a  { background-position: -150px 0; }
#nav ul li.nav3 a  { background-position: -300px 0; }
#nav ul li.nav4 a  { background-position: -450px 0; }
#nav ul li.nav5 a  { background-position: -600px 0; }
#nav ul li.nav6 a  { background-position: -750px 0; }

#nav ul li.nav1 a:hover  { background-position:  0 -50px; }
#nav ul li.nav2 a:hover  { background-position:  -150px -50px; }
#nav ul li.nav3 a:hover  { background-position:  -300px -50px; }
#nav ul li.nav4 a:hover  { background-position:  -450px -50px; }
#nav ul li.nav5 a:hover  { background-position:  -600px -50px; }
#nav ul li.nav6 a:hover  { background-position:  -750px -50px; }


/* content */
#content  {
  margin: 0 auto;
  width: 900px;
  background-color: #fff;
  padding: 180px 0 20px 0;
}
#content h2  {
  font-family: "Arial", Gadget, sans-serif;
  clear: both;
  background-color: #eea79c;
  color: #FFF;
  font-size: 160%;
  text-align: center;
  margin-bottom: 30px;
  padding: 5px 0;
}
#content h3 {
  clear: both;
  font-size: 140%;
  font-weight: bold;
  margin: 40px 30px 10px 30px;
}
#content .strong {
  font-size: 14px;
  font-weight: bold;
}
#content p, #content dl  {
  margin: 0 30px 20px 30px;
}
#content dt {
  font-weight: bold;
  margin:10px 0 5px 0;
}
#content dd {
  font-size: 11px;
  margin-bottom: 5px;
}
.track-profile {
  clear:both;
}
.track-profile img {
  margin-right: 15px;
}
#content ol {
  list-style-type: decimal;
  margin-left: 30px;
}
#content ul {
  list-style-type: square;
  list-style-position: inside;
  margin: 0 0 30px 30px;
}


/* image */
img  {
  border: none;
}
.imgL  {
  float: left;
  margin: 0 30px 20px 30px;
}
.imgR  {
  float: right;
  margin: 0 30px 20px 30px;
}


/* footer */
#footer {
  padding: 30px 0 40px 0;
  text-align: center;
  font-weight: bold;
}
#footer a {
  color: #333;
}