@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 ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   line-height: 1.5;
	background: url(../images/new_bg.jpg) repeat-x;
background-position:7% top;
background-color:#003470;
background-color:#1259A9 ;}

li {
	list-style:none;
}

.mt120{
	top:33px;
	right:6px;
}
br {
   letter-spacing:normal;
}

a {
   color:#0000FF;
   text-decoration:none;
}

a:hover {
   color:#E79E00;
   text-decoration:underline;
}

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

h1,h2,h3,h4,h5,h6 {
   margin:0;
}
#page #bg_head {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
#page {
/*	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
*/	width: 975px;
	margin-right: auto;
	margin-left: auto;
}


/* ========TEMPLATE LAYOUT======== */
div#header {
   width:943px;
   margin:0px auto;  
   /*width:100%;
   height: 250px;*/
   position:relative;
   /*background: url("../images/header.jpg") no-repeat center 0;*/
   

}
div#subPage div#header {
   width:943px;
   margin:0px auto;   
   /*width:100%;
   height: 150px;*/
   margin:0 auto;
   position:relative;
   background: url("../images/sub_header.jpg") no-repeat center 0;
   background-color: #080807;

}
div#menu {
	width:943px;
	/*width:100%;*/
   margin:0 auto;
	position:relative;
	/*float:left;*/
   margin-bottom:0px;
	background:url("../images/bg_menu.gif") 0 100% repeat-x;
	margin-top: 28px;
/*	margin-right: auto;
	margin-left: auto;*/
	
}

/*div#menu.home a {
	background-image: url(../images/gnav01_off.jpg);
	background-image:no-repeat;
}

div#menu.home a:hover {
	background-image: url(../images/gnav01_on.jpg);
	background-image:no-repeat;
}*/



div#contents {
	width:943px;
	margin:0px auto;
	background-image: url(../images/sub_bg.gif);
	background-repeat: repeat-y;
	background-color:rgba(251,244,244,0.2);
	border-right:8%;
}

div#main {
	float:right;
	width:660px;
	margin-top: 15px;
	margin-right:20px;
}

div#sub {
   float:left;
   width:250px;
   background-color:#fff;
}

div#totop {
   clear:both;
}

div#footer {
	width:943px;
	position:relative;
	clear:both;
	background:#34312E;
	color: #0882C1;
	background-color: #313431;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding:10px;
   font-size:150%;/* 24px相当 */
   color:#fff;
   line-height:70px;

}

div#header h1 a {
   color:#333;
}

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

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:943px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

/*div#menu li a {
   display:block;
   width:155px;
   color:#FFFFFF;
   line-height:50px;
   border-left:1px solid #D8D8D8;*/
}

div#menu li.home a {
   border:none;
}

div#menu li a.active {
   background: #EEEEEE;
   color: #333333;
}

div#menu li a:hover {
   color:#333;
   background:#F2F2F2;
   text-decoration:none;
}


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

div#main h3 {
   margin-bottom:3px;
   font-size:88%;/* 14px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 0em 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
   padding: 0;
   margin: 0;
}

div#main ul{
   padding-left: 15px;
}
ul#sponsor li{
	border-bottom: dashed 1px  #ababab;
	line-height: 2;
}

div#main ol{
   padding-left: 20px;
}

div#main ol li{
	margin: 0 0 10px 3px;
}

div#main dt {
   margin-bottom:3px;
   font-size: 14px;
   font-weight: bold;
}

div#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
	line-height: 26px;
}
/*#subPage #contents #main #denkou {
	height: 30px;
	width: 479px;
	margin-bottom: 15px;
}*/


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

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}
#page #contents #sub .sponsor_banner {
	height: 112px;
	width: 219px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 15px;
}

#page #contents #sub .banner {
/*	height: 112px;*/
	width: 220px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	margin-top: 25px;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
	font-size:88%;/* 14px相当 */
	margin-bottom:15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当 */
   font-weight:bold;
   color:#5A5132;
   padding-left:10px;
   background:#fff url("../images/bg_submenu.gif") 0 50% no-repeat;
   border-bottom:1px solid #E7E7E7;
}

div#sub ul {
   margin:0;
   padding:0;
}

div#sub li {
	font-size:82%;/* 13px相当 */
	line-height:1.4;
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3B3B3;
   
}

div#sub li a {
	font-size:100%;/* 16px相当 */
	display:block;
	padding-left:25px;
	color:#333;
	line-height:3.0;
	background-image: url(../images/top_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#page #contents #banner ul li {
	list-style-type: none;
}
#page #contents #main #denkou {
	margin-bottom: 15px;
	height: 30px;
	width: 479px;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
	text-align:right;
	font-size:75%;/* 12px相当 */
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

div#totop a {
   padding:0 0 0 12px;
   background:url("../images/bg_totop.gif") 0 50% no-repeat;
   color:#333;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:center;
   background:url("../images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
	color: #FFF;
	display:inline;
	margin:0 0 0 10px;
	font-size:75%;/* 12px相当 */
	list-style:none;
}

div#footMenu li a {
	padding-left:10px;
	color:#FFF;

	font-size:font-size:88%;/* 14px相当 */
	background-image: url(../images/bg_footmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   text-align:center;
   color: #FFF;
}


/* ===========history main siyou======================*/
div#sisyou {
	   width:568px;
	   font-size:75%;/* 12px相当 */
	   float:left;
	   }
	  
/* ===========history main siyou_mark======================*/
div#sisyou_mark {
	   width:180px;
	   height:84px;
	   font-size:75%;/* 12px相当 */
	   float:left;
	   }	  
#page #contents #main #denkoh {
	width: 680px;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}





/* ===========追加css2016======================*/


.annai2016{
	background-color: #0C3D72;
	background:url(../images/annai.gif) no-repeat; 
/*	background:url(../images/annai_end.gif) no-repeat; 
*/	background-position: top;

/*	min-height:824px;*/
}



.annai_new{
	color:#fff;
	padding:180px 0px 0px 0px;
		font-size:180% !important;
		text-align:center;

	
}



.annai2016 p{
	color:#fff;
		font-size:100% !important;
	
}

.pepe{
	background-color: #0C3D72;
	text-align: center;
	padding-bottom:5%;
} 







