@charset "UTF-8";
/*------------------------------
≫スタイルのリセット
≫基本指定
≫ヘッダー
≫フッター

≫コンテンツ
	＞1カラム
		>ログイン
	＞2カラム
		>サブエリア
		>メインエリア

≫共通指定
	＞見出し指定
	＞テキスト指定
	＞アイコン指定
	＞テーブル指定
	＞ブロック指定
	＞リスト指定
	＞ボタン指定
	＞form指定
	＞装飾指定

≫clearfix指定
------------------------------*/
/* ==========================================================================
スタイルのリセット
=========================================================================== */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  /*vertical-align: baseline;*/ }

:focus {
  outline: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0; }

figure {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* ==========================================================================
基本指定
=========================================================================== */
html {
  color: #333; }

body {
  margin: 0;
  padding: 0 0 0 0;
  font-family: "メイリオ", Meiryo, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 13px;
  line-height: 1.5;
  background-color: #fff; }

a {
  color: #006633; }

a:hover {
  color: #800080;
  text-decoration: none; }

a:active,
a:focus {
  outline: 0; }

/* ==========================================================================
ヘッダー
=========================================================================== */
header {
  width: 100%;
  min-width: 768px;
  top: 0;
  left: 0;
  height: 96px;
  z-index: 9999 !important;
  border-top: 4px solid #1F5A2D;
  /*border-bottom:1px solid #CCC;*/
  background-color: #FFF; }
  header #headArea {
    height: 53px;
    border-bottom: 1px solid #799E9C; }
    header #headArea h1 {
      float: left;
      width: 231px;
      margin: 2px 0 0 10px;
      padding: 0; }
      header #headArea h1 a {
        display: inline; }
    header #headArea #InfoArea {
      float: left;
      width: 580px;
      background-color: #FFF;
      padding: 2px 8px;
      font-size: 93%;
      margin-top: 15px; }
    header #headArea .linkArea {
      width: 200px;
      float: right;
      text-align: right;
      margin: 15px 10px 0 0; }
      header #headArea .linkArea li {
        display: inline-block;
        border-left: 1px solid #799E9C; }
        header #headArea .linkArea li a {
          padding: 0 10px;
          font-size: 93%; }
  header #InfoArea {
    background-color: #FFF;
    padding: 2px 8px;
    font-size: 93%;
    height: 22px; }

