/* CSS Document */

body{ margin:0; padding:0;font-size:10px;
	background:url(images/flash_img_r2_c2.jpg) no-repeat fixed;}

ul,li {	list-style:none;margin:0; padding:0;}

#recommendBox {
	margin:0;
	padding:10px 0;
	}

#recommendBox li {
	padding-left:10px;
	margin-left:10px;
	color:#F60;
	line-height:1.5em;
	background:url(images/list_check.gif) no-repeat 0 0;
	clear:both;
	}

#recommendBox li:after {
	clear:both;
	}
	

#recommendBox li a,
#recommendBox li a:link,
#recommendBox li a:visited,
#recommendBox li a:active {
	line-height:1.5em;
	font-size:12px;
	color:#03C;
	text-decoration:none;
	}

#recommendBox li a:hover {text-decoration:underline;}
