@charset "utf-8";
#introduction {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/line-dot.png);
}
#introduction h2 {
	margin-bottom: 10px;
	margin-left: 40px;
}
#topic {
	width: 520px;
	margin-left: 40px;
	color: #666666;
}
.blog-title {
	background-image: url(../images/blog-title-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 3px;
	width: 520px;
}
#read {
	width: 520px;
	margin-left: 40px;
	background-image: url(../images/read-bg.png);
	background-repeat: no-repeat;
	background-position: right 32px;
	margin-top: 43px;
	margin-bottom: 45px;
}
#read h2 {
	margin-bottom: 23px;
}
#next-stage {
	background-image: url(../images/bg-next-stage.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 25px;
	padding-bottom: 30px;
}
#next-stage h2 {
	margin-bottom: 15px;
}
#sub {
	margin-top: 0px;
	border-top-style: none;
	padding-top: 0px;
}
.date {
	font-size: 10px;
	width: 55px;
	float: left;
	color: #666666;
}
.title {
	width: 450px;
	float: right;
}
.category {
	color: #999999;
	font-size: 11px !important;
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
}

