@charset "UTF-8";

/*****************************************
			Top Navigation
*****************************************/
#navbox {
	float: right;
	_display: inline;
	width: 390px;
	margin: 26px 0 14px 0;
	padding: 0;
}
/*****************************************
				Search
*****************************************/
#search {
	float: right;
	_display: inline;
	width: 390px;
	height: 36px;
	margin: 0 0 0 auto;
}
#search .inner {
	width: 390px;
	height: 28px;
	padding: 4px 0;
	overflow: hidden;
	/zoom: 1;
}
#search .inner form {
	display: inline;
}
#search .inner form label {
	display: none;
}
#field_search {
	width: 281px;
	height: 26px;
	line-height: 24px;
	border: solid 1px #CCC;
	float: left;
	_display: inline;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
}
#select_search {
	float: left;
	_display: inline;
}
#btn_search {
	float: left;
	_display: inline;
	/zoom: 1;
	cursor: pointer;
	width: 90px;
	height: 28px;
	border: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/header/searchbn.jpg) 0 0 no-repeat;
}
dl#cloud_keyword {
	clear: both;
	padding: 6px 0 0 0px;
	list-style: none;
	overflow: hidden;
	/zoom: 1;
}
dl#cloud_keyword dt {
	float: left;
	_display: inline;
	font-weight: bold;
	margin: 0 6px 0 0;
}
dl#cloud_keyword dd {
	float: left;
	_display: inline;
	margin: 0 12px 0 0;
}

/* Text Size Changer */
#sizeChanger {
	height: 24px;
	padding: 0;
	float: right;
	_display: inline;
	_zoom: 1;
	overflow: hidden;
	margin: 4px 6px 0 0;
}
#sizeChanger dt,
#sizeChanger dd {
	float: left;
	_display: inline;
}
#sizeChanger dt {
	color: #d85d55;
	margin: 4px 5px 0 0;
	font-size: 81%;
}
#sizeChanger dd {
	height: 24px;
}
#sizeChanger dd#df {
	width: 46px;
}
#sizeChanger dd#zf {
	width: 44px;
}
#sizeChanger dd#df a { background: url(../img/header/textbn.jpg) 0 0px no-repeat; }
#sizeChanger dd#zf a { background: url(../img/header/textbn.jpg) -46px 0px no-repeat; }
#sizeChanger dd#df a:hover { background: url(../img/header/textbn.jpg) 0 -24px no-repeat; }
#sizeChanger dd#zf a:hover { background: url(../img/header/textbn.jpg) -46px -24px no-repeat; }
#sizeChanger dd a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}