@charset "utf-8";

a.return{
	display: block;
	width: 90px;
	height: 29px;
	margin: 10px auto;
}

dl.trends{
	background-color: #fff;
	padding: 20px 30px 10px;
}

dl.trends dt,
h3{
	border-bottom: dotted 1px #999;
	background: url(../img/icon_world.gif) 0 50% no-repeat;
	font-size: 16px;
	color: #5F7481;
	padding: 6px 0 3px 22px;
	
}

dl.trends dt span,
h3 span{
	float: right;
	font-size: 11px;
	background: url(../img/tab_update.gif) 0 50% no-repeat;
	margin-top: 10px;
	padding-left: 34px;
	line-height: 1em;
	font-weight: normal;
}

dl.trends dd{
	padding: 10px 10px 0;
	line-height: 1.4;
	text-align: justify;
	text-justify: distribute;
	margin-bottom: 30px;
	overflow: hidden;
}

dl.trends dd p{
	width: 490px;
	float: left;
}

dl.trends dd strong{
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #5F7481;
	margin-bottom: 6px;
	padding: 0;
}



dl.trends dd a{
	display:block;
	float: right;
	width: 71px;
	height: 29px;
	margin-top: 2px;
	background: url(../img/btn_continue.gif) 0 0 no-repeat;
	text-indent: -9999px;
}
dl.trends dd a:hover,
a.return:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.inner{
	background-color: #fff;
	padding: 20px 30px;
}

.inner h3{
	margin-bottom: 20px;
}

.inner h4{
	padding: 0 20px 0;
	font-size: 14px;
}

.inner h4 span{
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
}

.inner p{
	padding: 10px 20px 0;
}

p.signature{
	padding: 40px 20px 20px;
}

p.note{
	font-size: 10px;
	color: #555;
	border: 1px dotted #ccc;
	padding: 20px;
	margin: 0 20px 20px;
}

