@charset "UTF-8";
/* CSS Document */

html{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:150%;
	margin:0;
	}


body {
	width:100%;
	margin: 0px;
	padding: 0px;
	font-size:90%;
	color:#444;
	}

p, h1, h2, h3, h4{
	margin:0;
	padding:0;
	}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	}

.container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	}
	
/*＝＝＝＝＝ヘッダー＝＝＝＝＝*/
.header_wrap{
	width:100%;
	height:380px;
	background-image:url(../img/hd_bg.png);
	background-position:center;
	}

header{
	margin:auto;
	width:960px;
	}

.hd_bg2{
	margin:0;
	padding:0;
	text-align:center;
	height:20px;}	
	
/*＝＝＝＝＝ナビ＝＝＝＝＝*/

	
nav{
	width: 960px;
	height:62px;
	padding: 0px;
	margin:auto;
	position:relative;
	background-image:url(../img/nav_bg.png);
	}

ul#globalnavi{
	width:960px;
	height:42px;
	margin:0;
	overflow:hidden;
	padding: 0;
	}
	
ul#globalnavi li{
	float:left;
	display:block;
	}
	
ul#globalnavi li a {
	display: block;
	overflow: hidden;
	height: 42px;
	background-image:url(../img/nav.png);
	padding-top:0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	list-style-type: none;
	}

    #navi1 a { width:192px; background-position:0       0;}
    #navi2 a { width:192px; background-position:-192px  0;}
    #navi3 a { width:192px; background-position:-384px  0;}
    #navi4 a { width:192px; background-position:-576px  0;}
    #navi5 a { width:192px; background-position:-768px  0;}
    #navi1 a:hover  { width:192px; background-position:0       -42px;}
    #navi2 a:hover  { width:192px; background-position:-192px  -42px;}
    #navi3 a:hover  { width:192px; background-position:-384px  -42px;}
    #navi4 a:hover  { width:192px; background-position:-576px  -42px;}
    #navi5 a:hover  { width:192px; background-position:-768px  -42px;}



/*＝＝＝＝＝メイン＝＝＝＝＝*/
#main_bg{
	background-image:url(../img/main_bg.png);
	background-repeat:repeat-x;
	}

.container{
	width:960px;
	margin:auto;
	}

#main{}

.pdf{
	height:361px;
	background-image:url(../img/pdf_new.png);
	background-repeat:no-repeat;
	}

.pdf a{
	width: 450px;
	height:70px;
	display:block;
	position:relative;
	top:250px;
	left:482px;
	background-image:url(../img/btn_2018.png);
	}

.pdf a:hover{width:450px; background-position:0       -70px;}



#event{
	padding-top:30px;
	padding-bottom:9px;
	border-bottom:solid 1px #008A22;
	}	

#event img{
	margin:0 10px 20px 10px;
	}
	
#event a img:hover{
	opacity:0.5;
	filter: alpha(opacity=50) ;	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;
	}	


footer{
	padding-top:25px;
	padding-bottom:50px;
	font-size:12px;
	text-align:center;
	}
	
/*＝＝＝＝＝トップページへ＝＝＝＝＝*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 90%;
}

#page-top a {
    background: #a0d53b;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #090;
}
	