@charset "UTF-8";


/* ----------------------------- Root Settings */
* {
  margin: 0px;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  margin: 0px;
  height: 100%;
}

body {
  height: 100%;
  background-image: url("../img/bg-body.gif");
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", sans-serif;
  font-size: 80%;
  color: #555555;
  line-height:150%;
  text-align: center;
  margin: 0px;
  position: relative;
}

div#main-box {
  width: 850px;
  background-color: #FFFFFF;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: left;
  position: relative;
}

div#main-box {
  margin: 0px auto;
}



/* ----------------------------- Header Area */

div#header {
  background-image: url("../img/bg-toptext.gif");
  background-repeat: repeat-x;
  width: 100%;
}

h1 {
  height: 23px;
  width: 400px;
  font-size: 12px;
  font-weight: normal;
  padding-top: 2px;
  float: left;

}

h1 span {
  margin-left: 16px;
  display: block !important;
}

div#sub-menu {
  font-size:11px;
  float: right;
  margin-right: 6px;
  text-align: right;
  width: 440px;
  height: 23px;
  padding-top: 2px;
}

div#sub-menu a {
  margin: 0px 5px;
}

a#logo {
  background-image: url("../img/logo2.gif");
  background-repeat: no-repeat;
  width: 164px;
  height: 47px;
  margin: 6px 10px 14px 20px;
  clear: both;
  float: left;
}

div#topicpath {
  background-image: url("../img/bg-topicpath.gif");
  background-repeat: repeat-x;
  height: 35px;
  width: 100%;
  position: relative;
  top: -10px;
  clear: both;
}

div#topicpath {
  padding-top: 8px;
}

div#topicpath span {
  margin-left: 16px;
  background-image: url("../img/pointer-topicpath.gif");
  background-repeat: no-repeat;
  padding-left: 10px;
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
}

/* ----------------------------- Main Contents Area */

div#contents-box {
  margin: 0px 0px 0px 20px;
  clear: both;
}

/* ----------------------------- Others */

h3 {
  font-size: 1em;
  background-image: url("../img/pointer.gif");
  background-repeat: no-repeat;
  padding-left: 20px;
  position: relative;
  left: -20px;
  margin-top: 16px;
}

div.text-box {
  margin: 30px 20px 20px 30px;
}

.hidden, h2 span {
  display: none !important;
  margin: 0px !important;
}

img {
  border: 0px;
  margin: 0px;
}

em {
  font-style: normal;
  font-weight: bold;
  color: #000099;
}

strong {
  font-style: normal;
  font-weight: normal;
}

.sentence {
  padding-left: 1em;
}

ol li {
  margin-left: 30px;
}

ol li.none {
  list-style: none;
  height: 0px;
}

hr {
  width: 95%;
  margin: 10px 0px;
}


.center {
  text-align: center !important;
}

table {
  font-size: 1em;
}


/* ----------------------------- Links */
a:link, a:visited {
  color: #CC3366;
  text-decoration: none;
}

a:hover, a:active {
  color: #FF99CC;
  text-decoration: underline;
}
