@charset "utf-8";
/* CSS Document */

#recommend_field {
	width:754px;
	display:inline-block;
	margin:20px auto;
	}
	
#recommend_field .dottedline {	
	line-height:1;
	height:2px;
	font-size:0;
	border-bottom:2px dotted #ccc;
	}
	
#recommend_field #reccomend_title {
	display:inline-block;
	width:752px;
	background-image:url(images/recommend.gif);
	background-repeat:no-repeat;
	height:27px;
	text-align:left;
	margin:10px auto 5px auto;
	}
	
#recommend_field #reccomend_title span {
	font-size:12px;
	line-height:27px;
	font-weight:bold;
	margin-left:10px;
	}
	
table#recommend_contents {
	width:752px;
	margin:5px auto;
	border-collapse:collapse;
	}	
table#recommend_contents tr td {
	border:1px solid #F4ED9A;
	padding:10px;
	}	
	
table#recommend_contents tr.blueback {
	background-color:#fdf9c4;
	}	
	
table#recommend_contents tr.whiteback {
	background-color:#fff;
	}	

.imgarea {
	width:82px;
	background-color:#ddd;
	float:left;
	display:inline-block;
	margin:0;
	}
	
.imgarea img {
	display:inline-block;
	margin:1px;
	}	

.infoarea {
	float:right;
	display:inline-block;
	width:265px;
	text-align:left;
	margin-top:3px;
	}
	
.infoarea .link_t {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	width:265px;
	display:inline-block;
	}
	
.infoarea .category1 {
	width:49px;
	height:18px;
	display:inline-block;
	background-image:url(/s/contents/images/category_2.gif);
	}	
.infoarea .category2 {
	width:49px;
	height:18px;
	display:inline-block;
	background-image:url(/s/contents/images/category_3.gif);
	}	
.infoarea .category3 {
	width:49px;
	height:18px;
	display:inline-block;
	background-image:url(/s/contents/images/category_4.gif);
	}	
.infoarea .category4 {
	width:49px;
	height:18px;
	display:inline-block;
	background-image:url(/s/contents/images/category_5.gif);
	}	
	
.infoarea .exp {
	width:265px;
	font-size:12px;
	display:inline-block;
	margin-top:5px;
	}
	
.grand {
	width:750px;
	display:inline-block;
	margin:5px auto;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	}

.grand a {
	background-image:url(images/back.gif);
	background-repeat:no-repeat;
	padding-left:19px;
	}	
	
.grand a:hover {
	background-image:url(images/back.gif);
	background-repeat:no-repeat;
	padding-left:19px;
	background-position:0 -14px
	}			