@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_information.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;
}
.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;
}
.blog_menu{
}
#blog .txt {
	width:524px;
	margin-left:20px;
	float:right;
}
#blog .txt_all {
	width:620px;
}
#blog img {
	margin-left:20px;
	float:left;
}
#blog p {
	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;
}
















 