#wrap {
	margin: 0 auto;
	width: 810px;
	text-align: left;
}
#header {
	position: relative;
	height: 100px;
}
#header h1 {
	position: absolute;
	left: 20px; top: 0;
	margin: 0;
	width: 300px; height: 90px;
	background: no-repeat url(/new/images/bckheaderh1.jpg);
	font-size: 0;
	text-indent: -99999em;
}
#header h1 a {
	display: block;
	width: 100%; height: 100%;
}
#header .desc {
	position: absolute;
	right: 20px; top: 0;
	padding: 20px 0 0 0;
	width: 345px; height: 65px;
	background: no-repeat url(/new/images/bckheaderdesc.gif);
	font-family: "Kozuka Gothic Pro R"; font-size: 12px;
	text-align: center;
}
#header .desc strong {
	display: block;
	margin: 0 0 5px 0;
	font-size: 14px;
}
#menu {
	margin: 0 0 5px 0; padding: 0;
	list-style-type: none;
	height: 32px; line-height: 32px;
	background: repeat-x url(/new/images/bckmenu.gif);
}
#menu li {
	float: left;
	padding: 0 0 0 2px;
	background: no-repeat url(/new/images/bckmenuli.gif);
	font-family: "Kozuka Gothic Pro R"; font-size: 13px;
}
#menu li a {
	display: block;
	width: 133px;
	text-align: center;
	color: #000;
	text-decoration: none;
}
#menu li.first {
	padding: 0;
}
#menu li.first a {
	width: 135px;
	background: no-repeat url(/new/images/bckmenufirst.gif);
}
#menu li.first a:hover {
	background: no-repeat url(/new/images/bckmenufirsthover.gif);
}
#menu li.last a {
	background: right top no-repeat url(/new/images/bckmenulast.gif);
}
#menu li.last a:hover {
	background: no-repeat url(/new/images/bckmenulasthover.gif);
}
#menu li a:hover {
	background: repeat-x url(/new/images/bckmenulinkhover.gif);
}