@charset "UTF-8";
  ﻿@charset "UTF-8";
  ?E?@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,h3,h4,h6{
  margin:0;
}
h5{
  margin:2;
  line-height : 18pt;
}
/* ========TEMPLATE LAYOUT======== */
div#top{
  width:780px;
  margin:0 auto;
  padding:0;
}
div#header{
  position:relative;
  width:780px;
}
div#pr{
  position:absolute;
  left:0;
  top:0;
}
div#serch{
  position:absolute;
  top:0;
  right:0;
}
div#gnavi{
  position:absolute;
  bottom:0;
  right:0;
}
div#menu{
  float:left;
  width:780px;
  margin-top:10px;
}
div#icatch{
  width:780px;
}
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#sub{
  float:right;
  width:220px;
}
div#downa{
  float:left;
  width : 350px;
  height : 40px;
}
div#downb{
  float:right;
  width:300px;
}
div#totop{
  clear:both;
}
div#footMenu{
  float:left;
  width:780px;
  margin-top:10px;
}
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======== */
div#serch dt{
  float:left;
  margin:0;
  padding:0;
}
div#serch dd{
  float:left;
  margin:1px 0 0 10px;
  padding:0;
}
/* ========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 h3{
  margin-bottom:8px;
  line-height:1.8;
  font-size:88%;
  /* 14px相当*/
   color:#134D99;
  border-bottom:3px solid #005DD8;
}
div#main h4{
  margin-bottom:2px;
  font-size:75%;
/* 12px相当*/
}
div#main h5{
  margin-bottom:2px;
  font-size:75%;
/* 12px相当*/
}
div#main h6{
  margin-bottom:2px;
  font-size:75%;
/* 12px相当*/
}
div#main p{
  margin:0 0 1em 0;
  font-size:75%;
/* 12px相当*/
}
div#main ul,ol,dl{
  font-size:75%;
/* 12px相当*/
}
div#main dt{
  margin-bottom:3px;
}
div#main dd{
  padding:0;
  margin:0 0 0.5em 1em;
  padding:3px;
  background:#f1f1f1;
}
div#downa h6{
  margin-bottom:2px;
  font-size:75%;
/* 12px相当*/
}
/* ========MAINCONTENTS CUSTOMIZE======== */











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











/* TOPNAVI CUSTOMIZE */
div#main div.topNavi{
  overflow:hidden;
  position:relative;
  margin-left:-10px;
}
* html div#main div.topNavi{
  height:1em;
  overflow:visible;
}
div#main div.topNavi div.topNaviColumn{
  display:inline;
  width:270px;
  float:left;
  margin-left:10px;
  padding:0 0 2em 0;
}
div#main div.topNavi h2.topNaviImg{
  margin:0;
  padding:0;
  background:none;
}
div#main div.topNavi div.topNaviColumn p.detail{
  position:absolute;
  bottom:0;
  width:270px;
  text-align:right;
}
div#main div.topNavi div.topNaviColumn p.detail a{
  padding:0 0 0 7px;
  background:url("images/bg_arrow.gif") no-repeat left 50%;
}
div#main div.topNavi div.topNaviColumn p.cLeft{
  right:280px;
}
div#main div.topNavi div.topNaviColumn p.cRight{
  right:0;
}
/* INFORMATION CUSTOMIZE */
div#main dl.information{
  margin:0;
}
div#main dl.information dt{
  float:left;
  padding-top:5px;
}
div#main dl.information dd{
  margin:0 0 5px 0;
  padding: 5px 0px 5px 9em;
  background:url("images/bg_dotline.gif") 0 100% repeat-x;
}
div#main table{
  font-size : 9pt;
/* 12px相当*/
}
/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section{
  margin-bottom:10px;
}
div#sub h2{
  padding:5px;
  font-size:88%;
  /* 14px相当*/
   font-weight:bold;
  color:#fff;
  background:#6E6E6E;
}
div#sub h3{
  padding:5px;
  font-size:75%;
  /* 12px相当*/
   font-weight:bold;
  background:#EFEBEF;
}
div#sub ul{
  margin:0;
  padding:0;
  border:1px solid #EFEBEF;
}
div#sub li{
  padding:5px;
  font-size:75%;
  /* 12px相当*/
   line-height:1.8;
  list-style:none;
  border-bottom:1px solid #E7E7EF;
}
div#sub li a{
  display:block;
  padding:5px 5px 5px 15px;
  background:url("images/bg_arrow.gif") 5px 50% no-repeat;
}
div#sub li a:hover{
  display:block;
  color:#333;
  background:#EFEBEF url("images/bg_arrow.gif") 5px 50% no-repeat;
  text-decoration:none;
}
/* ========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======== */
div#footMenu ul{
  margin:5px 0;
  padding:20px 0;
  text-align:center;
  border-top:1px solid #ddd;
}
div#footMenu li{
  display:inline;
  margin:0 0 0 20px;
  font-size:75%;
  /* 12px相当*/
   list-style:none;
}
div#footMenu li a:hover{
  color:#666;
  text-decoration:underline;
}
/* ========FOOTER CUSTOMIZE======== */
address{
  font-style:normal;
  font-size:70%;
  /* 11px相当*/
   color:#999;
  line-height:3.0;
  text-align:center;
}
/* リンク1
----------------------------------------------------------- */
.link1 th{
  border-bottom : 1px solid #666666;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666666;
  color : white;
  background-color : #6699cc;
}
.link1 td{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #666666;
}
table td ol{
  margin:0;
  padding:0 0 0 30px;
  font-size:100%;
}
table td li{
  margin:0;
  padding:0;
}
.ken{
  /* 親要素に対する指定 */ 
width : 60%;
  margin-right: auto;
  margin-left: auto;
}
.box1{
  /* ボックスの指定 */ 
text-align: left;
  /* 左寄せ */ 
width: 770px;
  /* ボックスの横幅 */ 

  /* 背景色 */ 
border: 1px #000000 solid;
/* 枠線（太さ・色・スタイル） */ 
}
/* リストのマークを画像で表示する */
.toipic{
  list-style-image : url(images/arrow04a.gif);
}
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}