@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      print.css
 Author:         Your Name (admin)
 Style Info:     印刷用
----------------------------------------------------------- */

#page_banner {
	width:900px;
	height:230px;
	background:url(../img/share/ba1_blog.jpg) no-repeat;
	padding:0 0 0 0;
}

/*	#blog 
----------------------------------------------------*/

#blog {
}

#blog h3 {
	width:660px;
	height:29px;
	background:url(../img/share/ba2_blank.gif) no-repeat;
	padding:4px 0 0 10px;
	margin:0 0 20px 0;
}

.comment {
	background:url(../img/share/ba3_comment.gif) no-repeat;
	padding:0 10px 0 0;
}

.recent {
	background:url(../img/share/ba3_new-article.gif) no-repeat;
	padding:0 10px 0 0;
}

.category {
	background:url(../img/share/ba3_category.gif) no-repeat;
	padding:0 10px 0 0;
}

.archive {
	background:url(../img/share/ba3_past-log.gif) no-repeat;
	padding:0 10px 0 0;
}

.serach {
	padding:0 20px 10px 0;
}

.blog_menu{
}

#blog .txt {
	width:620px;
	margin-left:20px;
}

#blog img {
	float:left;
	margin-left:20px;
}

.more {
	margin-left:20px;
}
#blog .foot {
	text-align:right;
}

/*----------------------------------------------------
	#calendar 
----------------------------------------------------*/
#calendar{}

#calendar td { 
	font-size:small;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #0066ff;
}

a:visited {
	text-decoration: none;
	color: #0066ff;
}

a:hover {
	text-decoration: underline;
	color: #0066ff;
}

a:active {
	text-decoration: none;
	color: #0066ff;
}

