﻿@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:3px solid #0089a1;
/*   background:#fff;  */
	background-image:url('../images/bk00.gif')
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:underline;
}

a:hover {
   color:#0089a1;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

H1,H2,H3,H4,H5,H6 {
   margin:0;
  
}


/* ========TEMPLATE LAYOUT======== */
#header {
   width:780px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #0089a1;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#icatchIndexWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:300px;       /* ========300-80======== */
   background:#ddd;
}

#icatchWrap {
   clear:both;
   position:relative;
   z-index:-1
   overflow:hidden;
   height:200px;
   background:#ddd;
}

#icatch {
   width:780px;
   margin:0 auto;
}

#contents {
   clear:both;
   position:relative;
   z-index:100;
   overflow:hidden;
   width:800px;
   margin:-60px auto 0 auto;
   background:#fff;
}

#main {
   float:right;
   width:750px;    /* update */
   padding:10px;
   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}

#sub {
   float:left;
   width:220px;
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}

#main0 {
   float:right;
   width:540px;
   height:300px;  /* add */
   padding:10px;
   background:url("../images/bg_contents.gif") 0 0 no-repeat;
}



/* ========更新履歴======== */
#update {
	border: 1px #0089a1 solid;
	height: 150px;
	overflow-y: auto;
   float:right;
   width:730px;  

 /*   padding:10px;*/

   background:url("../images/bg_contents.gif") 100% 0 no-repeat;
}







#pageTop {
   clear:both;
   width:800px;
}

#footer {
   clear:both;
   background:#ddd;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px 0;
   font-size:24px;
   color:#fff;
   line-height:70px;
   background-image : url("../images/bg_sub_h3.gif");
   text-align : center;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}

#header #pr p {
   margin:0;
   padding:10px 0;
   font-size:11px;
}

#header #gNavi {
   position:absolute;
   top:0;
   right:0;
   margin:0;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:780px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main h7 {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
   
     border-collapse:collapse;/* add */


}

#main dl.information dt {
   float:left;
   width:8em;/* 6以下だめ */
   margin:0;
   padding:0 0 0  0.5em;
}

#main dl.information dd {
   /* margin:0 0 0.5em 10em;/* 0.5->0.2 */
   margin:0;


   padding:0;
   background:transparent;
   
   


   
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
 /*   text-align:left;*/
   text-align:center;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   
   /*
   border:1px solid #ddd;
   */
   
   border:2px solid #ddd;

}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:5px;
   border:1px solid #E8E8E8;
}

#sub h3 {
   padding:10px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1 url("../images/bg_sub_h3.gif") 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;	/* ========1.4-0.7======== */

   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:1.0;/* ========3.0-1.0======== */

   border-left:5px solid #0089a1;
}


/* ========UPDATE CUSTOMIZE========= */
#update h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#update h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:#ddd url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
}


/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   border-bottom:1px dotted #999;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}

/* ======== Q&A ======== */

.Qa-q{
   	background:url('../images/capital_q.png') no-repeat 0 0;
    font-size:15px;
    padding-left:30px;
   	font-weight:bold;
   	margin: 0.5em  0 0.5em  0;

}

.Qa-a{
    font-size:15px;
    padding-left:70px;
    background:#eee url('../images/capital_a.png') no-repeat 0 0;
   	margin: 0.5em  0 0.5em 1em;
}

/* ========table color======== */

.tblc-beige{
  background-color:#ffffcc;
}

.tblc-blue{
  background-color:#ccffff;
}

.tblc-pink{
  background-color:#ffceff;
}

/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
}
.auto-style1 {
	text-align: center;
}

/* ========文字スクロール======== */

.marquee {

  font-size:13px;
  
/*2018/05/27add  */
scrolldelay=400;
scrollamount=1;


width:500px;
padding:0.5em 0;
overflow:hidden;
/*background-color:#f6f6f6; */
margin-bottom:10px; 
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
padding-left:500px;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:20s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

