@charset "utf-8";
/* CSS Document */

body {
	background-color: #F5F0D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: 新細明體, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #0052B0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img{
	border:0px;
}
#wrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#container{
	background-image:url(../images/content_bg.png);
	background-repeat:repeat-y;
	width:950px;
	display:block;
}
#footer{
	background-image:url(../images/footer_bg.png);
	height:95px;
	vertical-align:top;
}
#footer table{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
}
#footer table tr td#text{
	color:#666;
}
#footer table tr td#logo{
	text-align:right;
}
#footer table tr td#logo a img{
}
#footer table tr td#logo a:hover img{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
#footer table tr td#logo img{
	margin-left:10px;
}
#container table#container_table{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#container table#container_table tr td#left_menu{
	width:133px;
	vertical-align:top;
}
#container table#container_table tr td{
	/*vertical-align:top;*/
}
#content{
	width:710px;
	margin-left:auto;
	margin-right:auto;
	padding-top:15px;
	padding-bottom:15px;
}
#title{
	background-image:url(../images/h1_bg.png);
	color:#900;
	font-size:16px;
	height:27px;
	line-height:23px;
	font-weight:bold;
	text-indent:24px;
}
#sub_title{
	color:#900;
	font-size:16px;
	height:27px;
	line-height:23px;
	font-weight:bold;
	margin-bottom:1em;
}
#content_white_bg{
	background-color:#FFF;
	padding:15px 10px;
}
#content_white_bg p{
	margin-top:0px;
	line-height:1.8em;
}