body {
	background-image: none;
	background-color: #221815;
}
	
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 60px;
	color: #FFF;
	line-height: 160%;
}
#wrapper .topImg {
	background-image: url(img/kv.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	height: 580px;
}
	
#wrapper h1 {
	text-align: right;
}
#wrapper .intro {
	text-align: right;
	margin-top: 160px;
}
#wrapper .menu {
	width: 960px;
	margin-top: 40px;
}
#wrapper .menu li {
	float: left;
	margin-top: 20px;
}
#wrapper .menu .left {
	margin-right: 30px;
}
#wrapper h2 {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#wrapper h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.cL {
	clear: left;
}
.ctt {
	margin-top: 40px;
	margin-bottom: 60px;
}

.ctt .photo {
	float: left;
	margin-bottom: 60px;
}
.ctt .txt {
	float: left;
	width: 630px;
	margin-left: 30px;
}
.ctt .note {
	font-size: 10px;
	margin-top: 10px;
}
.btn {
	background-color: #FFF;
	width: 200px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.btn a {
	color: #EE7600;
	text-decoration: none;
}
