@import url("plugin.css");
body {
 background-color:#4682B4;
	background-image:url(body_bg.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
  background-position: 0% 0%;
  font-family: 'メイリオ',Meiryo,arial, sans-serif;
  color: #444;
  font-size: 13px;
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

a:link {
  color: #528B8B;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: #367ea6;
  text-decoration: underline;
}

#wrapper {
  width: 780px;
  background-color: #fff;
  border-top-style: solid;
  border-top-color: #a1a1a1;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #a1a1a1;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-color: #a1a1a1;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-color: #a1a1a1;
  border-left-width: 1px;
  text-align: left;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  border:none;
}

h1 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#content {
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #fff;
  border-top-style: solid;
  border-top-color: #eee;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #eee;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-color: #eee;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-color: #eee;
  border-left-width: 1px;
  padding-top: 0;
  padding-bottom: 5px;
}

#body {
  line-height: 1.5em;
  width: 100%;
  word-break: normal;
}

#body p {
}

#body h2 {
  line-height: 1em;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 0;
  background-color: transparent;
  background-image: url('h2.png');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color: #fff;
  text-align: left;
  font-size: 18px;
}

#body h3 {
  line-height: 1em;
  margin-top: 15px;
  background-color: transparent;
  background-position: 0% 0%;
  color: #555;
  text-align: left;
  font-size: 16px;
  margin:20px 0 5px;
  padding:8px 5px;
  border-bottom:#666 solid 1px;
}

#body h4 {
  line-height: 1em;
padding:0px 20px 0px 10px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
  background-color: transparent;
  border-left:10px solid #00688B;
  color: #00688B;
  text-align: left;
  font-size: 14px;
}

#body ul.list1 {
  padding-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 16px;
  list-style-image: url(list_list1.png);
}

#body ul.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list2.png);
}

#body ul.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-image: url(list_list3.png);
}

.style_table {
  margin-right: auto;
  margin-left: auto;
  background-color: #ccc;
  text-align: left;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.style_th {
  color: inherit;
  font-weight: bold;
  background-color: #f3f3f3;
  text-align: center;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.style_td {
  color: inherit;
  background-color: #fff;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

blockquote {
  padding-left: .3em;
  margin-top:0;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
}
blockquote p {
margin-top:0;
}

div.img_margin_left {
margin:0 2em 0 0;
}

dd {
  margin-top: 2px;
  margin-left: 20px;
  margin-right: 0;
  margin-bottom: 5px;
}

em {
  font-style: italic;
}

hr {
  border-top-width: 2px;
  border-top-color: #999;
  border-top-style: solid;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

img {
  vertical-align: middle;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  background-color: #fff;
  border-top-width: 1px;
  border-top-color: #666;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-color: #889;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #889;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-color: #666;
  border-left-style: solid;
  color: #444;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: .5em;
  padding-left: .5em;
  padding-right: .5em;
  padding-bottom: .5em;
}

strong {
  font-weight: 700;
}

div.ie5 {
  text-align: center;
}

span.handline {
  padding-bottom: .2em;
  background-image: url(line.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

span.noexists {
  color: #33f;
  background-color: #fffacc;
}

span.noexists a {
  color: #33f;
}

span.size1 {
  font-size: xx-small;
}

span.size2 {
  font-size: x-small;
}

span.size3 {
  font-size: small;
}

span.size4 {
  font-size: medium;
}

span.size5 {
  font-size: large;
}

span.size6 {
  font-size: x-large;
}

span.size7 {
  font-size: xx-large;
}

tfoot td.style_td {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

tfoot th.style_th {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

thead td.style_td {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

thead th.style_th {
  color: inherit;
  background-color: #eee;
  border-top-color: #333;
  border-bottom-color: #333;
  border-right-color: #333;
  border-left-color: #333;
}

#body del {
  color: #444;
}

#body h1 {
  line-height: 1em;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

#body h1 a {
  text-decoration: none;
}

#body h2 a {
  color: #fff;
  text-decoration: none;
}

#body h2 a:hover {
  color: #333;
  text-decoration: none;
}

#body h2.calender {
  color: #367ea6;
  font-size: 14px;
  border-left-width: 5px;
  border-left-color: #367ea6;
  border-left-style: solid;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

#body h2.calender a {
  color: #367ea6;
  text-decoration: none;
}

#body h2.calender a:hover {
  color: #367ea6;
  text-decoration: underline;
}

#body h3 a {
  color: #555;
  text-decoration: none;
}

#body h3 a:hover {
  color: #009ACD;
  text-decoration: none;
}

#body h4 a {

  color: #00688B;
  text-decoration: none;
}

