@charset "utf-8";
/* CSS Document */
html,
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

iframe,
.frame
{
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.top
{
	height: 80px;
	width: 100%;
	display: block;
	background: url(bg_frame.png) repeat-x center center;
	border-bottom: 1px solid #ccc;
}

.logo
{
	float: left;
	width: 275px;
	height: 80px;
	overflow: hidden;
}

.alec
{
	float: left;
	height: 80px;
	width: 300px;
	text-align: right;
}

.alec select
{
	padding: 3px;
	margin: 25px 0;
}

.button
{
	background: url(button.png) no-repeat center;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
	margin: 5px;
	padding: 5px 37px;
	width: 100px;
}

.button:hover
{
	font-weight: bold;
	cursor: pointer;
}

.menu
{
	float: left;
	margin: 0;
	padding: 0;
}

.menu ul
{
	margin: 0;
	padding: 18px 0;
}

.menu ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 10px;
}

.menu ul li a
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

.wrap
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.menu ul li a:hover
{
	text-decoration: underline;
}