/* --------------------------------------------------------------
グローバルナビ
-------------------------------------------------------------- */
header nav {
  /*	background:url(../Images/bg_navi_normal.gif) repeat-x left top;*/
  height: 40px;
  min-width: 768px; }
  header nav > ul {
    padding: 0;
    margin: 0 -2px 0 0;
    letter-spacing: -.40em;
    /*	background:url(../Images/bg_navi_line.gif) no-repeat left top;*/
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC; }
    header nav > ul > li {
      display: inline-block;
      display: -moz-inline-box;
      /*for Firefox 2*/
      *display: inline;
      /*for ie5～7*/
      *zoom: 1;
      /*for ie5～7*/
      *float: left;
      text-align: center;
      letter-spacing: normal;
      height: 40px;
      line-height: 40px;
      border-right: 1px solid #CCC;
      min-width: 150px;
      background: url(../Images/bg_arrow_off.gif) no-repeat right bottom; }
      header nav > ul > li > a {
        padding: 0 20px;
        color: #006633;
        font-size: 116%;
        min-width: 150px;
        text-decoration: none;
        display: inline-block; }
  header nav li.active {
    color: #FFF;
    background-color: #799E9C;
    background: #799E9C url(../Images/bg_arrow_on.gif) no-repeat right bottom; }
    header nav li.active a {
      color: #FFF; }
      header nav li.active a:hover {
        color: #006633;
        background: #efeee8 url(../Images/bg_arrow_off.gif) no-repeat right bottom; }

ul.submenu {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 1; }
  ul.submenu li {
    /*display:inline-block;*/
    display: -moz-inline-box;
    /*for Firefox 2*/
    *display: inline;
    /*for ie5～7*/
    *zoom: 1;
    /*for ie5～7*/
    text-align: center;
    letter-spacing: normal;
    float: none;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCC;
    min-width: 150px;
    background: #FFFFFF url(../Images/bg_arrow_off.gif) no-repeat right bottom; }
    ul.submenu li a {
      padding: 0 20px;
      color: #006633;
      font-size: 116%;
      text-decoration: none;
      display: inline-block; }
      ul.submenu li a:hover {
        color: #006633;
        background: #efeee8 url(../Images/bg_arrow_off.gif) no-repeat right bottom; }

/* ==========================================================================
フッター
=========================================================================== */
footer {
  width: 100%;
  min-width: 768px;
  background-color: #799E9C;
  padding: 14px 0 10px;
  color: #FFF; }
  footer .copy {
    text-align: right;
    padding: 0 10px 0 0; }

.verBlock {
  text-align: right;
  padding-right: 10px;
  color: #727171;
  font-size: 80%; }

/* ==========================================================================
コンテンツ
=========================================================================== */
#contents {
  width: 98.6%;
  margin: 0;
  padding: 0 0.7% 0 0;
  position: relative; }
  #contents p {
    margin: 0 0 5px 0; }

/*ページトップへ*/
.pageTop {
  text-align: right;
  padding: 50px 0 25px 0; }
  .pageTop a {
    background: url(../Images/ico_arrow_top01.gif) no-repeat left 50%;
    font-size: 93%;
    padding-left: 12px; }

/* --------------------------------------------------------------
1カラム
-------------------------------------------------------------- */
#columnOne {
  margin: 0 auto;
  width: 90%;
  min-width: 768px;
  padding-top: 10px; }

/* --------------------------------------------------------------
2カラム
-------------------------------------------------------------- */
#columnTwo {
  /*margin:0 -4% 0 0;*/
  width: 100%;
  min-width: 768px;
  background: url(../Images/bg_content.gif) repeat-y left top; }

/* -------- サブエリア -------- */
#columnTwo #subArea {
  width: 199px;
  margin: 0 15px 0 0;
  float: left;
  border-right: 1px solid #CCC;
  /* サブメニュー */ }
  #columnTwo #subArea .boxBnr01 {
    text-align: center; }
  #columnTwo #subArea h2 {
    font: 0;
    line-height: 0; }
  #columnTwo #subArea .subMenu01 {
    margin-bottom: 15px; }
    #columnTwo #subArea .subMenu01 li {
      padding: 0;
      margin: 0;
      font-size: 0;
      line-height: 0; }

/* -------- メインエリア -------- */
#columnTwo #mainArea {
  overflow: hidden;
  padding-top: 10px; }

#mainArea {
  padding-top: 10px;
  padding-left: 15px; }

/* ==========================================================================
共通指定
=========================================================================== */
/* --------------------------------------------------------------
見出し指定
-------------------------------------------------------------- */
.h_boxGreenLine01 {
  border: 1px solid #CCC;
  border-left: 5px solid #006633;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  font-size: 108%;
  font-weight: bold; }

.h_GreenLine01 {
  border-left: 5px solid #006633;
  padding: 1px 5px;
  margin: 0 0 5px 0;
  font-size: 108%;
  font-weight: bold; }

.h_GrayLine01 {
  border-left: 5px solid #CCC;
  padding: 1px 5px;
  margin: 0 0 5px 0;
  font-size: 108%;
  font-weight: bold; }

.h_GrayLine02 {
  border-left: 5px double #CCC;
  padding: 0 5px;
  margin: 0 0 5px 0;
  font-weight: bold; }

.h_GrayLine03 {
  border-left: 5px double #CCC;
  padding: 0 5px;
  margin: 0 0 5px 0; }

