@charset "utf-8";
/* right 設定 */

/* 部落格box
-------------------------------------------------*/
#right_blogbox{
	height:1%;
	width: 200px;
	float: right;
	overflow:hidden;
}/*整體框架*/
#right_blogbox  .intop_t {
	height:35px;
	background-image: url(../images/blogin_top_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}/*box上方底圖*/
#right_blogbox  .intop_t  h2 {
	visibility:hidden;
}
#right_blogbox  .intop_b {
	height:30px;
	background-image: url(../images/article_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}/*box下方底圖*/
#right_blogbox  .intop_mid {
	height:100%;
	background-image: url(../images/article_bg.gif);
	background-repeat: repeat-y;
	background-position:left;
}/*box中間底圖*/


/*部落格今日in
-----------------------------------*/
.vert-one3 {
	margin:0;
	padding-right: 10px;
	padding-left: 10px;
}
.vert-one3 img{
	text-align: center;
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	margin-bottom: 7px;
	margin-left: 38px;
	margin-top: 10px;
}
.vert-one3 p{
	text-align: left;
	line-height: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: 13px;
	color: #666666;
}
.vert-one3 a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

.vert-one3 a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}

/* 新留言box
-------------------------------------------------*/
#blogmbox{
	height:1%;
	width: 200px;
	float: right;
	margin-top: 10px;
	overflow:hidden;
}/*整體框架*/
#blogmbox  .mtop_t {
	height:35px;
	background-image: url(../images/blogm_top_01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}/*box上方底圖*/
#blogmbox  .mtop_t  h2 {
	visibility:hidden;
}
#blogmbox  .mtop_more {
	background-image: url(../images/article_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	padding-right: 8px;
	padding-left: 8px;
}/*more*/


#blogmbox  .mtop_b {
	height:30px;
	background-image: url(../images/article_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
}/*box下方底圖*/
#blogmbox  .mtop_mid {
	height:100%;
	background-image: url(../images/article_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}/*box中間底圖*/



/*部落格新留言
----------------------------*/
#blog_m{
	padding-top: 5px;
	}
.vert-one4 {
	margin:0;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;

}
.vert-one4 li {
	margin:0;
	font-size:13px;
	font-weight:normal;
	line-height:20px;
	border-bottom:#CCCCCC 1px dashed;
	text-indent: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;

}
.vert-one4 li a {
	display:block;
	color:#666666;
	text-decoration:none;
	background-image: url(../images/icon_04.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	border-top-style: 10;
}
.vert-one4 li a:hover {
	color:#FF6600;
	text-decoration:none;
}