#body h4 a:hover {
  color: #999;
  text-decoration: none;
}

#body input {
  line-height: 1em;
}

#body ol.list1 {
  padding-left: 16px;
  margin-left: 16px;
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-type: decimal;
}

#body ol.list2 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-type: lower-roman;
}

#body ol.list3 {
  padding-left: 16px;
  margin-left: 16px;
  list-style-type: lower-alpha;
}

#body strong {
  font-weight: 700;
}

#body strong a {
  font-weight: 700;
}

#body table {
  max-width: 100%;
  word-break: normal;
  word-wrap: break-word;
  border-top-color: #666;
  border-bottom-color: #666;
  border-right-color: #666;
  border-left-color: #666;
}

#body textarea {
  max-width: 100%;
}

#body ul {
  margin-top: 5px;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 5px;
}

#body ul ul {
  margin-left: 30px;
}

#content h2.title {
  text-align: right;
  font-size: 10px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 5px;
}

#content h2.title a {
  text-decoration: none;
}

#content h2.title a:hover {
  text-decoration: none;
}

#copyright {
  text-align: center;
  font-size: 11px;
}

#copyright p {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#header {
  background-color: transparent;
  background-image: url(header.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0 0;
}

#header a {
  text-decoration: none;
}

#lastmodified {
  text-align: right;
  color: #777;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#logo {
  text-align: center;
  font-size: 25px;
  background-color: #fff;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#logo a {
  text-decoration: none;
  color: #630;
}

#logo a:hover {
  text-decoration: none;
  color: #ccc;
}

#logo img {
  width: 780px;
}

#logo_text a {
  text-decoration: none;
  color: #494141;
  font-size: 28px;
}

#note {
  padding-bottom: 5px;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  border-bottom-style: solid;
}

#summary {
  clear: both;
  padding-left: 5px;
  color: #666;
  border-left-width: 4px;
  border-left-color: #999;
  border-left-style: solid;
  margin-top: 45px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

#wrap_content {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.bar {
  line-height: 1.3em;
  word-break: normal;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.bar a {
  color: #666;
}

.bar div.jumpmenu {
  display: none;
}

.bar h1 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.bar h2 a {
  display: block;
  width: 100%;
  color: #666;
  text-decoration: none;
  margin-top: 0px;
  margin-left: -7px;
  margin-right: -2px;
  margin-bottom: -1px;
  padding-top: 0px;
  padding-left: 7px;
  padding-right: 2px;
  padding-bottom: 1px;
}

.bar h3 a {
  display: block;
  width: 100%;
  color: #367ea6;
  text-decoration: none;
  margin-top: -0;
  margin-left: -10px;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h4 a {
  display: block;
  width: 100%;
  color: #666;
  text-decoration: none;
  margin-top: 0;
  margin-left: -23px;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 0;
  padding-bottom: 0;
}

.bar h5 {
  line-height: 30px;
  font-size: 1.2em;
  text-align: left;
  font-weight: 700;
  color: #666;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar h5 a {
  display: block;
  width: 100%;
  color: #666;
  text-decoration: none;
  margin-top: 0;
  margin-left: -5px;
  margin-right: -2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar h5 a:hover {
  color: #367ea6;
  text-decoration: none;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 2px;
  padding-bottom: 0;
}

.bar img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.bar li {
  list-style-type: none;
}

.bar ul {
  line-height: 1.5em;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 2px;
  padding-bottom: 5px;
}

.bar ul.list1 li {
  margin-left: 2em;
}

.bar ul.list2 li {
  margin-left: 3em;
}

.bar ul.list3 li {
  margin-left: 4em;
}

.small {
  font-size: 80%;
}

#headcopy {
  margin-left:auto;
  margin-right:auto;
  padding:2px;
  text-align:left;
  width: 780px;
}

#land_topbar {
  height: 40px;
  background-color: transparent;
  background-image: url(topbar_bg.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

#land_topbar a {
  color: #ccc;
  text-decoration: none;
}

#land_topbar p {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0px;
}

#land_topbar a:hover {
  color: #999;
  background-color: transparent;
}

#land_navi2 {
  color: inherit;
  text-align: center;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  background-color: transparent;
  clear: both;
  width: 100%;
}

#land_navi2 a {
}

#land_footer {
  color: #666;
  background-color: #E7E7DF;
  background-image: url(footer_bg.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0 0;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
}

#land_footer a:hover {
  background-color: transparent;
  color: #999;
}

