@charset "utf-8";
/* CSS Document */

img{
	border-width:0px;
}

div#marquee{
	width:239px;
	height:80px;
	background:url(../images/marquee_bg.jpg) no-repeat;
	padding:13px 4px 13px 15px;
}

div#marquee div#img{
	float:left;
	clear:left;
	width:115px;
	height:80px;
}

div#index,div#text,div#link{
	float:right;
	clear:right;
	width:110px;
	color:#6F6F6F;
	margin-bottom:5px;
	font-size:9pt;
}

div#text{
	height:45px;
	word-break:break-all;
}

div#text a{
	color:#6F6F6F;
	font-size:9pt;
	text-decoration:none;
	line-height:13px;
}

div#link{
	text-align:right;
	padding-right:10px;
	width:80px;
}
	