@charset "Shift_JIS";

/* ■ページ構造 */

body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header1 {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  float: left;
}
#header1_left {
  width: 200px;
  float: left;
}
#header1_center {
  width: 245px;
  float: left;
}
#header1_right {
  width: 315px;
  float: left;
}
#header2 {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  float: left;
}
#header2_left {
  width: 100px;
  float: left;
}
#header2_center {
  width: 60px;
  float: left;
}
#header2_right {
  width: 600px;
  float: left;
}
#contents {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  float: left;
}
#main_left {
  width: 250px;
  margin: 4px;
  float: left;
}
#main_center {
  width: 380px;
  margin: 4px;
  float: left;
}
}
#main_right {
  width: 100px;
  float: left;
}
#footer {
  clear: both;
}

/* ■色等 */

body {
  line-height: 1.5;
  background-color: #C8E0E0;
}
h1 {
  margin-bottom: 0;
  padding-left: 0.5em;
  font-size: x-large;
  color: #000000;
  background-color: #009000;
}
p {
  margin-top: 0;
  padding: 0;
  line-height: 1.5;
  color: #000000;
  background-color: #C8E0E0;
}
#wrapper {
  color: #000000;
  background: #C8E0E0;
}
#header_left {
  color: #000000;
  background-color: #C8E0E0;
}
#header_center {
  color: #000000;
  background-color: #C8E0E0;
}
#header_right {
  color: #0000ff;
  background-color: #C8E0E0;
}
#footer {
  color: #fff;
  background: #ccc;
}
em {
  font-style: normal;
  font-weight: bold;
  color: #0000ff;
  background-color: transparent;
}

/* ■行揃え */

.left { text-align: left }
.center { text-align: center }
.right { text-align: right }

/* ■垂直配置 */
.top { vertical-align: top }
.middle { vertical-align: middle }
.bottom { vertical-align: bottom }

/* ■文字サイズ等 */
.size1 { font-size: xx-small }
.size2 { font-size: x-small }
.size3 { font-size: small }
.size4 { font-size: medium }
.size5 { font-size: large }
.size6 { font-size: x-large }
.size7 { font-size: xx-large }
.bold { font-weight: bold }
.enhance {
  font-weight: bold;
  color: #0000ff;
}

/* ■リンク */

a:link {
  color: #339900;
  background-color: #C8E0E0;
  padding: 0.5em;
}
a:visited {
  color: #999999;
  background-color: #C8E0E0;
  padding: 0.5em;
}
a:hover {
  color: #ff6600;
  background-color: #00ccff;
  padding: 0.5em;
}
a:active {
  color: #ff6600;
  background-color: #00ccff;
  padding: 0.5em;
}
.navigation { text-align: center }

/* ■リスト */

.list00 { list-style-type: none }
.list01 { list-style-type: disc }
.list02 { list-style-type: circle }
.list03 { list-style-type: square }

.list11 { list-style-position: inside }
.list12 { list-style-position: outside }

/* ■1行目インデント */

.indent1 { text-indent: 1em }
.indent2 { text-indent: 2em }

/* ■上詰め */

.upper-1 {
  position: relative;
  top: -1.5em;
}

/* ■上の間隔あけ */

.upper1 {
  position: relative;
  top: 1.2em;
}

.upper2 {
  position: relative;
  top: 3em;
  
}
.upper3 {
  position: relative;
  top: 4.5em;
}

/* ■ボーダーなし */

.noboder { border: none }