@charset "UTF-8";
/* site */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  font-family: "Lucida Grande", Tahoma, Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-size: 80%;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  background: white;
  background: url("../assets/templates/images/ja/bg_image.png") repeat-x;
  /*border-top: solid 6px #00780a;*/ }

a {
  color: #333333; }
  a:hover {
    color: #666666; }

.wrapper, #wrapper {
  width: 1101px;
  margin: 0 auto;
  text-align: left;
  position: relative; }

#container {
  margin-top: 40px; }

.bl {
  text-align: left;
  display: block;
  text-indent: -999em;
  overflow: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*￥*// */
  height: auto;
  overflow: hidden;
  /* */ }

#header {
  margin-bottom: 30px;
  z-index: 1; }
  #header li {
    list-style: none; }
  #header h1 {
    margin-bottom: 20px; }
    #header h1 a {
      background: url("../assets/templates/images/ja/main.png") no-repeat;
      width: 1100px;
      height: 286px; }
  #header .top {
    position: relative;
    background: url("../assets/templates/images/ja/header.png") no-repeat;
    width: 1100px;
    height: 86px; }
    #header .top .logo {
      position: absolute;
      left: 0;
      bottom: 9px;
      width: 420px;
      height: 40px; }
    #header .top .logo a {
      width: 420px;
      height: 40px; }
    #header .top .info {
      position: absolute;
      right: 0;
      bottom: 9px;
      width: 151px;
      height: 13px; }
      #header .top .info li {
        float: right; }
        #header .top .info li.hope a {
          width: 62px;
          height: 13px; }
        #header .top .info li.sitemap {
          margin-right: 12px; }
          #header .top .info li.sitemap a {
            width: 77px;
            height: 13px; }
  #header p {
    font-size: 130%; }
    #header p img {
      float: right; }
#footer {
  text-align: center;
  padding: 20px 0;
  color: #333333;
  background: white; }
  #footer a {
    color: #333333;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .copyright {
    margin-top: 20px;
    font-size: 90%;
    color: #333333;
    border-top: 1px solid;
    padding-top: 10px; }

#navi {
  margin-bottom: 8px;
  margin-top: 1px; }
  #navi li {
    float: left; }
  #navi li a {
      height: 43px;
      /*width: 90px;*/ }
    #navi li.i1 a {
      width: 367px;
      background-position: 0x 0px; }
      #navi li.i1 a:hover {
        background-position: 0px -43px; }
      #navi li.i1 a:active {
        background-position: 0x 0px; }
    #navi li.i2 a {
      width: 432px;
      background-position: -367px 0px; }
      #navi li.i2 a:hover {
        background-position: -367px -43px; }
      #navi li.i2 a:active {
        background-position: -367px 0px; }
    #navi li.i3 a {
      width: 301px;
      background-position: -799px 0px; }
      #navi li.i3 a:hover {
        background-position: -799px -43px; }
      #navi li.i3 a:active {
        background-position: -799px 0px; }
  #navi a {
    background: url("../assets/templates/images/ja/navi.png"); }

#container #side {
  float: left;
  width: 220px; }
  #container #side .banner li {
    margin-bottom: 10px; }

