@charset "utf-8";
/* CSS Document */

/*================================================================================*/

/*部落格首頁*/

/*右欄各區塊標題*/
.main_rt_rt_tit_b{ padding-left:22px; height:22px; background:url(../images/icon_circle2.jpg) no-repeat left; *background-position:left top; }
.main_rt_rt_tit_b label{ display:inline-block; font-size:18px; color:#5a0100; }


/*BANNER*/
.blog_banner_txt{ margin-top:5px; background:url(../images/blog_banner_bg2.jpg) no-repeat; width:610px; height:40px; }
.blog_banner_txt label{ display:inline-block; margin-top:8px; margin-left:19px; }
.blog_banner_txt a{ font-size:20px; font-weight:bold; color:#5a0100; }
.blog_banner_img{ margin-bottom:10px; background:url(../images/blog_banner2.jpg) no-repeat; width:610px; height:300px; }
.blog_banner_img span{ display:inline-block; margin-top:8px; margin-left:21px; font-size:16px; font-weight:bold; color:#FFFFFF; }


/*文章標題*/
.blog_main_tit{ padding-left:21px; height:25px; background:url(../images/icon_square2.jpg) no-repeat left top; border-bottom:1px solid #5a0100; }
.blog_main_tit label{ display:inline-block; font-size:16px; line-height:18px; *line-height:20px; font-weight:bold; color:#5a0100; margin-left:5px; }


/*文章簡述*/
.blog_main_txt{ line-height:20px; margin:5px 0px; padding-bottom:5px; border-bottom:1px solid #5a0100; }
.blog_main_txt a{ color:#0f4866; }


