/* ==========================================================================
   common
   ========================================================================== */
/* Reset
-------------------------------------------------- */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, address, img,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, main, article, section, aside {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: bottom; }

iframe {
  border: none; }

/* リストマークを非表示 */
ol, ul {
  list-style: none; }

ul.ul_normal {
  padding-left: 1.5em; }

/* 通常のリストスタイル */
ul.ul_normal li {
  list-style-type: disc; }

ol.ol_normal {
  padding-left: 1.5em; }

ol.ol_normal li {
  list-style-type: decimal; }

/* Setting
-------------------------------------------------- */
/* margin-top */
.mt0 {
  margin-top: 0px; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

/* margin-left */
.ml10 {
  margin-top: 10px; }

/* font-size */
.fs10 {
  font-size: 10px; }

.fs12 {
  font-size: 12px; }

.fs14 {
  font-size: 14px; }

.fs16 {
  font-size: 16px; }

/* text-align */
.txt_c {
  text-align: center; }

.txt_l {
  text-align: left; }

.txt_r {
  text-align: right; }

/* Clearfix
-------------------------------------------------- */
/* For modern browsers */
.clearfix:before, #content:before, .dl_set01 dl:before, .dl_set02 dl:before, .dl_set03 dl:before,
.clearfix:after,
#content:after,
.dl_set01 dl:after,
.dl_set02 dl:after,
.dl_set03 dl:after {
  content: "";
  display: table; }

.clearfix:after, #content:after, .dl_set01 dl:after, .dl_set02 dl:after, .dl_set03 dl:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.clearfix, #content, .dl_set01 dl, .dl_set02 dl, .dl_set03 dl {
  zoom: 1; }

/* font style
-------------------------------------------------- */
body {
  font: 14px "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif; }

a:link {
  color: #3264c8;
  text-decoration: none; }

a:hover {
  color: #dc3200;
  text-decoration: underline; }

a:visited {
  color: #326496;
  text-decoration: none; }

h1 {
  height: 50px;
  background: #009d73;
  padding-left: 20px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff; }

h2 {
  font-size: 18px;
  margin: 30px 0 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #009d73; }

h3 {
  font-size: 18px;
  color: #009d73;
  margin-bottom: 5px; }

h4 {
  margin-bottom: 5px; }

h6 {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c8c8c8; }

p {
  line-height: 1.8em; }

strong {
  font-size: 18px;
  color: #009d73; }

sup {
  font-size: 0.6em; }

#toiawase img {
  vertical-align: middle; }

/* header
-------------------------------------------------- */
#include_header,
#include_header_en,
#include_header_shanghai,
#include_headerxian {
  border-bottom: 1px solid #c8c8c8; }

header {
  position: relative;
  height: 120px; }

#logo a {
    position: relative;
    top: 10px;
    width: 261px;
    height: 119px;
    overflow: hidden;
    display: block;
    background: url(../img/logo.jpg) no-repeat;
    padding-top: 0px; }
#sub_nav {
    padding-top: 0px;
    margin-left:500px;
    float: left; }
#sub_nav li {
      font-size: 12px;
      text-align: left;
      color: #969696; }
#sub_nav li a {
        color: #969696; }
#main_nav {
    clear: right;
    float: right;
    margin-top: 10px; }
#main_nav li {
      float: left;
      font-size: 14px;
      border-right: solid 1px #000;
      padding: 0 15px; }
#main_nav li a {
        color: #000; }
        
#top_pic {
    width: 86px;
    height: 115px;
    display: block;
    position: absolute;
    background: url('../img/tower.jpg') no-repeat scroll 0% 0% transparent;
    margin-top: 10px;
}

/* footer
-------------------------------------------------- */
.banner {
  text-align: center; }
  .banner img {
    margin: 12px 3px 0;
    vertical-align: middle; }

#mark {
  margin-top: 30px;
  text-align: center; }
  #mark table {
    margin: 0 auto;
    font-size: 9px;
    border-collapse: separate;
    border-spacing: 10px; }
    #mark table th {
      vertical-align: middle; }

