@charset "utf-8";
/* CSS Document */
h1 {
	font-size:18px;
}
.header {
	height:35px;
	width:100%;
	text-align:left;
}
.header .logo {
	float:left;
	width:93px;
	height:35px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}
.header .unit {
	float:left;
	margin-left:0px;
	width:90px;
	float:left;
	height:35px;
	overflow:hidden;
}
.header .ad {
	float:left;
	margin-left:0px;
	width:90px;
	float:left;
	height:35px;
	overflow:hidden;
}
.header .other {
	width:auto;
	height:17px;
	font-size:12px;
	text-align:left;
	float:right;
	margin-top:1px;
	margin-right:5px;
}
.header .other a {
	width:90px;
	height:35px;
	font-size:12px;
	color:#CCC;
	text-decoration: none;
	line-height: 17px;
}
.header .other a link {
	color:#FFF;
}
.footer {
	background-color:#CCCCCC;
	padding:5px;
	text-align:center;
	height:35px;
	font-size:12px;
	line-height: 20px;
}
.otherContent {
	padding:40px;
	font-size:13px;
}
.contentTitle {
	background-color:#e1e1e1;
	font-size:18px;
	padding:10px;
	font-weight: bold;
}
.contentText {
	font-size:13px;
}
