@charset "utf-8";


/*override*/
#header {
	width:100%;
	height:32px;
	top:30px;
	position: absolute;
	background:url(../images/top_header_bg.png) repeat-x left center;
}



#flash {
	width:100%;
	margin-bottom:30px;
	text-align:center;
}

#flash-img {
	width:100%;
	height:560px;
	margin-bottom:30px;
	text-align:center;
	background:url(../images/top_sample.jpg) no-repeat center center;
}



/*
#header-inner #mainmenu {
}
#mainmenu {
	padding:4px 0;
}
*/


/*
#mainmenu li {
	float:left;
	height:24px;
}

#mainmenu li a {
	display:block;
	height:24px;
}
*/

/* images override */
#mainmenu .navi01 a {
	width: 189px ;
	background: url(../images/top_navi.png) no-repeat 0 0;
}
#mainmenu .navi01 a:hover {
	width: 189px ;
	background: url(../images/top_navi.png) no-repeat 0 -30px;
}
#mainmenu .navi02 a {
	width: 93px ;
	background: url(../images/top_navi.png) no-repeat -189px 0;
}
#mainmenu .navi02 a:hover {
	width: 93px ;
	background: url(../images/top_navi.png) no-repeat -189px -30px;
}
#mainmenu .navi03 a {
	width: 81px ;
	background: url(../images/top_navi.png) no-repeat -282px 0;
}
#mainmenu .navi03 a:hover {
	width: 81px ;
	background: url(../images/top_navi.png) no-repeat -282px -30px;
}
#mainmenu .navi04 a {
	width: 94px ;
	background: url(../images/top_navi.png) no-repeat -363px 0;
}
#mainmenu .navi04 a:hover {
	width: 94px ;
	background: url(../images/top_navi.png) no-repeat -363px -30px;
}
#mainmenu .navi05 a {
	width: 117px ;
	background: url(../images/top_navi.png) no-repeat -457px 0;
}
#mainmenu .navi05 a:hover {
	width: 117px ;
	background: url(../images/top_navi.png) no-repeat -457px -30px;
}


#header-inner h1 {
/*
	position:absolute;
	left:790px;
	top:-20px;
	z-index:1;
	clear:both;
	top:-20px;
*/
	/*override*/
	top:-35px;
}



