@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	HEADER
------------------------------------------- */
table.frame_menu {
	height: 25px;
	border: none;
	padding: 0 60px 0 400px;
	text-align: center;
	color: #828282;
	float: right;
	font-size: 11px;
}
#header p {
	margin: 0;
	text-align: right;
	color: #828282;
	font-size: 11px;
	padding: 20px 60px 0 0;
}
#header p a {
	color: #828282;
	font-weight: normal;
}
#header p a:hover, table.frame_menu td a:hover {
	text-decoration: underline;
	color: #0166FF;
}
#header p.homelogo {
	text-align: left;
	padding: 0 0 0 60px;
}
/* Search --------------------------------- */
#searchfield {
	text-align: right;
	font-size: 11px;
	color: #828282;
	margin: -20px 60px 0 60px;
	height: 40px;
}
#searchfield-input {
	width: 400px;
	float: right;
}
#searchfield-input input.text {
	height: 20px;
}
#searchfield-button {
	float: right;
}
.mr-btn {
	background: url(../images/button-go.png) no-repeat 0 0;
	width: 24px;
	height: 20px;
	margin: 0 0 0 4px;
	border: none;
	}
.mr-btn_out {
	background: url(../images/button-go.png) no-repeat 0 0;
	width: 24px;
	height: 20px;
	margin: 0 0 0 4px;
	border: none;
}
.mr-btn_over {
	background: url(../images/button-go.png) no-repeat 0 -20px;
	width: 24px;
	height: 20px;
	margin: 0 0 0 4px;
	border: none;
	cursor: default;
}
