@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
	margin:0; padding:0; border:0;
	
	font-weight:normal;
	font-size:12px;
}
input{
	font-family:新細明體;
	font-size:13px;
    color: #666666;
	border:1px solid #cccccc;
	height:16px;
	padding:2px 0 2px 0;
	line-height:16px;
	width:98%;


}
select{
		font-family:新細明體;
	font-size:13px;
    color: #666666;
	border:1px solid #cccccc;
	margin:2px 0 2px 0;
	line-height:16px;

}
textarea{
font-family:新細明體;
	font-size:13px;
    color: #666666;
	border:1px solid #cccccc;
	line-height:16px;
}

img{
	border:0;
 vertical-align:bottom;
}
body table{
	font-size:12px;
}
body{
	background:#FFFFFF;
	height:100%;
	line-height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "新細明體";
	color:#666666;
	width:100%;
	font-size:12px;
}

body td{
	line-height:20px;/*修正ie5的body的table內讀不到此css*/
	font-family:Verdana, Arial, Helvetica, sans-serif, "新細明體";

}
select{
	border:#cccccc solid 1px;
}
table{
	border-collapse:collapse;
}
ul{
	margin-top:0px; margin-bottom:0;
}
.floatL{
	float:left;
}
.floatR{
	float:right;
}
.clear{
	clear:both;
}
.font_blue{
	color:#2282c7;
}
.font_red{
	color:red;
}
.line_b{
	border-bottom:1px dotted #cccccc; 
}
.cpl6{
	padding-left:6px;
}
/*ol,ul {list-style:none;}*/
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

q:before,q:after {content:」;}
/*end reset css*/

/* 修正內部物件float之後這個外部容器無法稱開達到置底背景圖片效果*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} 
.clearfix {height: 1%;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/ *
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h3{
	font-weight:bold;
}
.underline{
	border-bottom:dotted 1px #cccccc;
	padding-bottom:6px;
	clear:both;
}
.pdr6{
	padding-right:6px;
}

/*----------以上為fix AND reset-----------*/

#container{
	width:960px;
	position:relative;
	left:50%;
	margin-left:-480px;
}


.menu_tit1{
	height:40px;
	background:#4995f3;
	color:#f2f3f3;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	font-weight:bold;
}
.menu_tit2{
	height:40px;
	background:#6dcf22;
	color:#f2f3f3;
	font-size:16px;
	line-height:40px;
	padding-left:10px;
	font-weight:bold;
}

.sub_menu{
	background:url(images/m_bg1.gif) no-repeat;

	height:30px;
	line-height:30px;
	padding: 0 0 0 20px;
}

a.blue:link    { font-size:12px;color:#0000ff;text-decoration:underline}
a.blue:visited { font-size:12px;color:#0000ff;text-decoration:underline}
a.blue:active   {color:#0000ff;text-decoration:none}
a.blue:hover   { color:#0000ff;text-decoration:none}

#M_bg{
	background:url(images/mbg.gif) repeat-y;
}
.M_rban{
	padding:0px 0 5px 0;
}
.M_rban img{
	border:2px solid #cccccc;
}

#btm{
		width:940px;
	position:relative;
	left:50%;
	margin-left:-480px;
	
	height:30px;
	background:#0000fe;
	line-height:30px;
	color:#fff;
	text-align:right;
	padding:0 10px;
	
	
}
#btm a:link    { color:#fff;text-decoration:none; padding-left:8px; background:url(images/btm.gif) no-repeat left}
#btm a:visited { color:#fff;text-decoration:none; padding-left:8px; background:url(images/btm.gif) no-repeat left}
#btm a:active   {color:#fff;text-decoration:underline; padding-left:8px; background:url(images/btm.gif) no-repeat left}
#btm a:hover   { color:#fff;text-decoration:underline; padding-left:8px; background:url(images/btm.gif) no-repeat left}