@charset "UTF-8";

header#header_top {
	max-width:980px;
	width:100%;
	//height:514px;
	//height:90%;
	//border:3px solid #f00;
	//position:absolute;
}


#globalNavBox {
	float:left;
	width:24%;//width:220px;
	margin-left:3%;
	//height:388px;
	height:100%;
	//height:auto;
	//margin-top:76px;
	//padding-top:50px;
	background-image:url("../../images/half_bg.png");
	//border:3px solid #f0f;
	

}

.slider {
	float:right;
	padding-left:0%;
	padding-right:4%;
	padding-top:3%;
	padding-top:46px;
	width:64%;
	max-width:640px;
	//border:3px solid #ff0;
}

.resize_bg {
	background-image:url("../../images/header_top_bg.png");
	//border:3px solid #f0f;
	//height:500px;
}



nav#globalNav_top ul {
	width:163px;
	list-style:none;
	margin:auto;
	margin-top:50px;
	//padding-top:120px;
	//border:1px solid #f0f;
}


nav#globalNav_top ul li{
	text-indent:-9999px;
}

nav#globalNav_top ul li a{
	display:block;
}

nav#globalNav_top ul li#about a{
	width:161px;
	height:36px;
	background-image:url("../../images/gnavi_top.jpg");
	background-position: 0 0px;
	overflow: hidden;
}

nav#globalNav_top ul li#about a:hover{

	background-image:url("../../images/gnavi_top.jpg");
	background-position: -161px 0px;
	
}

nav#globalNav_top ul li#tenji a{
	width:161px;
	height:36px;
	background-image:url("../../images/gnavi_top.jpg");
	background-position: 0px -36px;
	overflow: hidden;
}

nav#globalNav_top ul li#tenji a:hover{

	background-image:url("../../images/gnavi_top.jpg");
	background-position: -161px -36px;
	
}

nav#globalNav_top ul li#event a{
	width:161px;
	height:36px;
	background-image:url("../../images/gnavi_top.jpg");
	background-position: 0px -72px;
	overflow: hidden;
}

nav#globalNav_top ul li#event a:hover{

	background-image:url("../../images/gnavi_top.jpg");
	background-position: -161px -72px;
	
}

nav#globalNav_top ul li#dantai a{
	width:161px;
	height:36px;
	background-image:url("../../images/gnavi_top.jpg");
	background-position: 0px -108px;
	overflow: hidden;
}

nav#globalNav_top ul li#dantai a:hover{

	background-image:url("../../images/gnavi_top.jpg");
	background-position: -161px -108px;
	
}

nav#globalNav_top ul li#oshirase a{
	width:161px;
	height:36px;
	background-image:url("../../images/gnavi_top.jpg");
	background-position: 0px -144px;
	overflow: hidden;
}

nav#globalNav_top ul li#oshirase a:hover{

	background-image:url("../../images/gnavi_top.jpg");
	background-position: -161px -144px;
	
}

nav#globalNav_top ul li#access a{
	width:161px;
	height:36px;
	background-image:url("../../images/gnavi_top.jpg");
	background-position: 0px -180px;
	overflow: hidden;
}

nav#globalNav_top ul li#access a:hover{

	background-image:url("../../images/gnavi_top.jpg");
	background-position: -161px -180px;
	
}

#alertbox {
	width: 100%;
	background: #b40a01;
	padding: 20px 0;
	animation: bg-color 5s infinite;
}
@-webkit-keyframes bg-color {
  0% { background-color: #b40a01; }
  20% { background-color: #f1c40f; }
  40% { background-color: #b40a01; }
  60% { background-color: #f1c40f; }
  80% { background-color: #b40a01; }
  100% { background-color: #b40a01; }
}
@keyframes bg-color {
  0% { background-color: #b40a01; }
  20% { background-color: #f1c40f; }
  40% { background-color: #b40a01; }
  60% { background-color: #f1c40f; }
  80% { background-color: #b40a01; }
  100% { background-color: #b40a01; }
}
#alertbox p {
	font-size: 120%;
	max-width: 980px;
	margin: 0 auto;
	color: #ffffff;
}
#alertbox p a{
	color: #ffffff;
}