#top-main {
	width: 960px;
	margin: 20px 0 0 0;
}

#top-info {
	margin: 10px 0 0 0;	
	width: 960px;
	height: 220px;
}

#top-ex1 {
	float: left;
	display: inline;
	width: 480px;
	height: 220px;
	background: #0d0d0d;
}

#top-ex2 {
	float: left;
	display: inline;
	width: 480px;
	height: 220px;
	background: #f0f0f0;
}

.top-ex-title {
	width: 420px;
	margin: 30px 0 0 30px;
	font-weight: bold;
	font-size: 17px;
	color: #efefef;

}

.top-ex-text {
	width: 420px;
	height: 130px;
	margin: 23px 0 0 30px;
	font-size: 12px;
	line-height: 180%;
	color: #efefef;
}

.top-info-title {
	width: 420px;
	margin: 30px 0 0 30px;
	font-weight: bold;
	font-size: 17px;
	line-height: 100%;
	color: #111111;
}

.top-info-box {
	list-style:none;
	width: 420px;
	overflow: hidden;	
	margin: 20px 0 0 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 160%;
	color: #111111;
}

.top-info-box li {
   padding: 5px 0 5px 100px;
   text-indent: -100px;
   border-bottom: 1px solid #ddddddd;
}

.top-info-box li span {
   display: inline-block;
   width: 100px;
   text-indent: 0;
}

#top-content-titile {
	text-align: center;
	width: 100%;
	margin: 65px 0 40px 0;
	font-weight: bold;
	font-size: 18px;
}