body {
	font: 120%/1.4 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的區塊逸出的問題。剩餘的下方邊界可以保持區塊不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至區塊內元素的兩側 (而不是區塊元素本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀區塊也可當做替代方法。 */
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}
/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */

a:link {
	color: #42413C;
	text-decoration: none; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}
/* ~~ 這個固定寬度的容器環繞著所有其他區塊 ~~ */
.container {
	width: 1063px;
	background-color: #FFFFFF;
	margin: 0 auto; /* 兩側的自動值與寬度結合後，版面便會置中對齊 */
	
	background-image:url(../image/bg.png); background-repeat: repeat; background-position: top center;
}
/* ~~ 頁首沒有指定的寬度，而會橫跨版面的整個寬度。~~ */
header {
	background-image:url(../image/topbg.png); background-repeat: no-repeat; background-position: top center;
}
header .top {
	background-image:url(../image/mbline.png); background-repeat: repeat-x; background-position: bottom center;
	height:144px;
}
header .logo {
	float: left;
	margin: 42px 0 0 9px;
}
header ul {float:right; list-style-type:none; padding:0; margin:0; width:640px;  padding-right:15px; padding-bottom:10px;}
header li {float:left; list-style-type:none;  margin-top:10px; margin-right:10px; background-repeat: no-repeat; background-position: center center; }
header li a{ display:block; width:148px; height:37px; padding-top:15px; text-decoration: none; letter-spacing: 3px; font-weight:bold; font-size:15px; text-align:center; }
header .m1 { background-image:url(../image/m1.png); }
header .m2 { background-image:url(../image/m2.png); }
header .m3 { background-image:url(../image/m3.png); }
header .m4 { background-image:url(../image/m4.png); }
header .m5 { background-image:url(../image/m5.png); }
header .m6 { background-image:url(../image/m6.png); }
header .m7 { background-image:url(../image/m7.png); }
header .m8 { background-image:url(../image/m8.png); }
header .banner { width:1029px; clear:both; margin: 0px auto 5px; border:2px solid #999;}

.content {
	padding: 10px 0 15px;;
	float: left;
	
}
.content h2{ font-size: 22px;padding-top: 5px; padding-bottom: 10px; background-image:url(../image/titlebg.png); background-repeat: no-repeat; background-position: bottom left;}
.content section { }
.h2_margin { margin-left: 22px; }
.h2_page{  float: right;   line-height: 200%;     padding-right: 10px;}
/* ~~ 這個群組選取器會在 .content 區域空間中提供清單 ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* 這個欄位間隔反映出上方標題和段落規則中的右方間隔。當欄位間隔位於下方時，便可將清單中的其他元素間隔開來；當位於左方時，則可藉此建立縮排。這些動作均可依需要進行調整。 */
}

.indexitem { float:left; margin:0 22px;}

.about1{padding: 0 0 0 30px;}
.about2{margin:10px auto 20px; width:1050px; height:217px; background-image:url(../image/about2.png); background-repeat: no-repeat; background-position: top center;}
.about3{}
.about3_content{ padding: 0 20px;}
/* ~~ 頁尾 ~~ */
footer {
	padding: 10px 0;
	background-color: #b6e8fb;
	font-size:15px;
	position: relative;/* 這會為 IE6 提供 hasLayout 以進行適當的清除動作 */
	clear: both; /* 這個 clear 屬性可以強制 .container 辨識欄結束於何處以及包含欄的位置 */
	height: 25px;
}
footer div{ float:left; width:33%; text-align: center; }
/* ~~ 其他 float/clear 類別 ~~ */
.fltrt {  /* 這個類別可用來讓元素在頁面中浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓元素在頁面左方浮動，浮動的元素必須位於頁面上相鄰的元素之前。 */
	float: left;
	margin-right: 8px;
}
.clearboth { 
	clear:both;
}
.clearfloat { /* 這個類別可放置在 <br /> 或空白的區塊元素上，當做接在 .container 內最後一個浮動區塊後方的最後一個元素 (如果從 .container 移除或取出 .footer) */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.red_color {
	color:#f21a52;
	
}

.child {
	text-align: center; 
}

.mm2 a{	display:inline-block;   padding-top:20px;  margin: 0 12px;}

/*HTML 5 支援 – 設定新的 HTML 5 標籤以顯示區塊並使瀏覽器能夠正確顯示標籤。 */
header, section, footer, aside, article, figure {
	display: block;
}