@charset "UTF-8";


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

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
   color:#333;
   font-size:14px;
   background:url(../img/back.jpg);
}

br {
   letter-spacing:normal;
}

a {
   color:#2686ba;
   text-decoration:none;
}

a:hover {
   color:#2686ba;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.small{font-size:13px;}

.button {
	text-align:center;
}

.non1{display:none;}

.float
      {
      float: left;
      display:inline;
      margin:0px 5px 10px 0px;
      }

.float1
      {
      float: right;
      margin: 5px;
}

.floatclear
      {
       clear: both;
}

.fuchi{
 border:1px solid #f3f3f3;
 padding:2px;
 background:#f7f8f8;
 }

.news {
margin:10px 0 0 0;
border-top:5px solid #f8b62d;
border-left:1px solid #dcdddd;
border-bottom:1px solid #dcdddd;
overflow-y:scroll;
width:680px;
height:160px;
}

/* ========画像切り換え======== */

.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
}


/* ========TEMPLATE LAYOUT======== */

#top {
   width:960px;
   margin:0 auto;
   position: relative;
}

#header {
   margin:0;
   height:190px;
   float:center;
   background:url(../img/back1.jpg) repeat-x;
   }

#menu {
   position:relative;
   width:960px;
   height:48px;
     
}

#contents {
   clear:both;
   width:960px;
   margin:20px 0 0 0;
}

#main {
   float:left;
   margin:10px 0px 0px 10px;
   width:730px;
}

#main1 {
   float:left;
   margin:10px 0px 0px 10px;
   width:730px;
}

#subL {
   margin:10px 0px 80px 0 ;
   float:left;
   width:220px;
   
}


#footer {
   position:relative;
   clear:both;
   background:url(../img/back2.jpg);
   height:238px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}

#top h1 {
   position: absolute;
   top:-120px;
   right:10px;
   font-size:13px;
   color:#fff100;
   line-height:20px;

   font-weight:normal;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0 10px;
   font-size:12px;
   color:#3f549d;
   line-height:30px;
   background:#036eb8;
}

#header h1 a {
   color:#3f549d;
}

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

#header .pr {
   margin:0px;
   padding:0px 0;
   text-align:center;
   font-style:normal;
   font-size:14px;
   color:#fff;
}




/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:-60px 0 0 0;
   padding:0;
   list-style:none;
   }

#menu li {
   overflow:hidden;
   float:left;
   margin:0px 0 0 0;
   padding:0;
   border-bottom:none;
   background:#fff url("../img/menu.jpg")  no-repeat;
}

#menu li a {
   display:block;
   width:160px;
   height:48px;
   line-height:48px;
   text-align:center;
   outline:none;
   color:#fff;
   font-size:14px;
   font-weight:bold;
}

#menu li a:hover {
   display:inline-block;
   width:160px;
   height:48px;
   line-height:48px;
   text-align:center;
   outline:none;
   color:#f8b62d;
   font-size:14px;
   background:#fff url("../img/menu.jpg")  no-repeat;
}

#menu li.home {
   width:160px;
   margin-left:0;
   
}

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


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#2686ba;
}

#main a:hover {
   border:0;
   color:#0066ff;
}


.pr{margin:10px 0 15px 0px;
}
.pr1 a:hover{
   opacity:0.7;
   filter:alpha(opacity=70);
   -ms-filter: "alpha( opacity=70 )";
}

#main img{margin:0px 0 10px 0;}

.bityou{margin:0px 0 0 10px;}

#main h2 {
   margin:0px 0 0 0;
   padding:2px 2px 2px 0px;
   font-size:32px;
   font-weight:bold;
   color:#172a88;
}

#main span{font-size:17px;
color:#333;}

#main h3 {
   margin:5px 0 0;
   padding:2px 2px 2px 12px;
   font-size:32px;
   font-weight:bold;
   color:#f8b62d;
   background:url("../img/h3.jpg")  no-repeat;
}

#main h4 {
   margin:0px 0 10px 0;
   padding:0 0 0 15px;
   font-size:18px;
   font-weight:bold;
   line-height:1.8;
   color:#fff;
   background:#8b0000;
   border-bottom:2px solid #172a88;
   border-top-left-radius: 6px; 
   -webkit-border-top-left-radius: 6px;
   -moz-border-radius-topleft: 6px;
   border-top-right-radius: 6px;
   -webkit-border-top-right-radius: 6px;
   -moz-border-radius-topright: 6px; 
}

