﻿@charset "utf-8";

/* CSS Document */

.blog-table{
	float:left; 
	width:210px; 
	list-style:none; 
	margin:10px 5px 20px 20px;}

.blog-thumb img{
	border: 1px solid #DBDBDB;
}

h3.blog-title{
	font-family:"微軟正黑體",Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:15px; 
	padding:10px 0;
	margin:0;
	line-height: 140%;
	text-align:center;
	height:35px;
	overflow:hidden;
}

h3.blog-title a{
	color: #333333;
	text-decoration:none;
	
}

h3.blog-title a:hover{ 
	text-decoration:none;
	color:#000000;
}

.blog-intro{
	border-top:1px solid #CCCCCC;
	font-size:13px;
	color:#333333;
	line-height: 150%;
	text-align:left;
}

.blog-intro p{
	border-bottom:1px solid #CCCCCC;
	padding:5px 0 5px 20px;
	font-size:12px;
}


.blog-line{
	clear: both;
	height: 1px;
	margin: 30px 0;
	border-top: 1px solid #EEE;
}