@charset "shift-jis";

/*==[ hdInBlock ]========================================*/
div#hdInBlock {
    margin:0 auto;
    padding:0;
    width:856px;
	_width:891px;
	font-size:95%;
    text-align:left;
	zoom:1;
}

*:first-child+html div#hdInBlock {
	width:850px;	
}

div#hdListWrap {
	margin:0 12px 0 0;
	float:right;
	width:430px;
}

div#hdListBox {
	display:inline;
	float:right;
	word-break: break-all;
}

div#hdInBlock ul {
	float:left;
	display:inline;
	overflow:hidden;
	zoom:1;
	margin:0;	
}

*:first-child+html div#hdInBlock ul {
	float:left;
	display:inline;
	overflow:hidden;
	zoom:1;
	margin:0;
	padding-left:35px;	
}

div#hdInBlock:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

div#hdInBlock li {
	float:left;
	margin:0 24px 0 0;
	padding:0;
}

div#hdInBlock a:link {
	color:#fff;
	text-decoration:none;
}

div#hdInBlock a:hover {
	text-decoration:underline;
}

div#hdInBlock a:visited {
	color:#fff;
	text-decoration:none;
}


/*==[ hdSearch ]========================================*/
#hdSearch {
	position:relative;	
	float:right;
	margin-top:3px;
}

#hdSearch:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

#hdBrKeyword {
	float:left;
	width:154px;
	height:14px;
	_height:18px;
	border-right:1px solid #000;
	border-left:none;
	border-bottom:none;
	border-top:none;
	background: #fff;
	padding:3px;
	color: #333;
}

*:first-child + html #hdBrKeyword {/* IE7.x */
	padding:2px 0 2px 0 !important;
}

#hdBrKeyword {/* IE8.x */
	padding:2px !important;
}

#hdSubmit {
	position: absolute;
	top: 0;
	left:154px;
	border-left:1px solid #000;
}

*:first-child + html #hdSubmit {
	top:1px;
}

/*- navigation 02 -*/
#headerArea dl {
	position:absolute;
	left:-9999px;
}

/*- accesskey属性 kbd -*/

#headerArea kbd {
	position:absolute;
	left:-9999px;
}