#main b{font-size:20px;
   color:#8b0000;
   margin:0 0 0 10px;
   border-left:5px solid #8b0000;
   padding:0 0 0 15px;
}

#main h5 {
   font-size:26px;
   line-height:1.0;
   color:#172a88;
   border-bottom:2px dotted #172a88;
}

#main p{
   margin:10px 10px;
   line-height:2.0;
}

#main dt{
   padding:0 0 0 30px;
   margin:0 0 10px 0;
   background:url("../img/q.png") no-repeat;
   font-weight:bold;
   border-bottom:1px dotted;
   }

#main dd{
   padding:0 0 0 30px;;
   margin:0 0 15px 0;
   background:url("../img/a.png") no-repeat;
}

#main li {
   margin:0;
   padding:10px;
   line-height:2.0;
   border-bottom:1px dotted #dcdddd;
   list-style: none;
}


.sect{border: 1px solid #c9bc9c;
      background:#f7f8f8;
      padding:5px 10px;
      margin:10px 0;
}

.sect1{border: 1px solid #c9bc9c;
      background:#f7f8f8 url("../img/back3.jpg") repeat-x;
      padding:5px 10px;
      margin:10px 0;
}

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

#main table th {
   font-size:15px;
   text-align:center;
   width:230px;
   background:#172a88;
   color:#f8b62d;
}

#main table td {
   font-size:13px;
}

/* ========MAIN1 CUSTOMIZE======== */
#main1 h2 {
   margin:0px 0 0 0;
   padding:2px 2px 2px 0px;
   font-size:32px;
   font-weight:bold;
   color:#172a88;
}


#main1 h3 {
   margin:5px 0 0;
   padding:2px 2px 2px 12px;
   font-size:32px;
   font-weight:bold;
   color:#f8b62d;
   background:url("../img/h3.jpg")  no-repeat;
}


#main1 table {
   width:100%;
   border-collapse:collapse;
   margin:10px 0 0 0;
}




#main1 table th {
   font-size:15px;
   text-align:center;
   width:230px;
   background:#172a88;
   color:#f8b62d;
   border: 1px solid #c9bc9c;
}

#main1 table td {
   padding:5px 0 5px 10px;
   font-size:15px;
   background:#f7f8f8;
   border: 1px solid #c9bc9c;
}



/* ========subL CONTENTS CUSTOMIZE======== */
#subL .section {
   
}

#subL img{padding:0 0 3px 0;}

#subL p {font-size:14px;
         line-height:2.0;
}

#subL h2 {
   margin:10px 0 0 0;
   padding:5px;
   font-size:16px;
   text-align:center;
   font-weight:bold;
   color:#fff;
   background:url("../img/side-m.jpg");
}

#subL h3 {
   padding:1px;
   font-size:14px;
   font-weight:bold;
   color:#333;
}


#subL ul {
   margin:0;
   padding:5px 0 1em 1em;
}

#subL li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#fff url("../images/bg_list.gif") 0 6px no-repeat;
   list-style:none;
}
#subL dt{
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#fff url("../img/li.jpg") 0 5px no-repeat;
   list-style:none;
}

#subL dd{
   padding:0;
   margin:0 0 1em 0px;
   padding:3px;
   font-size:12px;
   border-bottom:1px dotted #333;
}

#subL a{
  padding:0px 0;
  line-height:1.2;
}
  
 /*topics*/
.topi {overflow-y:scroll;
       width: 260px;
       height: 150px; 
       background:#fff;
}




/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   position: absolute;
   top:-44px;
   left:0px;
}

/* ========FOOTER CUSTOMIZE======== */

.foot {
   width:960px;
   margin:0 auto;
   position: relative;
   padding:9px 0 0 0;
}
.yerou{color:#fff100;
   font-size:11px;
}
.foot2{
   position: absolute;
   top:10px;
   right:0px;
   color:#fff;
   font-size:11px;
}

.foot3{position: absolute;
   top:120px;
   right:0px;
   color:#fff;}

.foot3 a{
   color:#fff;
   text-decoration:underline;
   padding:0 0 0 8px;
   font-size:12px;
}

.foot3 a:hover{
   color:#fff;
   text-decoration:none;
   padding:0 0 0 8px;
   font-size:12px;
}

.copyright {
   padding:0px 0 0 0;
   text-align:center;
   font-style:normal;
   font-size:13px;
   color:#fff;
}

.wtn_copyright {
  display:none;
}

legend {
  display:none;
}

fieldset{border:none;}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }