@charset "UTF-8";
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, menu, nav, section, summary {
  display: block;
}

html {
  overflow-y: scroll;
  /* スクロールバーを常に表示する。 */
}

body {
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  line-height: 1.5;
  color: #333;
  background-color: #F6F6F4;
  margin: 0 !important;
  padding: 0 !important;
  /* iPhoneやiPod Touch などで閲覧した際に、横向きにすると縦の時より自動的に文字サイズが大きくなるのを防ぐ */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

p {
  line-height: 1.8;
  word-wrap: break-word;
  margin-bottom: 1em;
}

table, th, td {
  border-collapse: collapse;
}

img {
  -ms-interpolation-mode: bicubic;
  /* IE7で画像拡大縮小時の荒さを軽減する */
  vertical-align: middle;
  /* img要素のディセンダー削除 */
}

/* テキスト選択の色を変える */
::-moz-selection {
  background: #777;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #777;
  color: #fff;
  text-shadow: none;
}

/* =FONT
--------------------------------------------------*/
a {
  color: #0033cc;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

.fwN {
  font-weight: normal !important;
}

.fwB {
  font-weight: bold   !important;
}

sup {
  font-size: 78%;
  vertical-align: top;
}

sub {
  font-size: 78%;
  vertical-align: baseline;
}

.tdU {
  text-decoration: underline    !important;
}

.tdN {
  text-decoration: none         !important;
}

.tdO {
  text-decoration: overline     !important;
}

.tdLT {
  text-decoration: line-through !important;
}

/* =ALIGN
--------------------------------------------------*/
.taL {
  text-align: left   !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right  !important;
}

.vaT {
  vertical-align: top    !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* インデント */
.indent {
  text-indent: -1em;
  padding-left: 1em;
}

ul.indent {
  padding: 0;
}

ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
  list-style: disc;
}

ul.indent li:last-child {
  margin-bottom: 0 !important;
}

ul.indent li p {
  margin: 0 !important;
}

/* =FLOAT
--------------------------------------------------*/
.fltL {
  float: left  !important;
}

.fltR {
  float: right !important;
}

.ofH {
  overflow: hidden !important;
}

/* =POSITION
--------------------------------------------------*/
.posR {
  position: relative;
}

.posA {
  position: absolute;
}

/* =ETC
--------------------------------------------------*/
.clear {
  clear: both !important;
}

.block {
  display: block !important;
}

.none {
  display: none !important;
}

.bgN {
  background: none !important;
}

.bdN {
  border: none !important;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* =OPTIONAL
-------------------------------------------------- */
.fsSS {
  font-size: 12px !important;
}

.fsS {
  font-size: 14px !important;
}

.fsM {
  font-size: 16px !important;
}

.fsL {
  font-size: 18px !important;
}

.fsLL {
  font-size: 24px !important;
}

.fsLLL {
  font-size: 26px !important;
}

/* =MARGIN
--------------------------------------------------*/
.mt0 {
  margin-top: 0   !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0   !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0   !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0   !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* =PADDING
--------------------------------------------------*/
.pt0 {
  padding-top: 0   !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0   !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0   !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0    !important;
}

.pl5 {
  padding-left: 5px  !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl23 {
  padding-left: 23px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* =BASE
---------------------------------------------------------------------------------------------------- */
#top #gHeader {
  height: 375px;
}

#second #gHeader {
  height: auto;
}
#second #gHeader h1 {
  padding-bottom: 20px;
}

#gHeader {
  width: 100%;
  background: url(../imgs/common/bg_header.gif) repeat-x left top;
}
#gHeader h1, #gHeader .logo {
  padding-left: 10px;
  padding-top: 20px;
}
#gHeader .logo {
  padding-bottom: 20px;
  margin-bottom: 0px !important;
}

header, footer {
  width: 960px;
  margin: 0 auto;
}

#contents {
  width: 940px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../imgs/common/bg_side.gif) repeat-y left top;
}