/* --------------------------------------------------------------
テキスト指定
-------------------------------------------------------------- */
.txtRed01 {
  color: #cc0000; }

.txtGreen01 {
  color: #799E9C; }

.txtGreen01 {
  color: #535b0b; }

.txtBold {
  font-weight: bold; }

.txtNormal {
  font-weight: normal !important; }

.txtNote01 {
  font-size: 77%; }

.txtNote02 {
  color: #848484; }

.txtAlR {
  text-align: right !important; }

.txtAlL {
  text-align: left !important; }

.txtAlC {
  text-align: center !important; }

/* エラー */
.txtError01 {
  color: #cc0000; }

/* アイコン付きリンクテキスト */
.linkTxt01 a {
  background: url(../img/ico_arrow_right01.gif) no-repeat left center;
  padding: 0 0 0 10px; }

.linkTxtPdf01 a {
  background: url(../img/ico_pdf01.gif) no-repeat 3px center;
  padding: 0 0 0 25px;
  min-height: 21px; }

/* --------------------------------------------------------------
アイコン指定
-------------------------------------------------------------- */
.icoRequire01 {
  color: #fff;
  background: #b74913 url("../img/ico_require01.gif") no-repeat 3px center;
  padding: 2px 3px 2px 13px;
  margin: 0 5px 0 0;
  font-size: 12px !important;
  font-weight: normal !important;
  white-space: nowrap; }

.icoNew01 {
  color: #fff;
  background: #b74913 url("../img/ico_new01.gif") no-repeat 3px center;
  padding: 2px 3px 2px 13px;
  margin: 0 5px 0 0;
  font-size: 12px !important;
  font-weight: normal !important;
  white-space: nowrap; }

.ico_meeting {
  background: url("../img/ico_meeting.gif") no-repeat left top;
  padding: 0 0 0 18px; }

.ico_holiday {
  background: url("../img/ico_holiday.gif") no-repeat left top;
  padding: 0 0 0 18px; }

.ico_free {
  background: url("../img/ico_free.gif") no-repeat left top;
  padding: 0 0 0 18px; }

.icoCaution01 {
  background: url(../img/ico_caution.gif) no-repeat left 0.1em;
  padding: 0 0 0 18px; }

.icoPople01 {
  background: url(../img/ico_people.gif) no-repeat left top;
  padding: 0 0 0 12px;
  font-weight: bold; }

/* --------------------------------------------------------------
テーブル指定
-------------------------------------------------------------- */
.cellVT {
  vertical-align: top !important; }

.cellVB {
  vertical-align: bottom !important; }

.cellVM {
  vertical-align: middle !important; }

.wsNowrap {
  white-space: nowrap; }

/* ボーダー解除 */
.bdrTnone {
  border-top: none !important; }

.bdrRnone {
  border-right: none !important; }

.bdrBnone {
  border-bottom: none !important; }

.bdrLnone {
  border-left: none !important; }

/* 強調 */
.cellImp01 th {
  background-color: #FDF8D8 !important;
  color: #ff6600; }

.cellImp01 td {
  background-color: #ffffdd !important; }

/* エラー */
.cellError01 td {
  background-color: #FAE5E5 !important;
  color: #a31818;
  vertical-align: middle;
  padding-bottom: 0px !important; }
  .cellError01 td p {
    padding-top: 2px;
    margin-bottom: 0 !important;
    font-size: 93%; }

.cellError02 {
  background: #ffeeee !important;
  color: #cc0000; }

.tblNormal01 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  background-color: #fff;
  margin: 0 0 5px 0;
  width: 100%; }
  .tblNormal01 > tbody > tr > th, .tblNormal01 > tbody > tr > td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 4px 5px;
    vertical-align: middle; }
  .tblNormal01 th {
    background-color: #F4FFF0;
    line-height: 1.2; }
    .tblNormal01 th a {
      color: #1872a3; }
    .tblNormal01 th .icoRequire01 {
      float: right;
      width: auto;
      display: block;
      margin-right: 0; }
  .tblNormal01 img {
    vertical-align: middle; }

.tblNormal02 {
  border-collapse: collapse;
  background-color: #fff;
  width: 100%;
  margin: 0 0 5px 0; }
  .tblNormal02 th {
    padding: 3px 5px;
    font-size: 108%;
    font-weight: bold;
    vertical-align: middle;
    line-height: 1.2; }
    .tblNormal02 th a {
      color: #333; }
    .tblNormal02 th .icoRequire01 {
      float: right;
      width: auto;
      display: block;
      margin-right: 0; }
  .tblNormal02 td {
    padding: 3px 5px; }
  .tblNormal02 img {
    vertical-align: middle; }

.tblNormal03 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  background-color: #fff;
  margin: 0 0 5px 0; }
  .tblNormal03 > tbody > tr > th, .tblNormal03 > tbody > tr > td {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 4px 5px;
    vertical-align: middle; }
  .tblNormal03 th {
    background-color: #F4FFF0;
    line-height: 1.2; }
    .tblNormal03 th a {
      color: #1872a3; }
    .tblNormal03 th .icoRequire01 {
      float: right;
      width: auto;
      display: block;
      margin-right: 0; }
  .tblNormal03 img {
    vertical-align: middle; }

/* --------------------------------------------------------------
ブロック指定
-------------------------------------------------------------- */
.blockNormal01 {
  margin-bottom: 20px; }

/* 装飾 */
.blockBgGreen01 {
  background-color: #799E9C;
  padding: 5px;
  margin: 0 0 5px 0; }

.blockBgGreen02 {
  background-color: #E0FFEB;
  padding: 5px;
  margin: 0 0 5px 0; }

.blockBgGray01 {
  background-color: #EFEFEF;
  padding: 5px;
  margin: 0 0 5px 0; }

.blockBdrGreen01 {
  border: 1px solid #006633;
  padding: 5px;
  margin: 0 0 5px 0; }

/* 完了メッセージ */
.blockMsg01 {
  border: 1px solid #CCC;
  background-color: #FDF8D8;
  padding: 10px 5px;
  margin: 0 0 20px 0; }
  .blockMsg01 p {
    color: #ff6600;
    font-weight: bold; }

/* エラー */
.blockError01 {
  border: 1px solid #cc0000;
  background-color: #ffeeee;
  padding: 5px;
  margin: 0 0 5px 0; }

/* ステップ */
.blockStep01 {
  background-color: #e6e7cf;
  padding: 5px;
  margin: 0 0 5px 0; }

.blockStep01 ul {
  height: 25px; }

.blockStep01 ul li {
  display: inline;
  margin: 0 5px 0 0; }

/* --------------------------------------------------------------
リスト指定
-------------------------------------------------------------- */
/* 横並び */
.listH01 {
  margin: 0 -5px 0 0; }
  .listH01 li {
    display: inline;
    margin: 0 5px 5px 0; }

.listH02 {
  margin: 0 -5px 0 0;
  margin: 0 -5px 0 0; }
  .listH02 li {
    display: block;
    margin: 0 5px 5px 0; }
  .listH02 li {
    display: block; }

/* 縦並び */
.listV01 li {
  margin: 0 0 5px 0; }

/* -------- アイコン付きリンクリスト -------- */
/* 横並び */
.dotListH01 {
  margin: 0 -5px 0 0; }
  .dotListH01 li {
    display: inline;
    margin: 0 5px 5px 0; }
  .dotListH01 li {
    background: url(../img/ico_dot01.gif) no-repeat left 0.6em;
    padding: 0 0 0 7px; }

/* 縦並び */
.dotListV01 li {
  margin: 0 0 5px 0; }
.dotListV01 li {
  background: url(../img/ico_dot01.gif) no-repeat left 0.6em;
  padding: 0 0 0 7px; }

/* -------- アイコン付きリンクリスト -------- */
/* 横並び */
.linkListH01 {
  margin: 0 -5px 0 0;
  margin: 0 -5px 0 0; }
  .linkListH01 li {
    display: inline;
    margin: 0 5px 5px 0; }
  .linkListH01 li a {
    background: url(../img/ico_arrow_right01.gif) no-repeat left 0.4em;
    padding: 0 0 0 10px; }

/* 縦並び */
.linkListV01 li {
  margin: 0 0 5px 0; }
.linkListV01 li a {
  background: url(../img/ico_arrow_right01.gif) no-repeat left 0.5em;
  padding: 0 0 0 10px; }

/* --------------------------------------------------------------
ボタン指定
-------------------------------------------------------------- */
.btnArea01 {
  text-align: center; }
  .btnArea01img, .btnArea01input[type*="button"] {
    margin: 0 5px 5px 5px;
    cursor: pointer;
    vertical-align: middle; }
  .btnArea01 .btnLeft01 {
    float: left; }
  .btnArea01 .btnRight01 {
    float: right; }

.blockBgGreen01 .btnArea01 img,
.blockBgGreen01 .btnArea01 input[type*="button"] {
  margin-bottom: 0; }

/* --------------------------------------------------------------
form指定
-------------------------------------------------------------- */
input,
select,
textarea {
  margin: 0 3px 0 0;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  resize: none; }

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  top: -2px; }

.lpInner {
    font-size: 14px;
    background-color: #FFF;
    height: 80px;
    color: #999;
    border-collapse: separate;
    text-align: center;
}
    .lpInner td {
        padding: 15px 30px;
        border: 3px solid #799E9C;
        text-align: center;
    }
    .lpInner td img {
      display: block;
      margin: 0 auto;
      background-color: #999;
      margin-bottom: 10px; }

/* 横並びリスト */
.inputListH01 li {
  float: left;
  margin: 3px 8px 3px 0;
  vertical-align: middle; }

/* 縦並びリスト */
.inputListV02 li {
  margin: 3px 8px 3px 0; }

/* ボタン */
.inputBtn01 {
  padding: 3px 20px;
  cursor: pointer; }

.inputBtn02 {
  padding: 3px 25px;
  cursor: pointer; }

.inputBtn03 {
  padding: 0 10px;
  cursor: pointer; }

/* IME */
.imeJp {
  ime-mode: active; }

.imeEn {
  ime-mode: inactive; }

.imeOff {
  ime-mode: disabled; }

/* 右空け */
.rightPad {
  margin-right: 50px;
  float: left; }

/* --------------------------------------------------------------
装飾指定
-------------------------------------------------------------- */
.bgGreen01 {
  background-color: #799E9C; }

.bgGray01 {
  background-color: #EFEFEF; }

.lineGray01 {
  border: none;
  background: url(../img/bg_sabnavi_line.gif) repeat-x left bottom;
  height: 2px; }

/* ==========================================================================
個別指定
=========================================================================== */
/* ==========================================================================
clearfix指定
=========================================================================== */
/* ヘッダー */
header #headArea:after,
footer:after,
#columnOne .blockLogin01 .newsArea01 .listNews01:after,
#columnTwo:after,
.tblCalendar01 .listDay01:after,
.tblNormal01 th:after,
.floatArea01:after,
.listH02:after,
.btnArea01:after,
.inputListH01:after,
.blockPager01:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: auto;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

/* ヘッダー */
header #headArea,
footer,
#columnOne .blockLogin01 .newsArea01 .listNews01,
#columnTwo,
.tblCalendar01 .listDay01,
.tblNormal01 th,
.floatArea01,
.listH02,
.btnArea01,
.inputListH01,
.blockPager01 {
  zoom: 1; }

/*# sourceMappingURL=common.css.map */
