@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------以下為body設定------------------------------------------ */
body {
	color: #707274;/*文字顏色*/ 
	margin: 0px;/*無邊界*/
	font-family: "Arial", "Helvetica", "sans-serif";/*文字字型*/ 
	font-size: 13px;/*文字大小*/ 
	line-height: 24px;/*文字行高*/ */ 
	background-repeat: repeat;/*背景重複方式*/ 
    background-image : url(../images/bg.gif); /*背景圖片*/ 
	background-color: #ffffff;/*背景底色*/ 
    background-position : top center; /*背景位置靠上靠左*/
}
a{
color: #707274;
text-decoration: none;
}
a:hover{
color: #ff3399;
text-decoration: none;
}
td.border
{ border: 1px solid #e1e1e1;
}
.t1 a
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #939292;
	line-height: 20px;
	text-decoration: none;
}
.t1 a:hover
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #f14076;
	line-height: 20px;
}
.t2 
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #ff3399;
	line-height: 20px;
	text-decoration: none;
}
.t3 a
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #ffffff;
	line-height: 35px;
	font-weight:bold;
	padding-top:3px;
}
.t3 a:hover
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #fbcedc;
	line-height: 35px;
	font-weight:bold;
	padding-top:3px;
}
.t4
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 15px;
	color: #282828;
	line-height: 24px;
	font-weight:bold;
}
.t5
{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 13px;
	color: #f10677;
	line-height: 24px;
	font-weight:bold;
}
