@charset "utf-8";
@import url("reset.css");

body{
background-color:#666666;
}

/* ============大大大============*/
#WRAPPER {
width:950px;_zoom:1;overflow:hidden;margin:0 auto;
padding:0 9px;background-image:url(pic/bg_wrapper.png);}

/*============上方banner區塊及基本連結==============*/
#TOP {width:950px;height:150px;
background-image:url(pic/bg_top.jpg);
background-repeat:no-repeat;}


/* ============上方總菜單================*/
#LINK{width:950px;height:40px;
background-color:#cccccc;}

#LINK ul li{float:left;display:block;
padding-left:40px;}
#LINK li a{font-size:15px;color:#333333;
font-familtica;line-height:40px;text-decoration:none;}

#LINK li a:hover{color:#993366;
font-weight:bold;}


#MM{width:950px;}
/* ============右方小菜單================*/

#RR{float:right; width:300px;_zoom:1;overflow:hidden;}

#CM{
	width:300px;
	height:250px;
	background-color: #FFF;
}

#PROM ul li{padding-bottom:5px;}
#PROM ul li a{background-image:url(pic/bg_li.png);
background-repeat:no-repeat;
background-position:left top;
font-family:calibri,Arial, Helvetica;
font-size:15px;line-height:1.5;
color:#666666;
padding-left:15px;
text-decoration:none;}

#PROM ul li a:hover{font-size:15.5px;border-bottom-width:1px;
border-bottom-style:dashed;color:#993366;}
#PROM h2{font-family:calibri,Arial, Helvetica;
background-repeat:no-repeat;
font-size:18px;display:block;
line-height:40px;color:#996699;
padding-top:3px;width:210px;}

/* ============右方內容================*/
#CONTENT {float:left; width:590px;
overflow:hidden;_zoom:1;
padding-left:30px;
padding-right:30px;}
#CONTENT p{font-family:calibri,Arial, Helvetica;
font-size:16px;line-height:1.4;padding-bottom:12px;}
#CONTENT a {behavior:expression(this.onFocus=this.blur());
text-decoration:none;}

#CONTENT a:hover {letter-spacing:1px;color:#cc0000;}

#CONTENT li{background-image:url();
background-repeat:no-repeat;
background-position:left top;
font-family:calibri,Arial, Helvetica;
font-size:15px;line-height:1.5;
margin-left:20px;padding-left:13px;}

#CONTENT h2 {
font-family:calibri,Arial, Helvetica;
font-size:35px;letter-spacing:1px;
font-weight:normal;
line-height:1.8;}

#CONTENT h3 {
font-family:calibri,Arial, Helvetica;
font-size:22px;font-weight:normal;
line-height:1.2;
padding-bottom:10px;}

#CONTENT h4 {
font-family:calibri,Arial, Helvetica;
font-size:18px;font-weight:normal;
line-height:1.6;padding-bottom:10px;
text-decoration:underline;}

#CONTENT h5 {
font-family:calibri,Arial, Helvetica;
font-size:16px;line-height:40px;font-weight:bold;
background-image:url(pic/bg_content_h5.png);
background-repeat:repeat-x;}


/* ===================文字格式定義====================*/
.pp{font-family:calibri,Arial, Helvetica;
font-size:15px;line-height:1.3;}

.b_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;color:#993366;}

.b_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#006699;}

.b_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;}

/* ===================版權宣告====================*/
#FOOTER{
clear:both;
width:950px;height:60px;
margin:0 auto;padding-top:15px;
background-color:#999999;
}
#FOOTER p{
font-family:calibri,Arial, Helvetica;
font-size:14px;line-height:1.8;
color:#000000;text-align:center;}
#FOOTER a {text-decoration:none;color:#003399;}
#FOOTER a:hover {font-weight:bold;}

/* ===================反浮動====================*/
.clearfloat {
clear: both; height:0;font-size:1px;line-height:0;}
