@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, font, 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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.1;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a:link {
  color: #1D4393;
  text-decoration: none;
}

a:visited {
  color: #1D4393;
  text-decoration: none;
}

a:hover {
  color: #1D4393;
  text-decoration: underline;
}

a:active {
  color: #1D4393;
  text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  text-align: center;
  line-height: 1.4;
  color: #000;
  background: #F7F7F7 url(../../img/common/body_bg.png) repeat-x left top;
}

#container {
  margin: 0 auto;
  text-align: left;
}

#main {
  margin: 0 auto;
  padding: 17px 0 50px 0;
  width: 970px;
}

* html #main {
  zoom: 1;
}

* + html #main {
  zoom: 1;
}

#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#keyVisual {
  text-align: center;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  margin: 0 auto 4px auto;
  width: 970px;
}

#header h1 {
  padding: 7px 0 0px 5px;
  font-size: 1.2em;
  font-weight: normal;
  color: #fff;
  text-align: left;
  height: 23px;
}

#header .hdBox h2 {
  margin-top: 18px;
  float: left;
  width: 250px;
  display: block;
}

#header .hdBox .info {
  width: 580px;
  float: right;
}

#header .hdBox .info p {
  float: left;
}

#header .hdBox .info .contact {
  margin-top: 18px;
}

#header .hdBox .info .tel {
  margin-top: 18px;
}

#header .hdBox .info .mail a {
  width: 205px;
  display: block;
  background: url(../../img/common/hd_img03_on.jpg) no-repeat;
}

#header .hdBox .info .mail a:hover img,
#gNavi li a:hover img,
#sideBar .banner a:hover img,
#sideBar .commonLv2 h3 a:hover img,
#sideBar .commonLv2 .txtImg a:hover img {
  filter: alpha(opacity=0);
  opacity: 0;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
  margin: 0 auto;
  width: 970px;
  clear: both;
}

#gNavi li {
  float: left;
}

#gNavi li a {
  display: block;
}

#gNavi li img {
  display: block;
}

#gNavi .navi01 a {
  background: url(../../img/common/navi01_on.png) no-repeat;
}

#gNavi .navi02 a {
  background: url(../../img/common/navi02_on.png) no-repeat;
}

#gNavi .navi03 a {
  background: url(../../img/common/navi03_on.png) no-repeat;
}

#gNavi .navi04 a {
  background: url(../../img/common/navi04_on.png) no-repeat;
}

#gNavi .navi05 a {
  background: url(../../img/common/navi05_on.png) no-repeat;
}

#gNavi .navi06 a {
  background: url(../../img/common/navi06_on.png) no-repeat;
}

#gNavi .navi07 a {
  background: url(../../img/common/navi07_on.png) no-repeat;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  text-align: right;
  margin: 0 15px;
  font-size: 1.2em;
}

#pagePath a, #pagePath strong {
  display: inline-block;
  margin: 0 0.2em 0 0;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  margin: 4px 5px 0 0;
  width: 700px;
  float: right;
  display: inline;
}

#conts #wrap {
  padding-top: 10px;
  background-image: url(../../img/common/conts_headBg.gif);
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

#conts #wrap #bg {
  padding-bottom: 10px;
  background-image: url(../../img/common/conts_footBg.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  zoom: 1;
}

#conts #wrap #in {
  background-color: #FFF;
  border-left: solid 1px #cad8f4;
  border-right: solid 1px #cad8f4;
}

#conts #pagetitle {
  border-bottom: solid 3px #1d4394;
  padding: 5px 30px 15px;
  font-size: 1.5em;
  font-weight: bold;
}

#conts #pagetitle strong {
  font-size: 1.5em;
  line-height: 1.3;
}

#conts .contactBox {
  height: 233px;
  position: relative;
}

#conts .contactBox img {
  display: block;
}

#conts .contactBox p {
  width: 419px;
  margin: -93px 0 0 20px;
  position: relative;
}

#conts .contactBox p a {
  display: block;
  background-image: url(../../img/index/btn_contact_over.jpg);
  background-repeat: no-repeat;
}

#conts .contactBox p a:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
  width: 240px;
  float: left;
}

#sideBar .commonLv2:hover {
  background: url(../../img/common/side_bg_on.png) no-repeat left bottom;
}

#sideBar .commonLv2 {
  padding-bottom: 13px;
  background: url(../../img/common/side_bg.png) no-repeat left bottom;
}

#sideBar .commonLv2 h3 a {
  display: block;
}

#sideBar .commonLv2 .h301 a {
  background: url(../../img/common/side_img01_on.png) no-repeat;
}

#sideBar .commonLv2 .h302 a {
  background: url(../../img/common/side_img03_on.png) no-repeat;
}

#sideBar .commonLv2 .h303 a {
  background: url(../../img/common/side_img05_on.png) no-repeat;
}

#sideBar a.toNl {
  display: block;
  cursor: hand;
}

#sideBar .commonLv2 .txtImg {
  text-align: center;
}

#sideBar .commonLv2 .txtImg a {
  margin: 0 auto;
  width: 230px;
  display: block;
}

#sideBar .commonLv2 .txtImg .img01 {
  margin: 0 auto;
  width: 230px;
  display: block;
  background-image: url(../../img/common/side_img02_on.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#sideBar .commonLv2 .txtImg .img01:hover img {
  filter: alpha(opacity=0);
  opacity: 0;
}

#sideBar .commonLv2 .txtImg .img02 {
  background: url(../../img/common/side_img04_on.jpg) no-repeat;
}

#sideBar .commonLv2 .textUl {
  padding: 5px 0 5px 5px;
  margin: 0 6px 2px 6px;
  background: #D6F3EF;
}

#sideBar .commonLv2 .mail {
  padding: 5px 0 5px 10px;
  margin: 0 6px 2px 6px;
  background: #D6F3EF;
}

#sideBar .commonLv2 .textUl ul {
  margin: 0 0 0 1.8em;
  list-style: disc;
}

#sideBar .commonLv2 .textUl li {
  font-size: 1.4em;
  color: #000 !important;
}

#sideBar a .commonLv2 .textUl li:hover {
  text-decoration: none !important;
}

#sideBar .commonLv2 .more {
  margin-right: 18px;
  text-align: right;
  font-size: 1.2em;
}

#sideBar .commonLv2 .mb5 {
  margin-bottom: 5px;
}

#sideBar .commonLv2 .more span {
  padding-left: 9px;
  background: url(../../img/common/icon01.gif) no-repeat left 2px;
}

#sideBar .commonLv2 .mail li {
  float: left;
}

#sideBar .commonLv2 .mail .text {
  width: 138px;
  margin-right: 5px;
}

#sideBar .commonLv2 .mail .text input {
  width: 136px;
  border: 1px solid #999999;
  background-color: #FFF;
  background-image: url(../../img/common/input_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 17px;
}

#sideBar .commonLv2 .mail li .button {
  vertical-align: top;
}

#sideBar .seminarList {
  margin: 0 15px 10px 15px;
}

#sideBar .seminarList li {
  padding: 12px 0;
  font-size: 1.2em;
  text-indent: 5px;
  line-height: 1.2;
  background: url(../../img/common/line01.png) repeat-x left bottom;
}

#sideBar .seminarList li.ls {
  background: none;
}

#sideBar .seminarList .other {
  padding: 15px 0;
}

#sideBar .banner {
  margin: 9px 0 14px 0;
}

#sideBar .banner a {
  display: block;
  background: url(../../img/common/side_banner01_on.jpg) no-repeat;
}

#sideBar .banner2 {
  margin: 15px 0 14px 0;
}

#sideBar .banner2 a:hover img {
  filter: alpha(opacity=70);
  opacity: 70;
}

#sideBar .title01 {
  margin-bottom: 10px;
  text-align: center;
}

#sideBar .lNavi {
  margin: 0 5px;
}

#sideBar .lNavi li {
  padding: 0 0 4px 10px;
}

#sideBar .lNavi li a {
  padding-left: 8px;
  font-size: 1.4em;
  background: url(../../img/common/icon01.gif) no-repeat left 0.5em;
}

#sideBar .lNavi .bg {
  padding-bottom: 12px;
  margin-bottom: 12px;
  background: url(../../img/common/line02.png) repeat-x left bottom;
}

#sideBar #ask {
  padding: 10px 15px 10px 10px;
}

#sideBar #ask h4 {
  font-size: 1.4em;
  background: url(../../img/common/line02.png) repeat-x left center;
  padding: 0;
  margin: 0 0 10px 0;
}

#sideBar #ask h4 strong {
  display: inline-block;
  padding: 5px 10px;
  background-color: #D6F3EF;
}

#sideBar #ask li {
  padding: 0 0 4px 12px;
  font-size: 1.3em;
  background: url(../../img/common/icon01.gif) no-repeat left 0.5em;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  clear: both;
}

#footer .pageTop {
  margin: 0 auto 5px auto;
  width: 960px;
  text-align: right;
}

#footer .pageTop a {
  font-size: 1.2em;
  color: #111111;
  background-image: url(../../img/common/icon02.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  display: inline-block;
  padding-left: 12px;
}

#footer .ftNavi {
  font-size: 1.4em;
  background: #DBDBDB;
}

#footer .ftNavi ul {
  padding: 12px 0 14px 0;
  margin: 0 auto;
  width: 690px;
  text-align: center;
}

#footer .ftNavi ul a {
  display: inline-block;
}

#footer .ftNavi ul li {
  padding: 0 0 0 0;
  display: inline;
  /*	border-left: 1px solid #1D4393;
  */
}

#footer .ftNavi ul .end {
  /*	border-right: 1px solid #1D4393;
  */
}

#footer .copyRight {
  padding: 8px 0 6px 0;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  border-top: 1px solid #7D92BF;
  border-bottom: 1px solid #8694B3;
  background: #204AA3 url(../../img/common/copyright_bg.png) repeat-x left bottom;
}
#pagetitle2{
  border-bottom: solid 3px #1d4394;
  padding: 5px 30px 15px;
  font-size: 1.5em;
  font-weight: bold;
  margin-top:40px;
}