/*------------------------------------------

ペット用品通販【ドッグパラダイス】CSS
last update 08/11/14 editor fukuda
------------------------------------------*/



/*------------------------------------------
カテゴリページ共通
------------------------------------------*/

.ct_tab{
	width:610px;
	margin:0;
	background:url(../images/bg-tab.jpg) no-repeat left bottom;
}

.ct_title{
	width:610px;
	margin:0;
}

.ct_body{
	width:610px;
	margin:0;
	padding:15px 0 0 0;
	background:url(../images/bg-ct_body.jpg) repeat-y left top;
}

.ct_body_inner{
	padding:10px 5px;
}

.ct_pickup td{
	font-size:11px;
	line-height:140%;
	text-align:left;
}

.ct_pickup td a:link,
.ct_pickup td a:visited{
	color:#333;
	text-decoration:none;
}

.ct_pickup td a:hover{
	color:#c00;
	text-decoration:underline;
}

.ct_pickup td a:hover img{
filter:Alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.80;
}

.ct_pickup_img{
	width:130px;
	margin-bottom:5px;
}

.ct_pickup_name{
	width:130px;
	margin:0 0 8px 0;
	padding:5px 0;
	border-bottom:1px dotted #aaa;
}

.ct_pickup_price{
	margin:0;
	font-size:12px;
}


.ct_cat{
	width:600px;
	margin:0 0 30px 0;
}

.ct_cat td a:hover img{
filter:Alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.80;
}

.ct_recommend_inner{
	width:560px;
	height:240px;
	margin:0 20px;
	overflow:auto;
}

.ct_recommend td{
	font-size:11px;
	line-height:140%;
	text-align:left;
}

.ct_recommend td a:link,
.ct_recommend td a:visited{
	color:#333;
	text-decoration:none;
}

.ct_recommend td a:hover{
	color:#c00;
	text-decoration:underline;
}

.ct_recommend td a:hover img{
filter:Alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.80;
}

.ct_recommend_img{
	width:120px;
	margin-bottom:5px;
}

.ct_recommend_name{
	width:120px;
	margin:0 0 8px 0;
	padding:5px 0;
	border-bottom:1px dotted #aaa;
}

.ct_recommend_price{
	margin:0;
	font-size:11px;
}


/*------------------------------------------
昆虫ページ用
------------------------------------------*/

.ct_insect_howto{
	width:600px;
	margin:0;
}

.ct_insect_howto_inner{
	padding:0 10px;
	margin:0;
}