@charset "utf-8";
/*白色 灰色*/
.white_but a:link {
    font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}/*平時狀態*/
.white_but a:visited {
    font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}/*按過*/
.white_but a:hover {
    font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}/*滑入*/
.white_but a:active {
    font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}/*按下*/
/*黑色 灰色*/

.white_butB13 a:link {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}/*平時狀態*/
.white_butB13 a:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}/*按過*/
.white_butB13 a:hover {
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}/*滑入*/
.white_butB13 a:active {
	font-size: 13px;
	color: #999999;
	text-decoration: underline;
}/*按下*/

/*黑色 灰色 有底線*/

.white_butB13Und a:link {
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}/*平時狀態*/
.white_butB13Und a:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}/*按過*/
.white_butB13Und a:hover {
	font-size: 13px;
	color: #999999;
	text-decoration: underline;
}/*滑入*/
.white_butB13Und a:active {
	font-size: 13px;
	color: #999999;
	text-decoration: underline;
}/*按下*/

/*黑色 灰色 有底線*/

.white_butB15Und a:link {
	font-size: 15px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}/*平時狀態*/
.white_butB15Und a:visited {
	font-size: 15px;
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}/*按過*/
.white_butB15Und a:hover {
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}/*滑入*/
.white_butB15Und a:active {
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}/*按下*/






/*灰色 白色*/
.gray_but a:link {
    font-size: 12px;
	color: #999999;
	text-decoration: underline;
}/*平時狀態*/
.gray_but a:visited {
    font-size: 12px;
	color: #999999;
	text-decoration: underline;
}/*按過*/
.gray_but a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}/*滑入*/
.gray_but a:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}/*按下*/
/*灰色 白色*/

/*紅色 深紅色 加粗*/
.red_but a:link {
	font-size: 12px;
	font-weight: bold;
	color: #7A222E;
	text-decoration: none;
}/*平時狀態*/
.red_but a:visited {
    font-size: 12px;
	font-weight: bold;
	color: #7A222E;
	text-decoration: none;
}/*按過*/
.red_but a:hover {
    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}/*滑入*/
.red_but a:active {
    font-size: 12px;
	font-weight: bold;
	color: #7A222E;
	text-decoration: none;
}/*按下*/
/*紅色 深紅色 加粗*/

