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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a{
	color:#06C;
	text-decoration:underline;
}
a:hover{
	color:#F00;
	text-decoration:underline;
}
form{
	display:inline;
}
#wrapper{
	margin:0px auto;
	width:960px;
}
#top_menu{
	height:90px;
	background-image:url(../images/top_bg.png);
	padding:0px 10px;
}
#top_menu #lang_bar{
	float:right;
	width:300px;
	height:60px;
	text-align:right;
	padding-top:0px;
	line-height:16px;
	font-family:"新細明體", Arial;
}
#top_menu #lang_bar span{
	color:#F00;
	display:block;
	padding-right:20px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}
#top_menu #lang_bar a{
	display:inline-block;
	padding:0px 15px;
	height:20px;
	line-height:20px;
	margin:0px 5px;
	color:#333;
	text-decoration:none;
}
#top_menu #lang_bar a:hover{
	background-color:#666;
	color:#FFF;
}
#top_menu #logo{
	float:left;
	width:300px;
	height:70px;
}
#top_menu #logo img{
	float:left;
	width:300px;
	height:60px;
	border:0px;
}
#top_menu #top_btn{
	clear:both;
	color:#FFF;
	text-align:center;
	height:25px;
	cursor:default;
}
#top_menu #top_btn a{
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	padding:0px 15px;
	line-height:20px;
}
#top_menu #top_btn a:hover{
	background-color:#1271a8;
}
#top_banner{
	height:290px;
	background-image:url(../images/top_bg_bottom.png);
	background-position:bottom;
	padding-left:10px;
	padding-right:10px;
	background-repeat:no-repeat;
}

#content_container{
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	padding:1px 10px;
}
#content_container #left_panel{
	height:100%;
	float:left;
	/*background-color:#CFE0EB;*/
	width:204px;
	margin-left:0px;
	padding-left:22px;
	background-image:url(../images/left_panel_bg.png);
	background-position:22px bottom;
	background-repeat:no-repeat;
	padding-bottom:35px;
}
#content_container #left_panel #title{
	background-image:url(../images/left_panel_title_bg.png);
	height:23px;
	line-height:23px;
	color:#FFF;
	margin-bottom:15px;
}
#content_container #left_panel #title span{
	padding-left:17px;
}
#content_container #left_panel a{
	display:block;
	color:#036;
	text-decoration:none;
	height:25px;
	line-height:25px;
	text-indent:15px;
}
#content_container #left_panel a:hover{
	color:#FFF;
	background-color:#036;
	text-indent:16px;
}
#content_container #right_content{
	height:100%;
	float:left;
	width:673px;
	margin-left:21px;
}

#content_container #right_content h1{
	background-image:url(../images/h1_bg.png);
	font-size:12px;
	height:20px;
	line-height:17px;
	margin-top:0px;
	margin-bottom:0px;
	color:#036;
	text-indent:10px;
	cursor:default;
}
#content_container #right_content h2{
	font-size:14px;
	line-height:17px;
	margin-top:1em;
	margin-bottom:0.5em;
	color:#036;
}
#content_container #right_content p{
	line-height:1.3em;
	font-size:12px;
	cursor:default;
}
#content_ending{
	clear:both;
}
#footer{
	height:100px;
	background-image:url(../images/footer_bg.png);
	color:#666;
	clear:both;
}
#footer a{
	color:#666;
	display:inline-block;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
}
#footer #footer_link{
	width:60%;
	padding-top:40px;
	padding-left:5px;
}
#footer #footer_link a{
	padding:0px 5px;
}
#footer #footer_link span{
	padding:0px 5px;
	display:block;
}
#footer #footer_contact{
	float:right;
	width:38%;
	text-align:right;
	padding-top:40px;
	padding-right:10px;
}
#footer #footer_contact span{
	display:inline-block;
	padding-left:10px;
}
#content_box{
	margin-bottom:30px;
}