@charset "utf-8";
body {
	background-image: url(../images/me/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* 中間區塊 */
.main{
	padding-top:2px;
	padding-bottom:25px;
}

/* 最新消息 */
.news{
	background-image: url(../images/me/news_case02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 12px;
}
.news li{
	color:#333333;
	font-size:12px;
	line-height:30px;
	text-align:left;
	border-bottom:#f7f8f8 1px solid;
}
.news li a{color:#333333;}
.news li a:hover{color:#333333;}
.news_day{
	color:#013d72;
	font-size:11px;
	line-height:30px;
}

/* 關於我們 */
.about{
	color:#666666;
	font-size:12px;
	line-height:20px;
	text-align:justify;
}

/* 頁尾資訊區 */
.footer{
	border-top:#dbdbdb 1px solid;
	padding:10px 0px;
}
.footer_text{
	color:#666666;
	font-size:11px;
	line-height:16px;
	text-align:left;
}
.footer_text a:link{ color:#666666;}
.footer_text a:visited{ color:#666666;}
.footer_text a:hover{ color:#666666;}
.footer_text a:active{ color:#666666;}

.footer_copyright{
	color:#999999;
	font-size:10px;
	line-height:11px;
	text-align:left;
}
.footer_copyright a:link{ color:#999999;}
.footer_copyright a:visited{ color:#999999;}
.footer_copyright a:hover{ color:#999999;}
.footer_copyright a:active{ color:#999999;}
