.home .under_main {
	background: #4e4c43;
}
.home .home_content {
	color: #ffffff;
	font-size: 1.3em;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.home .home_content p {
	margin-bottom: 0em;
}

.home .high li{
	float: left;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 300px;
	margin-top: 10px;
	padding: 10px;
	margin-left: 10px;
}

.home .high {
	list-style-type: none;
}
.home .high li.first {
	margin-left: 25px;
}
.home .high li img {
	float: right;
	margin-left: 10px;
}
.home .high li h1 {
	color: #27427e;
}
.home .high li h1 span {
	color: #92c04f;
}
.home .high li.no_title .content_high {
	padding-top: 0px;
}
.home .high li .content_high{
	color: #4d6030;
	padding-top: 30px;
	font-size: 1.3em;
}
.home .high li .content_high a.more {
	width: 54px;
	height: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.846em;
	text-align: center;
	padding-top: 3px;
	margin-top: 10px;
	background: url('/media/dsg/more.gif') no-repeat top left;
}
