@charset "UTF-8";
/*formatting style
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #666666;
	background-color: #FFFFFF;
}
hr {
	display: none;
}

/*link styles
-----------------------*/
a img {
	border-style: none;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*basic layout
-----------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 770px;
}
#header {
	padding: 30px 0px 0px;
	height: 60px;
	width: 235px;
	float: left;
}
#info_view {
	height: 150px;
	width: 770px;
	background-image: url(../image/view.jpg);
}
#infinity {
	float: right;
	right: 0px;
	height: 30px;
	padding-top: 30px;
}
#menu {
	float: none;
	padding-bottom: 15px;
}
#copyright {
	clear: both;
	padding-top: 15px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	text-indent: 10px;
	font-size: 10px;
	font-style: italic;
	padding-bottom: 20px;
}
#left_frame {
	width: 770px;
	padding-top: 20px;
}
#text {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
}

