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

a.fbsb{position:fixed; top:10px; right:10px; z-index:9999;}
a.twtb{position:fixed; top:80px; right:10px; z-index:9998;}

header{
	width:100%;
	height:155px;
	margin:0;
	padding:0;
	background-image:url(../img/top_background_repeat.png);
	background-repeat:repeat-x;
	background-position:top left;
	}
div#header-wrapper{
	width:980px;
	height:155px;
	margin:0 auto 0 auto;
	padding:0;
	}
h1#logo{
	position:absolute;
	top:15px;
	display:inline-block;
	width:730px;
	height:55px;
	margin:0;
	padding:0;
	background-image:url(../img/header_logo.png);
	}
h1#logo a{
	display:block;
	width:260px;
	height:55px;
	margin:0;
	padding:0;
	line-height:0px;
	font-size:0px;
	}
div#searcher{
	position:relative;
	top:15px;
	width:240px;
	height:30px;
	margin:0;
	padding:0;
	float:right;
	}
input#cse-text{
	position:relative;
	width:200px;
	height:25px;
	margin:0;
	padding:0;
	border:1px solid #DDD;
	background:#FFF url(https://www.google.com/cse/images/google_custom_search_watermark.gif) no-repeat center left;
	float:left;
	-webkit-box-shadow:inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.5);
			box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	transition:ease 0.4s;
	}
	#cse-text:hover{border:1px solid #BBB;}
	#cse-text:focus{background:#FFF;}
input#cse-submit{
	position:relative;
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	border:0;
	background:url(../img/search_04.png);
	float:right;
	cursor:pointer;
	}
nav#headernavi{
	position:absolute;
	top:80px;
	display:block;
	width:980px;
	height:75px;
	}
.navifirst, .navi, .navilast{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	}
p.eng{
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:20px;
	z-index:100;
	width:auto;
	height:12px;
	margin:auto;
	padding:0;
	font-family:Book Antiqua;
	font-size:13px;
	color:#AAA;
	}
li.navifirst{
	list-style-type:none;
	width:80px;
	height:75px;
	float:left;
	border-left:1px solid #AAAAAA;
	text-align:center;
	}
	.navifirst a{
		display:block;
		width:80px;
		height:0px;
		padding-top:75px;
		overflow-y:hidden;
		font-size:0px;
		background-image:url(../img/navifirst_background.png);
		background-repeat:no-repeat;
		}
		.navifirst a:hover,
		.navifirst a:active{
			background-position:0 -75px;
			}
li.navi{
	list-style-type:none;
	position:relative;
	width:180px;
	float:left;
	border-left:1px solid #AAAAAA;
	text-align:center;
	}
	.navi a{
		display:block;
		padding:0;
		height:75px;
		line-height:55px;
		color:#222222;
		font-family:Meiryo;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		background-image:url(../img/navi_navilast_background.png);
		background-repeat:no-repeat;
		}
		.navi a:hover,
		.navi a:active{
			background-position:0 -5px;
			}
li.navilast{
	list-style-type:none;
	position:relative;
	width:180px;
	float:left;
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	text-align:center;
	}
	.navilast a{
		display:block;
		padding:0;
		height:75px;
		line-height:55px;
		color:#222222;
		font-family:Meiryo;
		font-size:16px;
		font-weight:bold;
		text-decoration:none;
		background-image:url(../img/navi_navilast_background.png);
		background-repeat:no-repeat;
		}
		.navilast a:hover,
		.navilast a:active{
			background-position:0 -5px;
			}


