@charset "UTF-8";
/***************************************************************/
/********************* メイン　背景設定等 ************************/
/***************************************************************/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
/*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/

	font-weight: 400;
	width: 100%;
	padding: 0;
	margin: 0;
    }
    
#header{
	background-image: url(pcimage/head.jpg);
	background-repeat: no-repeat;
	background-position:20px center;
	background-color:#FFF;
	height: 75px;
	width: 100%;
	margin: 0 auto;
	/*border: 1px solid #FCDBDE;*/
    position: fixed;
    top: 0;
    z-index:100000;
    }
#header h1{
	width: 480px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: left;
	line-height: 20px;
	height: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	text-align: left;
    }

.inner_box{
width:980px;
height:auto;
margin:0 auto;
}


/***************************************************************/
/**************************  ヘッダ設定 **************************/
/***************************************************************/
#HeaderText{
	width: 480px;
	font-size: 16px;
	color: #aaaaaa;
	font-weight: bold;
	float: right;
	line-height: 0px;
	padding-right: 10px;
	padding-bottom: 0px;	
	margin-top: 5px;
	text-align: right;
    }
#HeaderText a:link{
	color: #aaaaaa;
	text-decoration: none;
    }
#HeaderText a{
	color: #aaaaaa;
	text-decoration: none;
    }
#HeaderText a:hover{
	color: #aaaaaa;
    }

/** ロゴの大きさに合わせる**/
#header #logo{
	float: left;
	height: 70px;
	width: 40px;
	text-align: left;
	overflow: hidden;

    }

/******幅、高さはロゴの大きさに合わせる********/
#header #logo a{
	height: 30px;
	width: 330px;
display:block;
	padding-right: 10px;
	padding-top: 20px;
	margin-top: 15px;
}

/***************************************************************/
/************************* フッターの設定 ************************/
/***************************************************************/

#footer{
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 1.3em;
	background-color: #333333;
	width: 100%;
	height: 450px;
	margin-top: : 0px;
	float: left;
	/*background-image: url(pcimage/foot.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
    }
#footerBox{
	width:95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: #555555;
	text-align: center;
	line-height: 1.3em;
	height: 15px;
    }
#footerBox #footer_text{
	width:100%;
	height: 400px;
	font-size: 13px;
	text-align: left;
	color: #ffffff;
	line-height: 1.3em;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: hidden;
    }
#footerBox #footer_text a:link,
#footerBox #footer_text a:visited,
#footerBox #footer_text a:link,
#footerBox #footer_text a:visited{
	text-decoration:none;
	color: #ffffff;
}

#copyright{
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 1.3em;
	height: 0px;
	padding-left: 10px;
	padding-top: 0px;
  margin-left: 0px;
    }


/***************************************************************/
/************************** ヘッダメニュー ***********************/
/***************************************************************/

#header_menu{
	width: 100%;
	line-height: 45px;
	height: 45px;
	background-color: #000;
	/*position: absolute;
	top: 100px;*/
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(pcimage/h_menubtn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
display: flex;
justify-content: center;

    }

.h_menu00,
.h_menu00 a:link,
.h_menu00 a:visited,
.h_menu00 a:hover,
.h_menu00a,
.h_menu00a a:visited,
.h_menu00a a:link,
.h_menu00a a:hover
{

	height: 45px;
	width: 180px;

	text-align: center;
	line-height: 45px;
	display: block;
	/*border-left: 1px solid #FFFFFF;*/
	/*border-right: 1px solid #FFFFFF;*/
	font-size:14px;
	color: #12428A;
	text-decoration: none;
    }

.h_menu00 a:link,
.h_menu00 a:visited,
.h_menu00a a:link,
.h_menu00a a:visited{
	background-image: url(pcimage/h_menubtn.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #12428A;
	text-decoration: none;
    }

.h_menu00 a:hover,
.h_menu00a a:hover{
	background-image: url(pcimage/h_menubtn.jpg);
	background-repeat: repeat-x;
 	background-position: left bottom;
	color: #333333;
	text-decoration: none;
    }

.h_menu00 span {
	font-size:11px;
	color: #000;
}

/***************************************************************/
/************************** アンダーライン ***********************/
/***************************************************************/

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
    }

/***************************************************************/
/************************p_center*******************************/
/***************************************************************/

.p_center{
text-align: center;
margin: 0;
padding: 0;
    }
/***************************************************************/
/*************************　clearfix　***************************/
/***************************************************************/


table.table-line { 
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
} 

table.table-line TD { 
border: 1px #CCCCCC solid;
padding: 15px;
} 

table.table-line1 { 
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
} 

table.table-line1 TD { 
border: 1px #CCCCCC solid;
padding: 2px;
text-align: center;
} 

table.table-line1 TH { 
border: 1px #CCCCCC solid;
padding: 2px;
text-align: center;
} 

/*table.table-line1 td
 {	background: #eee;}
table.table-line1 tr:nth-child(odd) td {	background: #fff;}*/

table.table-line1  {
  border-collapse:collapse;
}
table.table-line1 TR:nth-child(1) 
{
	background-color:#1e90ff;
	color:#ffffff;
}

table.table-line1 TR:nth-child(2) {
  background-color:#1e90ff;
color:#ffffff;
}

table.table-line1 tr:nth-child(1) td {
  color:white;
}


/*table.table-line1 tr td {
  border: 1px solid #0094ff;
}*/



table.table-line2 { 
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
} 

table.table-line2 TD { 
border: 1px #CCCCCC solid;
padding: 10px;
text-align: center;
} 

table.table-line2 TH { 
border: 1px #CCCCCC solid;
padding: 2px;
text-align: left;
} 
table.table-line2 TR:nth-child(1) 
{
	background-color:#1e90ff;
	color:#ffffff;
}

table.table-line3 td {	background: #eee;}
table.table-line3 tr:nth-child(odd) td {	background: #fff;}

table.table-line3 TD { 
border: 1px #CCCCCC solid;
padding: 2px;
text-align: center;
} 

table.table-line3 { 
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
} 

table.table-line3 tr td:nth-of-type(1){
  text-align:center;
	background-color:#1e90ff;
	color:white;
}


/*リンク*/
a img{
border-style:none;
}
a img:hover{
filter:alpha(opacity=80);
opacity:0.8;
} 


#gallery .thumb{
width:100px;
height:75px;
}


:target:before {
   height: 100px;/* ヘッダの高さ */
   margin: -100px 0 0;/* ヘッダの高さ */
   content: ‘ ‘;
   display:block;
}

.box29 {
    margin: 0.2em 0;
    background: #ffffff;
	border-radius: 5px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 5px 5px 0px 0px ;

}
.box29 p {
    padding: 10px 20px;
    margin: 0;
	
}



.box30 {
    margin: 0.2em 0;
    background: #ffffff;
	border-radius: 5px;
}
.box30 .box-title1 {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 5px 5px 0px 0px ;

}
.box30 p {
    padding: 10px 20px;
    margin: 0;
	
}



.box31 {
    margin: 0.2em 0;
    background: #ffffff;
	border-radius: 5px;
}

.box31 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 5px 5px 0px 0px ;

}
.box31 p {
    padding: 10px 20px;
    margin: 0;
	
}