@charset "UTF-8";
/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
  font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシチE?￣",verdana,sans-serif;
  color:#000;
}
body{
  margin:0;
  padding:0;
  height:100%;
  letter-spacing:1px;
  background:#fff url("images/bg.gif") 0 105px repeat-x;
  border-top:3px solid #134D99;
}
br{
  letter-spacing:normal;
}
a{
  color:#000;
  text-decoration:none;
}
a:hover{
  color:#999;
  text-decoration:underline;
}
img{
  border:0;
  vertical-align:bottom;
}
h1,h2{
  margin:0;
}
/* ========TEMPLATE LAYOUT======== */
div#top{
  width:780px;
  margin:0 auto;
  padding:0;
}
div#header{
  position:relative;
  width:780px;
}
div#gnavi{
  position:absolute;
  bottom:0;
  right:0;
}
div#menu{
  float:left;
  width:780px;
  margin-top:10px;
}
div#contents{
  float:left;
  width:780px;
  height:100%;
  min-height: 100%;
  padding:10px 0;
  background:#fff;
}
div#main{
  float:left;
  width : 770px;
  height : 100%;
}
div#totop{
  clear:both;
}
div#footer{
  clear:both;
  width:780px;
}
/* ========HEADER CUSTOMIZE======== */
div#header h1{
  margin:0;
  padding:20px 0 0 0;
  font-size:200%;
  /* 32px相当*/
   line-height:1.0;
}
div#header h1 a:hover{
  color:#f1f1f1;
}
div#header #gnavi ul{
  list-style:none;
}
div#header #gnavi li{
  float:left;
  margin-left:15px;
  font-size:70%;
/* 11px相当*/
}
div#header #gnavi li a{
  display:block;
  padding-left:8px;
  background:url("images/bg_arrow.gif") 0 50% no-repeat;
}
/* ========SERCH CUSTOMIZE======== */
/* ========MENU CUSTOMIZE======== */
div#menu ul{
  margin:0 0 1px 0;
  padding:0;
  font-size:75%;
  /* 12px相当*/
   list-style:none;
}
div#menu li{
  overflow:hidden;
  float:left;
  margin:0;
  margin-left:-1px;
  padding:0;
  border:1px solid #CECBCE;
  border-bottom:none;
  background:#fff url("images/bg_menu.gif") -40px 0 repeat-x;
}
div#menu li a{
  display:block;
  width:129px;
  height:20px;
  padding:10px 0;
  line-height:20px;
  font-weight:bold;
  text-align:center;
  outline:none;
}
div#menu li a:hover{
  color:#fff;
  text-decoration:none;
  background:#fff url("images/bg_menu.gif") 100% 100% repeat-x;
}
div#menu li.home{
  width:128px;
  margin-left:0;
  border-left:1px solid #CECBCE;
}
div#menu li.active a{
  color:#fff;
  background:#fff url("images/bg_menu.gif") 100% 100% repeat-x;
  text-decoration:none;
}
/* ========MAINCONTENTS CUSTOMIZE======== */
div#main a{
  color:#134D99;
}
div#main a:hover{
  color:#134D99;
  text-decoration:underline;
}
div#main h2{
  clear:both;
  margin-bottom:8px;
  padding:1px 10px;
  line-height:2.0;
  color:#fff;
  font-size:94%;
  /* 15px相当*/
   font-weight:bold;
  background:#fff url("images/bg_h2.gif") 100% 100% repeat-x;
}
div#main p{
  margin:0 0 1em 0;
  font-size:75%;
/* 12px相当*/
}
div#main ul,dl{
  font-size:75%;
/* 12px相当*/
}
div#main dd{
  padding:0;
  margin:0 0 0.5em 1em;
  padding:3px;
  background:#f1f1f1;
}
/* ========MAINCONTENTS CUSTOMIZE======== */











/* ========MAINCONTENTS CUSTOMIZE======== */











/* TOPNAVI CUSTOMIZE */
/* INFORMATION CUSTOMIZE */
div#main table{
  font-size : 9pt;
/* 12px相当*/
}
/* ========SUBCONTENTS CUSTOMIZE======== */
/* ========TOTOP CUSTOMIZE========= */
div#totop{
  text-align:right;
  font-size:70%;
/* 11px相当*/
}
div#totop a{
  padding:0 0 0 12px;
  background:url("images/bg_totop.gif") 0 50% no-repeat;
}
/* ========FOOTMENU CUSTOMIZE======== */
/* ========FOOTER CUSTOMIZE======== */
address{
  font-style:normal;
  font-size:70%;
  /* 11px相当*/
   color:#999;
  line-height:3.0;
  text-align:center;
}
/* リンク1
----------------------------------------------------------- */
/* リストのマークを画像で表示する */
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/