@charset "utf-8";

#index{
	padding:5px 0 0 10px;
}

#index .pickup{
	padding:0 0 25px;
}

#index #tabs{
	height:60px;
}
	#index #tabs li{
		float: left;
		padding:0 7px 0 0;
		cursor: pointer;
	}

#index #entry{
}
	#index #entry-all{
		width: 823px;
		height:763px;
		background: url('../images/index/bg-all.jpg') no-repeat left top;
		overflow-y: auto ;
	}
	#index #entry-food{
		width: 823px;
		height:763px;
		background: url('../images/index/bg-food.jpg') no-repeat left top;
		overflow-y: auto ;
	}
	#index #entry-life{
		width: 823px;
		height:763px;
		background: url('../images/index/bg-life.jpg') no-repeat left top;
		overflow-y: auto ;
	}
	#index #entry-service{
		width: 823px;
		height:763px;
		background: url('../images/index/bg-service.jpg') no-repeat left top;
		overflow-y: auto ;
	}
	
	#index .entry-inner{
		padding:17px 0 20px 23px;
	}
	#index .entry-box{
		float: left;
		background: url('../images/index/bg-blog.png') no-repeat left top;
		width:193px;
		height:243px;
	}
		#index .entry-box .img{
			height:150px;
			padding:0 0 0 25px;
		}
			#index .entry-box .img img{
				margin:18px 0 0;
				max-width:130px;
				max-height:130px;
			}
		#index .entry-box h3{
			height:40px;
			padding:0 36px 0 22px;
			font-size:12px;
		}
		#index .entry-box .blog-name{
			padding:0px 30px 0px 22px;
		}
			#index .entry-box .blog-name p{
				border-top:1px solid #e3cfb6;
				padding:5px 0;
				color:#22457a;
				line-height:15px;
			}
