@charset "UTF-8"; 

div#headerBox {
	position: relative;
	width: 760px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../../images/topImageBg.gif) no-repeat center bottom;
}

	h1 {
		width: 256px;
		padding: 23px 0 0 23px;
	}


div#naviListBox {
	position: absolute;
		top: 55px;
		right: 0;
	width: 440px;
	height: 30px;
	margin: 0;
	padding: 15px 0 0 14px;
	background: url(../../images/navi/naviBg.gif) no-repeat;
}

	ul#naviList {
		margin: 0;
		padding: 0;
	}
	
	ul#naviList li {
		display: inline;
		margin: 0 5px 0 0;
		padding: 0;
	}
