@charset "utf-8";
body {
	background-image: url(../images/me/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
table{
	color:#000000;
	text-align:left;
}

.main_bg{
	background-image: url(../images/me/index_main.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:8px;
}

/* 線 */
.line_01{
	background-image: url(../images/me/line_01.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.line_02{
	background-image: url(../images/me/line_02.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.line_03{
	background-image: url(../images/me/line_03.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* 商品 */
.products_list li{
	padding-right:5px;
	color:#000000;
	font-size:12px;
	line-height:18px;
	text-align:left;
	display:block;
	width:25%;
	float:left;
	background-image: url(../images/me/arrow_03.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.products_list li a{color:#000000;}
.products_list li a:hover{color:#000000;}

/* 最新消息 */
.news_title{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-align:left;
}
.news_title2{
	color:#ed1651;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-align:left;
}
.news_text{
	color:#000000;
	font-size:12px;
	line-height:18px;
	text-align:justify;
}
.news_list li{
	background-image: url(../images/me/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding:0px 0px 20px 14px;
	color:#ee1651;
	font-size:12px;
	line-height:14px;
}
.news_list li a:link{color:#000000;}
.news_list li a:visited{color:#000000;}
.news_list li a:hover{color:#000000;}
.news_list li a:active{color:#000000;}

/* 頁尾資訊區 */
.footer_text {
	color:#000000;
	font-size:10px;
	line-height:14px;
}
.footer_text a:link{color:#000000;}
.footer_text a:visited{color:#000000;}
.footer_text a:hover{color:#000000;}
.footer_text a:active{color:#000000;}
.footer_text table{
	color:#000000;
	font-size:10px;
	line-height:14px;
}

/*flash背景*/
.flash_bg { background-image:url(../images/me/flash_bg.jpg); background-position:left top; background-repeat:no-repeat;}

