@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  width: 777px;
  color: #000000;
  background: #ffffff url(images/back.jpg) repeat-y;
}
#wrapper {
  width: 777px;
  color: #333333;
  background: url(images/back-body.jpg) repeat-y;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #ff0000;
  background: transparent;
}
a:visited {
  color: #ff0000;
  background: transparent;
}
a:hover, a:active {
  color: #cccccc;
  background: transparent;
}

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 0px;
  height: 5px;
 background: #FFFFFF;
}


/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  position: relative;
  width: 777px;			/* ■IE用バグ対策 */
  padding-top: 0px;
  padding-bottom: 20px;
}

/* コンテンツ
---------------------------------------------------- */
#content {
 padding-top: 180px;
  padding-left: 30px;
  color: #FFFFFF;
  font-size: 10pt;
  background: url(images/back-header.jpg) no-repeat;
}

img {
  border : none;
}

.box1 {
        margin-left: 10px;
        margin-right: 260px;
  padding: 0px;
  font-size: 10pt;
  line-height: 1.5em;
}


#content hr {
border-top:1px #C0C0C0;
border:none;
_height:1px;
}

#content h1{
  font-size: 14pt;
  border-bottom:1px solid;
}

#content h2{
  font-size: 11pt;
  border-bottom:1px solid;
}

#content h3{
  font-size: 10pt;
  color: #3366CC;
  border-bottom:1px solid #3366CC;
}

#content p, #content2 p {
  font-size: 9pt;
  line-height: 130%;
}
#content li {
  font-size: 11pt;
  color: #0000FF;
}

.s{
  font-size: 9pt;
  font-weight: bold;
  color: #00008B;
}

.s2{
  font-size: 9pt;
  font-weight: bold;
  color: #8B0000;
}


/* テーブル1
---------------------------------------------------- */
table {
  border-top: 1px solid #AFEEEE;
  border-bottom: 1px solid #AFEEEE;
  border-collapse: collapse;
}
table th {
  padding: 0.2em 0.2em 0.2em 0.2em;
  font-weight: bold;
  font-size: 11pt;
  color: #000099;
}
table td {
  padding: 0.6em 0 0.6em 0.1em;
  line-height: 1.5em;
  font-size: 9pt;
  border-top: 1px solid #0066FF;
}

table caption {
  padding-bottom: 0.6em;
  text-align: left;
  font-weight: bold;
  color: #AFEEEE;
  background: transparent;
}

/* フッタ
---------------------------------------------------- */
#footer ul {
  margin: 0px;
  height: 30px;
  padding-right: 30px;
  list-style: none;
}
#footer li {
  margin: 9px 0 10px 9px;
  padding: 0;
  height: 19px;
  text-indent: -9999px;
}
#footer li a {
  text-decoration: none;		/* ■Firefox等で線が表示されないようにする */
  display: block;
  height: 19px;
}
#footer li#info    {
  float: right;
  width: 55px;
  background: url(images/info.gif) no-repeat;
}
#footer li#privacy {
  float: right;
  width: 73px;
  background: url(images/privacy.gif) no-repeat;
}
#footer p {
  clear: left;
  margin: 0;
  padding: 10px 10px 10px 10px;
  width: 777px;
  text-align: left;
  text-transform: uppercase;
  font-size: x-small;
  color: #ffffff;
  background: url(images/back.jpg) repeat-y;
}
