@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-size: 100%;
	color: #000000;
}
#wrapper {
	height: 27px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #memInfo {
	float: left;
	height: 27px;
	width: 1000px;
	position: relative;
	background-color: #000000;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 27px;
	clear: both;
}
#wrapper #memInfoLogin {
	float: right;
	height: 22px;
	width: 130px;
	position: absolute;
	left: 859px;
	top: 0px;
}
#wrapper #memInfoLogin a:link, #wrapper #memInfoLogin a:visited, #wrapper #memInfoLogin a:active {
	text-decoration: none;
	color: #E9D8BE;
}
#wrapper #memInfoLogin a:hover {
	text-decoration: none;
	color: #C5DFC4;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5DFC4;
}

