@charset "utf-8";
/* CSS Document */

html, body {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	padding:20px;
	margin:0;
}

a {
	color:#000000;
}

a:hover {
	color: #FF6633;
	text-decoration:underline;
}

img {
	border:0px;
}

#top {
	height:110px;
	clear:both;
}

#main {
	margin:15px 0;
}

.menu {
	float:left;
	width:200px;
	border: 1px solid #CCCCCC;
	margin: 0 25px 15px 0;
}

.menu a {
	display:block;
	color:#000000;
	padding:10px;
	border-bottom: 1px dotted #CCCCCC;
	text-decoration:none;
}

.menu a:hover {
	background: #E6E6E6;
}

.menu .this {
	background:#CCCCCC url(bg.jpg);
}

.content {
	line-height: 18px;
	margin-left: 225px;
}

h1 {
	background:#CCCCCC url(bg.jpg);
	border: 1px solid #CCCCCC;
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:20px;
	padding:6px 10px;
	line-height:normal;
}

h2 {
	font-size:16px;
}

ul {
	
}

.partner {
	display:block;
	float:left;
	width:100px;
	text-align:center;
	text-decoration:none;
	margin:0 50px 20px 0; 
}

.copyright {
	clear:both;
	font-size:11px;
	color:#999999;
	border-top: 1px dotted #CCCCCC;
	padding-top:5px;
	margin:15px 0;
}

.clear {
	clear:both;
}