#head {
	width: 758px;
	margin: 0 auto;
	background-color: #fff6dc;
	border-bottom: 1px solid #ff6600;
}

#head:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#head h2 {
	float: left;
	color: #c8c8c8;
	padding: 2px 2px 2px 5px;
}

#head-book {
	float: right;
	padding: 2px 5px 2px 5px;
}

#head-book a {
	text-decoration: none;
	color: #000000;
}


#logo-area {
	width: 758px;
	margin: 0 auto;
	padding-top: 6px;
	background-image: url(/img/first/head03.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#logo-area:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#logo {
	float: left;
}

#wide-change {
	float: right;
	padding-right: 3px;
	padding-top: 13px;
}


#global {
	width: 758px;
	margin: 0 auto;
	padding-bottom: 1px;
	background-color: #ffffff;
	background-image: url(/img/wide-head-bg-bd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#global:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#global ul {
}

#global li {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
}