#container #content {
  float: right;
  width: 860px; }
  #container #content h3, #container #content h4, #container #content h5 {
    margin-top: 1em;
    margin-bottom: 1em; }
  #container #content h3 {
    font-size: 130%;
    border-left: 5px solid #0041a5;
    padding-left: 5px;
    color: #0041a5; }
  #container #content h4 {
    color: #0041a5; }
  #container #content h5 {
    color: #0041a5; }
  #container #content p {
    margin: 10px 0; }
  #container #content img {
    margin: 10px; }
  #container #content ul, #container #content ol {
    margin: 10px 15px 10px 35px; }
    #container #content ul li, #container #content ol li {
      margin-bottom: 5px; }
  #container #content ul {
    list-style: disc; }
  #container #content ol {
    list-style: decimal; }
  #container #content dl {
    margin: 10px 0 10px 20px; }
  #container #content dt {
    font-weight: bolder;
    color: #0041a5; }
  #container #content dd {
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dddddd; }
  #container #content table {
    width: 854px;
    border: 3px solid #00780a;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    table-layout:fixed;
    word-wrap: break-word; }
  #container #content th, #container #content td {
    padding: 4px 6px; }
  #container #content th {
    color: #333333;
    background: #f0f7f0;
    border-width: 1px;
    border-style: solid;
    border-color: #00780a;
    text-align: left;
    padding: 10px 10px; }
  #container #content td {
    border-width: 1px;
    border-style: solid;
    border-color: #00780a;
    background-color: white;
    vertical-align: top;
    text-align: left;
    padding: 10px 0px; }
    #container #content td{
      text-align: left;
      padding-left: 10px;
      padding-right: 10px;
    }
  #container #content dl.topics {
    margin: 10px 5px 5px; }
    #container #content dl.topics dt {
      margin: 0;
      padding: 0;
      float: left;
      width: 120px;
      font-weight: normal; }
    #container #content dl.topics dd {
      margin: 0;
      padding: 0;
      float: left;
      width: 430px; }
  #container #content .archive_link {
    text-align: right;
    margin-right: 10px; }
  #container #content .top_figure {
    float: left; }

/*↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓IE8以下で無効↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/

  #container #content table.showlist{
	width: 854px;
    border: 1px solid #00780a;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    table-layout:fixed;
	}
  #container #content table.showlist tr:nth-child(odd) td {
	border-width: 1px;
    border-style: solid solid none;
    border-color: #00780a;
    background-color: white;
    vertical-align: top;
    text-align: center;
    padding: 10px;
	}
  #container #content table.showlist tr:nth-child(even) td {
	border-width: 1px;
    border-style: none solid solid;
    border-color: #00780a;
    background-color: white;
    vertical-align: top;
    text-align: left;
    padding: 10px;
	}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑IE8以下で無効↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑*/


/*------------------------------------------------------------*/
#container #content h2.title {
      font-size: 230%;
      font-weight: bold;
      padding: 7px 7px 7px 7px;
      color: #E95513;
      background: #FFE8C2;
}

#container #content .inner {
    /*width: 1101px;*/
    margin: 0 auto; }
#container #content .inner h2 {
      margin-bottom: 14px;
      color: #E50012;
      font-size: 180%;
      font-weight: bold; }
#container #content .inner h3 {
      color: white;
      border-left: none;
      /*background: #00780a;*/
      background: #336CC7;
      /*font-size: 20px;*/
      font-size: 16px;
      line-height: 38px;
      /*margin-bottom: 20px;*/
      margin-bottom: 14px; }
#container #content .inner dl {
      margin-bottom: 15px; }
#container #content .inner dt {
      /*margin-left: 200px;*/
      list-style-type: disc;
      text-align: left;
      float: left;
      /*width: 160px;*/
      width: 80px;
      color: black;
      display: list-item;; }
#container #content .inner dd {
      margin: 0;
      padding: 0;
      border: none;
      text-align: left;
      float: left;
      width: 740px;
      float: left; }
#container #content .inner ul {
      margin: 0;
      padding: 0;
      /*margin-left: 200px;*/
      margin-left: 20px;
      text-align: left;
      list-style-type: disc; }

/*------------------------------------------------------------*/
#container #content #breadcrumb {
  margin: 0px 0 20px 20px;
  margin-bottom: 10px;
  font-size: 110%; }
  #container #content #breadcrumb li {
    padding: 0 5px 0 0;
    margin: 0;
    list-style-type: none;
    background: none;
    float: left; }
    #container #content #breadcrumb li:after {
      content: " > "; }
    #container #content #breadcrumb li.last:after {
      content: ""; }
    #container #content #breadcrumb li:last-child:after {
      content: ""; }

.blue{
  color: #0c5fd2;
}

.table_title{
  font-weight:bold;
}

.top_right{
  text-align: right;
  font-size: 90%!important;
}
.top_right a{
  text-decoration: none;
}
