@charset "utf-8";

body {
	margin: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	text-align: center;
}
.all{
	background-image: url(../images/all_bg.jpg);
	background-repeat: repeat-y;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	font-family: "新細明體";
}

/* ------------------------------------------------------------layout 排版表格---- */
.layout{
	border-collapse:collapse;
	margin: 0px;
    width: 951px;
}
.layout td {
	vertical-align: top;
}
.layout td.left{
	width: 200px;
	text-align: left;
}

.layout td.Center{
	text-align: left;
	
}
.layout td.right{
	width: 195px;
	text-align: left;
	
}
html>body .layout td.right{
	width: 170px;
	text-align: left;
	
}
*+html>body .layout td.right{
	width: 195px;
	text-align: left;
	
}
/* ---------------------------------------------------------- Accesskey 導盲磚 */
.Accesskey {
	font-size: 12px;
	color: #006600;
	position: absolute;
	text-align: left;
	text-decoration: none;
}
.Accesskey  a{
	color: #006600;
	text-decoration: none;
}
.Accesskey  a:hover{
	color: #006600;
	text-decoration: none;
}
/* -----------------------------------------------------------form 共用樣式----- */
form {
	margin: 0px;
	
}
/* -----------------------------------------------------------top----- */
.top{
	margin-top: 15px;
	text-align: right;
	margin-right: 20px;
}
.top2{
	margin-top: 5px;
	text-align: right;
	margin-right: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-left: 15px;
}
hr{
	margin-right: 15px;
	margin-left: 15px;
	height: 1px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
/*....................................................................more....*/
.more_right{
	text-align: right;
	margin-top: 8px;
	margin-right: 20px;
	
}
/* ..................................................................網站導覽....... */
.Sitemap {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 83%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-left: 40px;
	padding-bottom: 10px;
}
.Sitemap li{
	margin-bottom: 3px;
}
.Sitemap li a{
	color: #009933;
	text-decoration: underline;
}
.Sitemap li a:hover{
	color: #CC0000;
	text-decoration: underline;
}
/*----------------------------------------按鈕---*/
.button_bg{
	background-image: url(../images/buttonbg03.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 5px 1px 1px;
	background-color: #FFFFFF;
	color: #333333;
	height: 28px;
}
.button_bg2{
	background-image: url(../images/buttonbg03.jpg);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
	padding: 5px 1px 1px;
	background-color: #FFFFFF;
	color: #333333;
	height: 28px;
	margin-left: 15px;	
}
/*----------------------------------------回上頁---*/
.backright{
	float: right;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	font-size: 83%;
	color: #006600;
	padding-left: 25px;
	margin-right: 20px;
	height: 20px;
	padding-top: 5px;
}
.backright a{
	color: #006600;
	text-decoration: none;	
}
.backright a:hover{
	color: #009900;
	text-decoration: underline;	
}