﻿@charset "UTF-8";

/*address-----------------版權文字地址*/
#footer{
	text-align: right;
	background-image: url(../WebImages/main_downbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin: 0px;
	padding-top: 25px;
	clear: both;
}
#footer_ins{
	text-align: right;
	background-image: url(all_insidebg_ins.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	margin: 0px;
	padding-top: 25px;
	clear: both;
}
.copyright
{
    margin: 0 5px 0 0;
    text-align: right;
    font-weight: bold;
}
/*email-----------------信箱*/
.email{
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 5px;
}
a.email,  a:link .email, a:visited.email{
	font-size: 12px;
	color: #666666;
	text-align: left;
}
a:hover.email{
	color: #8e8dad;
	text-decoration: none;
}

/*navigation-----------------下方導覽列設定*/
.Privacy ul{
	padding: 5px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
.Privacy li{
	padding: 5px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	color: #006794;
	vertical-align: middle;
	font-size: 12px;
}
.Privacy li:befor{
	content:"|";
}
.Privacy{
	float: left;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.Privacy a, .Privacy a:link, .Privacy a:visited{
	font-size: 12px;
	color: #006794;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.Privacy a:hover{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.tel
{
    float: left;
    margin: 0 0 10 2px;
    font-weight: bold;
}