/***********************
* ワイドヘッダー
***************************************/

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

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

#wide-head h2 {
	float: left;
	color: #000;
	padding: 2px 2px 2px 5px;
	font-weight: bold;
}

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

#wide-head-book a,
#wide-head-book a:hover {
	text-decoration: underline;
	color: #0000ff;
	background-color: #fff0d7;
}

#wide-logo-area {
	width: 100%;
	min-width: 758px;
	margin: 0;
	padding-top: 6px;
	background-color: #ffffff;
	text-align: left;
	background-image: url(/img/wide-head-bg-bd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

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

#wide-logo {
	width:100%;
	background-image: url(/img/first/head03.gif);
	background-position: 264px bottom;
	background-repeat: no-repeat;
	overflow:hidden;
}
#wide-logo a {
	float:left;
}

#wide-logo div#normal-change {
	float: right;
	display:inline;
	width: 100px;
	margin:13px 3px 0 0;
}


#wide-global-bg {
	width: 100%;
	min-width: 758px;
	background-image: url(/img/wide-head-bg-bd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 1px;
}

#wide-global {
	width: 100%;
	margin: 0;
}

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

#wide-global ul {
	background-color: #ffffff;
	background-image: url(/img/second2/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-right: 2px;
	overflow:hidden;
	height:100%;
}

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

#wide-global li#end {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}