#main {
  width: 700px;
  height: auto;
  float: right;
  margin-bottom: 40px;
}
#main a:link, #main a:visited, #main a:hover, #main a:active {
  color: #333;
  text-decoration: underline;
}
#main #topicpath {
  margin-bottom: 20px;
}
#main h2 {
  margin-bottom: 20px;
}
#main .imgArea, #main .imgArea02 {
  margin-bottom: 40px;
}
#main .imgArea img {
  margin-right: 40px;
}
#main .imgArea02 img {
  margin-right: 20px;
}
#main .last {
  margin-right: 0px !important;
}

#second #main h1 {
  margin-bottom: 20px;
}
#second #main h2 {
  font-size: 20px;
  border-bottom: 1px solid #00843B;
  background: url(../imgs/img_h3.gif) no-repeat left;
  padding: 3px 0 0 10px;
  margin-bottom: 10px;
}

#sidebar {
  width: 218px;
  height: auto;
  padding-left: 2px;
  float: left;
}
#sidebar li {
  margin-bottom: 1px;
}
#sidebar #contaact {
  width: 176px;
  height: 126px;
  padding: 17px 17px 17px 17px;
  background: url(../imgs/common/bg_contact.gif) no-repeat;
  margin-left: 3px;
}
#sidebar #contaact img {
  margin-bottom: 7px;
}

.pageTop {
  width: 940px;
  margin: 0 auto;
  margin-top: -27px;
  clear: both;
  margin-bottom: 0px !important;
  text-align: right;
}

#gFooter {
  width: 100%;
  height: 130px;
  background: url(../imgs/common/bg_footer.gif) repeat-x left top;
}
#gFooter footer {
  width: 950px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
#gFooter footer .imgArea {
  width: 330px;
  height: 90px;
  float: right;
}
#gFooter footer ul {
  width: 570px;
  margin: 0 0 50px 10px;
}
#gFooter footer ul li {
  display: inline;
  padding: 0 7px 0 7px;
  border-right: 1px solid #FFF;
}
#gFooter footer ul li a:link, #gFooter footer ul li a:visited, #gFooter footer ul li a:hover, #gFooter footer ul li a:active {
  color: #FFF;
}
#gFooter footer ul .lBorder {
  border-left: 1px solid #FFF;
}
#gFooter footer .copyRight {
  color: #FFF;
  margin: 0 0 0 10px !important;
  display: inline;
}

/* =2ndLAYOUT
---------------------------------------------------------------------------------------------------- */
.president {
  font-size: 16px;
  font-weight: bold !important;
}

.lh15 {
  line-height: 1.5 !important;
}

#gMap {
  width: 520px;
  height: 250px;
}

table {
  width: 100%;
  table-layout: auto !important;
}

.tableStyle2 th, .tableStyle2 td {
  text-align: center;
}

.tableStyle3 th {
  text-align: center;
}
.tableStyle3 td {
  text-align: left;
}

.secondTh {
  width: 18em;
}

.thirdTh {
  width: 2em;
}

table, table th, table td {
  border: 1px solid #666;
}

.dotted {
  border: none;
  border-top: 1px dotted #C2C2C2 !important;
}

.solid {
  border-bottom: 1px solid #666 !important;
}

.tdStyle {
  /*
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
  width: 6em;
  padding-right: 0px !important;*/
  width: 5.2em;
  padding-right: 0px !important;
  text-align: right;
}

th, td {
  padding: 10px;
}

th {
  width: 9em;
  font-weight: bold;
  background-color: #F0F0E1;
}

table td span {
  font-weight: bold;
}

.emphasis, .accent {
  font-weight: bold;
  margin-bottom: 0px !important;
}

.emphasis {
  font-size: 24px;
}

.accent {
  font-size: 16px;
  color: #229556;
}

ol {
  padding-left: 1em;
}

ol.reset {
  padding-left: 0;
}
ol.reset li {
  list-style-type: none;
}

ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  /* margin-bottom: 20px; */
}
ol li span {
  font-weight: bold;
}

.pointColor {
  color: #FF7F00;
}

.blockIndent {
  padding-left: 1em;
}

.name {
  font-size: 20px;
  font-weight: bold;
}
