@charset "utf-8";
/* CSS Document */

#main img{
	margin-bottom:10px;	
}
#main a img {
	width:269px;
	height:134px;
	border:solid #ff9000 3px;
}

#main a:hover img {
	width:269px;
	height:134px;
	border:solid #00b0ec 3px;
} 
.recommend_l{
	width:275px;
	height:140px;	
	float:left;
	margin-bottom:10px;
}
.recommend_r{
	width:275px;
	height:140px;	
	float:right;
	margin-bottom:10px;
}
img.rec{
	position:relative; top:0px; left:0px;
	z-index:1;
}

p.rec{
	width:155px;
	color:#666;
	font-weight:bold;
    font-size:1.7em;
    z-index:2;
    position:relative; top:-110px; left:120px;
    }

.rec a{
	color:#666;
	text-decoration:none;
}
.rec a:hover{
	color:#00b0ec;
	text-decoration:none;
}

