@charset "UTF-8";

/* 全体構造
---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  color: #666;
  background: #999 url(../img/back.jpg) repeat-y;
}

#wrapper {
  width: 777px;
  color: #666;
}

strong {
  color: #c00;
}

ol {
  margin-left: 0px;
}

author {
  text-align: right;
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #063;
  background: transparent;
}
a:visited {
  color: #800080;
  background: transparent;
}
a:hover, a:active {
  color: #ff9933;
  background: transparent;
}
.highlight:hover{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
} 

/* ヘッダ
---------------------------------------------------- */
#header {
  padding-top: 15px;
  height: 0px;
  color: #999;
  background: url(../img/trailer-icon.jpg.jpg) no-repeat;
}
#header #logo {
  position: absolute;
  top: 20px;
  left: 10px;
}
#header #wave {
  float: right;
  padding-right: 50px;
  text-align: right;
}

#header address {
  position: absolute;
  top: 88px;
  left: 10px;
  font-style: normal;
  font-size: small;
  text-transform: uppercase;
  line-height: 1.25;
  color: #999999;
  background: transparent;
}

/* ナビゲーション
---------------------------------------------------- */
#navigation {
  position: static;
  top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  height: 0px;
}



/* ページ本体
---------------------------------------------------- */
#pagebody {
  clear: both;
  top: 100px;
  width: 768px;
  padding-left: 0px;
}

#page-title {
  font-style: normal;
  font-weight: bold;
  font-size: large;
  padding-top: 9px;
  padding-bottom: 15px;
  color: white;
  background: url(../img/ttl-back.jpg) no-repeat;
}

#page-title-old {
  font-weight: bold;
  font-size: large;
  padding-bottom: 10px;
  border-bottom:1px solid #cccccc;
}


/* コンテンツ
---------------------------------------------------- */
#content {
  width: 768px;
  padding-bottom: 3em;
  font-size: small;
  line-height: 1.6;
}

#content-right {
  float: right;
  width: 340px;
}

#content-left {
  float: left;
  width: 340px;
}

#content h1 {
  margin: 2em 0 0;
  font-weight: bold;
  font-size: medium;
  color: #063;
  background: transparent;
  padding-bottom: 5px;
  border-bottom:1px solid #cccccc;
}

#content .nomargin {
  margin: 0;
}

#content h1 img {
  vertical-align: bottom;
}

#content h2 {
  margin: 2em 0 0;
  font-size: small;
  font-weight: normal;
  color: #ff9900;
  background: transparent;
}

#content p {
}

#content .lead {
  font-size: small;
  line-height: 1.3;
  color: #063;
  background: transparent;
}

#content .date {
  color: #990;
  font-size: x-small;
}

#content h2+p {
  margin-top: 0.3em;
}

#content ul {
  margin-left: -15px;
  font-size: 75%;
}


/* フッタ
---------------------------------------------------- */
#footer {
  clear: both;
  width: 768px;
  margin: 0;
  padding: 1em 35px 1em 0;
  text-align: right;
  text-transform: uppercase;
  font-size: x-small;
  color: #990;
}

/* テーブル
---------------------------------------------------- */
th {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: small;
  font-weight: nomal;
  text-align: left;
  color: #063;
}

td {
  margin: 0;
  padding: 0;
  font-size: small;
}

.numeric {
	text-align:right;
}

.string {
	text-align:left;
}

.border {
  border-bottom: black dotted 1px;
}

.corner {
  border-bottom: black dotted 1px;
  border-right: black dotted 1px;
}

#content .lead td {
  line-height: 1.3;
  border-bottom: white solid 0px;
}
