@charset "utf-8";
@import url("reset.css");

body{
background-image:url();
background-repeat:repeat-x;
background-position:top;
background-color:#666666;
}

/* ============大大大============*/
#WRAPPER {
width:800px;zoom:1;overflow:hidden;margin:0 auto;}

/*============上方banner區塊及基本連結==============*/
#TOP {width:800px;height:89px;position:relative;
margin:0 auto;background-image:url(pic/bg_top.png);}

#TOP img.home{position:absolute;
	left: 708px; top: 28px;}
	
/* ============下方菜單===============*/
#LINK{width:710px;height:80px;
position:relative;background-image:url(pic/bg_link.png);
padding-left:90px;}


/* ============下方內容================*/
#CONTENT {width:618px;overflow:hidden;zoom:1;
padding:20px 91px;background-image:url(pic/bg_main.png);}

#CONTENT p{font-family:calibri,Arial, Helvetica;
font-size:15px;line-height:1.8;padding-bottom:10px;}

#CONTENT a {behavior:expression(this.onFocus=this.blur());
text-decoration:none;}
#CONTENT a:hover {letter-spacing:1px;color:#cc0000;}

#CONTENT h3{color:#660033;background-image:url(pic/bg_h3.png);
font-family:微軟正黑體,Verdana, Geneva, sans-serif;
background-repeat:no-repeat;padding-left:30px;
line-height:30px;padding-bottom:10px;font-size:24px;}
/* ===================文字格式定義====================*/
.pp{font-family:calibri,Arial, Helvetica;
font-size:15px;line-height:1.7;}

.boldder {font-family:calibri,Arial, Helvetica;
	font-weight: bold;	color:#Cc3300; line-height:1.2;}

.boldder_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #076C88;}

.boldder_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
	color: #000000;}

.bred {font-family:calibri,Arial, Helvetica;
font-size:24px;font-weight:normal;
line-height:1;color:#c00;}
.red {color:#660033;font-family:calibri,Arial, Helvetica;}
.red2 {color:#cc0000;font-family:calibri,Arial, Helvetica;}
.white {color:#fff;font-family:calibri,Arial, Helvetica;}
.blue{color:#006699;font-family:calibri,Arial, Helvetica;}
.blue2{color:#0000FF;font-family:calibri,Arial, Helvetica;}
.gray {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	font-variant: normal;
	color:#666666;	}

.middle{text-align:center;}
.strike{text-decoration:line-through;}
.italy{font-style: italic;}

.white {color:#ffffff;
font-size:15px;line-height:1.6;}


/* ===================版權宣告====================*/
#FOOTER{clear:both;
width:800px;height:140px;
padding-top:100px;
background-image:url(pic/bg_footer.png);
background-repeat:no-repeat;}
#FOOTER p{font-family:calibri,Arial, Helvetica;
font-size:14px;line-height:1.4;text-align:center;
color:#663300;}
#FOOTER a {text-decoration:none;color:#990000;}
#FOOTER a:hover {font-weight:bold;}

/* ===================反浮動====================*/
.clearfloat {
clear: both; height:0;font-size:1px;line-height:0;}
