@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

html, body, div#container {
  min-height: 100vh; }

body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  border-style: none; }

a {
  color: #543379;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #543379;
    text-decoration: underline; }
  a:active, a:visited {
    color: #543379; }

.clearFix {
  display: inline-block;
  min-height: 1%;
  display: block; }
  .clearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 1px;
    visibility: hidden; }
  * html .clearFix {
    height: 1%; }

.left {
  float: left; }

.right {
  float: right; }

.txtAC {
  text-align: center; }

.txtAR {
  text-align: right; }

#container {
  width: 1070px;
  margin: 0 auto; }
  #container .newsRed {
    color: #C00;
    font-weight: bold; }

#left_side {
  width: 240px;
  float: left;
  color: #271C35;
  background: #ECE6DA; }
  #left_side h1 {
    text-align: center;
    padding: 48px 0;
    background: url(../common_img/shadow01.png) repeat-x bottom center #FFF; }
  #left_side .info {
    background: url(../common_img/shadow02.png) repeat-x top center #ECE6DA;
    padding: 15px 10px; }
    #left_side .info dt {
      margin-bottom: 5px; }
      #left_side .info dt:first-child {
        font-size: 14px; }
    #left_side .info dd {
      border-bottom: 1px solid #C2BFB9;
      padding-bottom: 10px; }
      #left_side .info dd:first-of-type {
        margin-bottom: 15px;
        border-top: 1px solid #C2BFB9;
        padding-top: 10px; }
    #left_side .info dl {
      overflow: hidden; }
      #left_side .info dl dt {
        font-size: 13px;
        margin-bottom: 0;
        color: #FFF;
        background: #AA9264;
        width: 3.0em;
        text-align: center;
        float: left; }
      #left_side .info dl dd {
        border-top: none;
        border-bottom: none;
        padding: 0 0 0 3.5em; }
    #left_side .info .btn {
      margin-top: 10px;
      background: #FFF; }
      #left_side .info .btn a {
        display: block;
        padding: 10px;
        background: #F9F8F4;
        text-align: center;
        border: 1px solid #BDAA86;
        text-align: center;
        color: #39284C; }
        #left_side .info .btn a:hover {
          text-decoration: none; }
        #left_side .info .btn a span {
          background: url(../common_img/ico_map.gif) no-repeat left center;
          padding-left: 15px; }
  #left_side .bnr {
    padding: 0 10px 30px 10px;
    clear: both; }

#gNav {
  background: #FFF; }
  #gNav li {
    height: 49px;
    border-top: 1px solid #AD9FCE; }
    #gNav li:first-child {
      border-top: none; }

#right_side {
  width: 800px;
  float: right; }
  #right_side .submenu {
    width: 146px;
    float: right;
    overflow: hidden; }
    #right_side .submenu .left {
      margin: 5px 10px; }
  #right_side .font_size {
    overflow: hidden; }
    #right_side .font_size span {
      float: left;
      margin: 5px 10px; }
    #right_side .font_size ul {
      overflow: hidden; }
      #right_side .font_size ul li {
        float: left; }
        #right_side .font_size ul li a {
          display: block;
          width: 14px;
          height: 14px;
          padding: 4px;
          background: #805EA8;
          text-align: center; }
          #right_side .font_size ul li a.textresizer-active {
            background: #56357B; }
  #right_side #main {
    clear: both; }
  #right_side .pankuzu {
    margin: 20px 0 15px; }
    #right_side .pankuzu ul {
      overflow: hidden; }
      #right_side .pankuzu ul li {
        float: left;
        margin-right: 0.5em; }
        #right_side .pankuzu ul li a {
          color: #333;
          text-decoration: underline; }
  #right_side .minH {
    width: 800px;
    min-height: 530px; }
  #right_side #contents {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px; }
    #right_side #contents .page_title {
      padding: 33px 0;
      border-top: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      margin-bottom: 20px; }
    #right_side #contents .title {
      background: #EBE5DA;
      border-top: 4px solid #56357B;
      padding: 15px; }
      #right_side #contents .title a {
        float: right;
        background: url(../common_img/arrow01.gif) no-repeat left center;
        padding-left: 13px;
        font-size: 14px;
        text-decoration: underline;
        color: #333; }
      #right_side #contents .title h3 {
        font-size: 16px;
        font-weight: bold; }
  #right_side #footer {
    clear: both;
    border-top: 1px solid #CCC;
    padding: 20px 0; }
    #right_side #footer .footer_menu {
      overflow: hidden;
      padding-bottom: 20px;
      border-bottom: 3px solid #56357B; }
      #right_side #footer .footer_menu li {
        float: left;
        font-size: 12px;
        margin: 0 8px 0 9px; }
        #right_side #footer .footer_menu li a {
          color: #333;
          background: url(../common_img/arrow02.gif) no-repeat left center;
          padding-left: 10px; }
    #right_side #footer .copyright {
      color: #535353;
      font-size: 11px;
      text-align: center;
      padding: 20px 0; }
      #right_side #footer .copyright address {
        font-style: normal; }
