/* 整體結構--------------------------------*/
body,td,th {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #333333;
	margin: 0px;
	font-weight: lighter;
}

body {
	background-image: url(../img/all_bg.gif);
	background-color: #058a8a;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.body_box {
	width: 920px;
	color: #FFFFFF;
}







/* 整體連結樣式--------------------------------*/
A {
	TEXT-DECORATION: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
}



	
/* 表單樣式--------------------------------*/
.search_form_box  {
	font-size: 100%;
	color: #333333;
	width: 150px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	line-height: 1.6em;
}

.search_select  {
	font-size: 90%;
	color: #333333;
	line-height: 1.6em;
}







/* 特殊連結樣式--------------------------------*/
p.back a {
	color:#f96206;
	display:block;
	text-decoration: underline;
	font-size: 100%;
	}

p.back a:hover {
	color:#f96206;
	display:block;
	text-decoration: none;
	font-size: 100%;
	}
p.top a {
	color:#f96206;
	display:block;
	text-decoration: underline;
	font-size: 100%;
	}

p.top a:hover {
	color:#f96206;
	display:block;
	text-decoration: none;
	font-size: 100%;
	}



/* 版面樣式--------------------------------*/
.norow{
	font-size: 1px;
	line-height: 1px;
}

.left_box{
	width: 205px;
}

.left_title_box{
	height: 35px;
	background-color: #FFFFFF;
}
.LeftTableLine{
	border-bottom:	solid #cccccc 1px;
}

.right_box{
	height: 100%;
}





/* 字型樣式--------------------------------*/

.font_left_heardtitle {
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.LeftFontBig {
	font-size: 125%;
	line-height: 1.6em;
	padding: 6px 0px 4px 0px;
	color: #4196ab;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.AtPlace {
	color: #999999;
}

.font_blue {
	color: #0000FF;
}


.footer_font {
	color: #FFFFFF;
}




/* 列表樣式--------------------------------*/
.WebContent_line{
	font-size: 1px;
	line-height: 1px;
	height: 12px;
	background-image: url(../img/point_line.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
}

.news_list_title{
	font-weight: bold;
	font-size: 110%;
	color: #FFFFFF;
}


.news_list_link {
	color: #666666;
}


.news_list_page{
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}


/* 標題樣式--------------------------------*/
h1 {
	font-weight: bold;
	font-size: 125%;
	margin-bottom:-0.1em;
	color: #666666;
	line-height: 2.2em;
	letter-spacing: 0.1em;
}


/* 表單樣式--------------------------------*/
.form_{
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	font-size: 100%;
}

.form_select{
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	font-size: 100%;
	width: 80px;
	vertical-align: -20%;
}






