.top_title_now{
		color: #ff5000;
		padding-left: 20px;
		line-height: 42px;
		font-size: 140%;
		margin-top: 20px;
		background-repeat: no-repeat;
		height: 42px;
		width: 710px;
		background-image: url(title.jpg);
	}
	
#campaign_home{
		width: 750px;
}

#campaign_home dl.campaign_box{
		padding-top: 20px;
		float: left;
		padding-right: 20px;
		width: 230px;
}

#campaign_home dt{
		border-color: #CCC;
		border-width: 1px;
		border-style: solid;
		width: 228px;
		overflow: hidden;
		display: inline-block;
		*display: inline;
		*zoom: 1;
}
#campaign_home dt img{
		margin: -1px;
}

#campaign_home dd{
		margin-bottom: 5px;
		background-color: #fcf4dd;
		position: relative;
		height: 130px;
		width: 230px;
}

#campaign_home dd li{
	font-size: 16px;
	font-weight: bold;
	width: 230px;
	padding-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#campaign_home dd li span{
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}
	
#campaign_home dd ol{
	left: 19px;
	bottom: 10px;
	position: absolute;
}

#campaign_home dt a:hover img,
#campaign_home dd ol a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";	
}