footer {
  margin-top: 40px;
  padding: 40px 0;
  border-top: solid 1px #c8c8c8;
  text-align: center; }
  footer .company_name {
    font-weight: bold; }
  footer .address {
    margin-top: 5px;
    font-size: 12px; }
  footer .footer_menu1 {
    margin-top: 20px; }
    footer .footer_menu1 a {
      color: #000; }
  footer .footer_menu2 {
    margin-top: 5px;
    font-size: 12px; }
    footer .footer_menu2 a {
      color: #969696; }
  footer .copyright {
    display: block;
    margin-top: 20px; }

/* Alert
-------------------------------------------------- */
.alert {
  width: 100%;
  padding: 10px;
  background-color: #64788c;
  color: #fff;
  line-height: 1.5em;
  text-align: center;
  border-bottom: solid 1px #fff;
  font-size: 14px; }

/* content area
-------------------------------------------------- */
#pankuzu {
  margin-top: 20px;
  font-size: 12px; }
  #pankuzu .home {
    background: url(../img/icon-home.png) no-repeat;
    padding-left: 16px; }
  #pankuzu a {
    color: #000; }

#container {
  background: #fff;
  overflow-x: hidden; }

.wrap {
  width: 960px;
  margin: 0 auto; 
  overflow: hidden;
}

.inner {
  margin: 30px 20px; }

.inner2 {
  margin: 20px; }

.inner_border{
  border: 1px solid #c8c8c8; 
  width:698px;
}

h1.border{
  border: 1px solid #c8c8c8;
  text-align:left;
}

#content {
  margin-top: 40px; }
  #content .main_content {
    float: left;
    width: 700px;
    padding-right: 18px;
    border-right: 1px solid #c8c8c8; }
  #content aside {
    float: right;
    width: 290px;
    font-size: 16px; }
    #content aside li {
      height: 50px;
      line-height: 50px;
      padding-left: 20px; }
    #content aside li.active {
      background: #f0f0f0; }
    #content aside li a {
      color: #000; }

/* style set
-------------------------------------------------- */
/* dl set */
.dl_set01 {
  min-height: 300px; }
  .dl_set01 dl {
    background: #fff;
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: dotted 1px #c8c8c8;
    font-size: 14px; }
    .dl_set01 dl dt {
      float: left;
      width: 125px;
      margin-top: 5px;
      color: #969696; }
    .dl_set01 dl dd {
      float: left;
      width: 450px;
      margin-top: 5px;
      word-wrap: break-word; }
      .dl_set01 dl dd a {
        color: #000; }

/* 沿革に使用 */
.dl_set02 dl {
  background: #fff;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: dotted 1px #c8c8c8;
  font-size: 14px; }
  .dl_set02 dl dt {
    float: left;
    width: 95px;
    margin-top: 5px;
    color: #969696; }
  .dl_set02 dl dd {
    float: left;
    width: 480px;
    margin-top: 5px;
    word-wrap: break-word; }
    .dl_set02 dl dd a {
      color: #000; }

.dl_set03 dl {
  background: #fff;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: dotted 1px #c8c8c8;
  font-size: 14px; }
  .dl_set03 dl dt {
    float: left;
    width: 135px;
    margin-top: 5px;
    color: #969696; }
  .dl_set03 dl dd {
    float: left;
    width: 440px;
    margin-top: 5px;
    word-wrap: break-word; }
    .dl_set03 dl dd a {
      color: #000; }

.ul_set01 {
  min-height: 300px; }
  .ul_set01 li {
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: dotted 1px #c8c8c8;
    font-size: 14px;
    word-wrap: break-word; }
    .ul_set01 li a {
      color: #000; }

/* table set */
table.table_set01 th {
  width: 140px;
  background: #f0f0f0;
  padding: 15px 10px;
  border: 1px solid #c8c8c8;
  text-align: right; }
table.table_set01 td {
  width: 454px;
  padding: 15px 10px;
  border: 1px solid #c8c8c8; }

/* btn */
.btn_more {
  background: #f0f0f0;
  padding: 8px;
  text-align: center; }
  .btn_more:hover {
    background: #e6e6e6; }
  .btn_more a {
    display: block;
    color: #646464;
    text-decoration: none; }
