@import url("reset.css");
body {
	/*background-color: #000;*/
	background-image: url(../images/body_bg_b.png);
}
	
/* -- 超連去除外框-- */
a{
	outline: none; /* for Firefox Google Chrome  */
    behavior:expression(this.onFocus=this.blur()); /* for IE */
}

/* -- top按鈕-- */	
#MENUTOP {
	position: absolute;
	top: 5px;
	right: 5px;
}

#MENUTOP a {
	display:block;
	width:40px;
	height:25px;
	font-size:10px;
	text-decoration: none;
	text-indent:-9999px;
	background-image: url(../images/scrollTop_a.png);
}
	
/* -- 最大框_01-- */
#WRAPPER {
	margin: 0 auto;
    width: 900px;
	/*background-image: url(../images/b-images/ct_bg_m.png);*/
	background-repeat: no-repeat;
	background-position: 0 900px;
	/*background-repeat: repeat-y;
	background-position: right top;*/
}

/* -- 最大框_02-- */
#WRAPPER_INNER {
	margin: 0 0;
    width: 900px;
}

/* -- 頁首header -- */
#HEADER	{
    width: 900px;
	margin: 0 auto 2px;
}
	
#HEADER	#HEADER_INNER {
    padding: 0;
}
	
#HEADER	#HEADER_INNER h1 {
	font-size:3px;
	text-indent:-9999px;
	height: 250px;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(../images/index_01.jpg);
}
	
/* -- 主選單menu--------------------- */
#NAV {
	margin:0 auto 2px;
	margin-top:1px;
	width: 900px;
	height: 35px;
	background-color: #ff9999;
	/*background-color:rgba(153,153,102,.9);*/
}
	
#NAV ul	{
	overflow:hidden;
	margin:0 auto;
	width: 750px;
    list-style-type: none;
	border-left: solid 1px #FFFFFF;
}
	
#NAV li	{
	float: left;
}
	
#NAV li a {
    display: block;
	width: 149px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-right: solid 1px #FFFFFF;
}

#NAV li.last a {
	border-right: none;
}
	
/*#NAV li a:hover	{
	border-bottom: solid 5px #999999;
	line-height: 30px;}*/  
	/*-- 移上時  35px-8px=27px --*/
	
#NAV li a:hover	{
	background-color: #cc6633;
}



	
/* -- 內容--------------------------------- */
#CONTENT {
    width: 900px;
	margin:0 auto;
	/*overflow:hidden;*/
	padding: 0;
}

/*#CONTENT .POST_TOP{
	height: 10px;
	background-image: url(../images/ct_bg_a.png);
	background-repeat:repeat-x;
	background-color: #fff;
}*/

#CONTENT .POST_BOTTOM{
	height: 10px;
	background-image: url(../images/ct_bg_03.png);
	background-repeat:repeat-x;
	background-color: #fff;
	margin: 0 0 4px 0;
}
	
#CONTENT .POST_A,#CONTENT .POST_B,#CONTENT .POST_C,#CONTENT .POST_D,#CONTENT .POST_E,#CONTENT .POST_F{
    width: 100%;
	margin: 0;
	padding:0;
	/*border-radius: 15px 15px 15px 15px;*/
}
	
#CONTENT .POST_A h2,#CONTENT .POST_B h2,#CONTENT .POST_C h2,#CONTENT .POST_D h2,#CONTENT .POST_E h2,#CONTENT .POST_F h2 {
	margin: 0 0 10px -50px;
	width: 900px;
	height: 70px;
	font-size: 12px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
	
#CONTENT .POST_A .POST_INNER,#CONTENT .POST_B .POST_INNER,#CONTENT .POST_C .POST_INNER,#CONTENT .POST_D .POST_INNER,#CONTENT .POST_E .POST_INNER,#CONTENT .POST_F .POST_INNER {
	padding: 5px 50px 20px;
	/*background-image: url(../images/ct_bg_k.jpg);*/
	background-color:#fff;

	/*border-radius: 4px;*/
	/*border: solid #fff 1px;
	box-shadow:0 0 5px #000;*/
	/*background-image: url(../images/ct_bg_z.png);*/
} /*800*/

/*#CONTENT .POST_E .POST_INNER {
	background-color:#fff;
}*/
		
#CONTENT .POST_A h2.Myh1,#CONTENT .POST_B h2.Myh1,#CONTENT .POST_C h2.Myh1,#CONTENT .POST_D h2.Myh1,#CONTENT .POST_E h2.Myh1,#CONTENT .POST_F h2.Myh1 {
	background-image:url(../images/h1_bg.png);
}
	
#CONTENT .POST_B h2.Myh2 {
	background-image:url(../images/h2_bg.png);
}
	
#CONTENT .POST_C h2.Myh3 {
	background-image:url(../images/h3_bg.png);
}
	
#CONTENT .POST_D h2.Myh4 {
	background-image:url(../images/h4_bg.png);
}

#CONTENT .POST_E h2.Myh5 {
	background-image:url(../images/h5_bg.png);
}
	
#CONTENT .POST_F h2.Myh6 {
	background-image:url(../images/h6_bg.png);
}

/*#CONTENT .POST_A .POST_INNER {
	background-image: url(../images/ct_bg_z.png);
} 

#CONTENT .POST_B .POST_INNER  {
	background-image: url(../images/ct_bg_z.png);
}

#CONTENT .POST_C .POST_INNER {
	background-image: url(../images/ct_bg_z.png);
} 

#CONTENT .POST_D .POST_INNER  {
	background-image: url(../images/ct_bg_z.png);
}

#CONTENT .POST_E .POST_INNER {
	background-image: url(../images/ct_bg_z.png);
} 

#CONTENT .POST_F .POST_INNER  {
	background-image: url(../images/ct_bg_z.png);
}*/
		
#CONTENT .POST_A .POST_INNER p,#CONTENT .POST_B .POST_INNER p,#CONTENT .POST_C .POST_INNER p,#CONTENT .POST_D .POST_INNER p,#CONTENT .POST_E .POST_INNER p,#CONTENT .POST_F .POST_INNER p{
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 1px;
	padding-bottom: 20px;
}
	
#CONTENT .POST_A .POST_INNER p.last,#CONTENT .POST_B .POST_INNER p.last{
	padding-bottom: 0;
}
	
#CONTENT .POST_A .POST_INNER a,#CONTENT .POST_B .POST_INNER a,#CONTENT .POST_C .POST_INNER a,#CONTENT .POST_F .POST_INNER a{
	color: #ff0033;
	text-decoration: none;
}
	
#CONTENT .POST_A .POST_INNER a:hover,#CONTENT .POST_B .POST_INNER a:hover,#CONTENT .POST_C .POST_INNER a:hover,#CONTENT .POST_F .POST_INNER a:hover{
	color: #6699cc;
	/*padding-bottom: 1px;
	border-bottom: 1px solid;*/
}
	
/* -- ul li ----------------------------- */
ul.ul_a, ul.ul_b, ul.ul_c, ul.ul_d, ul.ul_e{
	padding-bottom: 15px;	
}

ul.ul_b{
	margin: -15px 0 0 0;
}

ul.ul_a li{
	padding-left:15px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.4;
	letter-spacing: 0.1px;
	border-left: 10px solid #336699;
}

ul.ul_b li{
	padding-left:20px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.3;
	letter-spacing: 0.1px;
	background-image:url(../images/li_bg_b.png);
	background-repeat:no-repeat;
}

ul.ul_c li{
	padding: 5px 0 5px 15px;
	margin: 0 0;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.3;
	letter-spacing: 0.1px;
	/*background-image:url(../images/li_bg_b.png);
	background-repeat:no-repeat;*/
	border-bottom: dotted 1px #666;
}

ul.ul_e li{
	margin-bottom: 5px;
	padding: 5px 20px;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.3;
	letter-spacing: 1px;
	border-radius:4px;
	background-color:#ccc;
	background-image:url(../images/li_bg_b.png);
	background-repeat:no-repeat;
	background-position: 3px 4px;
}

ul.ul_f li{
	padding: 5px 0 0 20px;
	margin: 0 0;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 0.1px;
	background-image:url(../images/li_bg_b.png);
	background-repeat:no-repeat;
	background-position: center left;
	border-bottom: dotted 1px #666;
}

ul.ul_g li{
	padding: 5px 5px 0 20px;
	margin: 0 0;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 0.1px;
	background-image:url(../images/li_bg_b.png);
	background-repeat:no-repeat;
	background-position: center left;
	border-bottom: dotted 1px #666;
	clear:both;/*因為ul.ul_g li a{float:left;}，ul.ul_g li span{float:right;}*/
	overflow:hidden;/*自動抓高度*/
}

ul.ul_g li a{
	text-decoration:none;
	color: #333399;
	float:left;
	display: inline-block;
}

ul.ul_g li span{
	float:right;
	display: inline-block;
}

ul.ul_g li a:hover{
	color: #660000;
}

/*有序列表*/
ol.ol_a li{
	list-style-type:decimal;
	margin: 0 0 5px 32px;
	padding: 0 0 10px 0;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.3;
	color: #000;
	letter-spacing: 0.1px;
}

/* -- 內容框 FRAME_IN ----------------------------- */
/* -- 注意.POST_E (可能是A B C D E )--------------- */
#CONTENT .POST_E .POST_INNER .FRAME_IN {
	margin: 10px 0;
	/*padding: 0 0 20px;*/
	width: 800px;
	height: 550px;
	overflow: auto;
} 

#CONTENT .POST_E .POST_INNER .FRAME_IN p {
	text-indent: 26px;
	text-align:justify;      /*讓文字齊行*/
}

/* -- 圖片靠左或右------ */
.img_r {
	float: right;
	margin: 10px;
}

.img_l {
	float:left;
	margin: 10px 15px 10px 0;
}

/* -- 點小圖，變大圖----------------------------- */
/* -- 注意.POST_F (可能是A B C D E )----- */
#CONTENT .POST_E .POST_INNER .IMGBOX {
	width: 800px;
	margin: 0 auto;
}


#CONTENT .POST_E .POST_INNER .IMGBOX a:hover {
	padding-bottom: 0;
	border-bottom:none;
}
	
#CONTENT .POST_E .POST_INNER .IMGBOX img {
	margin: 0 5px 5px 0;
	padding:1px;
	border: 1px solid #ccc;
	background-color: #FFF;
}

/* -- 左右分欄----------------------------- */
#CONTENT .POST_A .POST_INNER .BOX,#CONTENT .POST_B .POST_INNER .BOX {
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}

/* -- 左右分欄1----------------------------- */		
/* -- 內容左側邊1-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 {
    width: 300px;
	float: left;
	margin: 0;
	border: solid 1px #ff9999;
}

#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK h3,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK h3 {
	/*height: 26px;
	line-height: 26px;*/
	padding: 2px 0;
	width: 300px;
	font-size: 15px;
	color: #fff;
	background-color: #ff9999;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 1px;
}

#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 ul li , #CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 ul li{
	padding-left:20px;
	margin-bottom: 5px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 0.1px;
	background-image:url(../images/li_bg_b.png);
	background-position: 0 5px;
	background-repeat:no-repeat;
}

/* -- 書藉框-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK , #CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK {
	text-align:center;
	/*background-color: #FFF;*/
}

#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK .img , #CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK .img {
	margin: 5px 0;
}
	
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK p , #CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK p{
	text-align: center;
	font-size:13px;
	line-height:1.5;
	padding: 3px 0;
	margin: 0;
	border-bottom: dotted 1px #000000;
}
	
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK p.last , #CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK p.last{
	text-align:center;
	margin-bottom: 10px;
	border-bottom:none;
	margin:0;
}

/* -- 購物車-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK ul,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK ul{
	overflow:hidden;
	margin: 3px auto 5px;
	width: 150px;
    list-style-type: none;
}

#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK li,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK li{
	background-image: none;
}
	
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK li a,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK li a{
    display: block;
	width: 120px;
	line-height: 30px;
	font-size: 10px;
	text-indent:-9999px;
}
	
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK li a:hover,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK li a:hover{
	background-position:left bottom;
	padding-bottom: 0;
	border-bottom: none;
} 
	
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 .BOOK li.btnBuy a,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 .BOOK li.btnBuy a{
	background-image: url(../images/btnBuy.png);
}

/* -- 臉書分享-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 #FbShare,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 #FbShare{
	margin:-3px 0 3px 0;
	padding:0;
	display:block;
	width:100%;
	height:20px;
	/*padding-top:3px;*/
	text-align: center;
}

#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_1 #FbShare a:hover,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_1 #FbShare a:hover{
	padding-bottom: 0;
	border-bottom: none;
} 

/* -- 內容右側邊1-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXRIGHT_1,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_1{
    width: 480px;
	float: right;
	margin: 0;
}

/* -- 左右分欄2----------------------------- */	
/* -- 
分欄2在#CONTENT .POST_C 內，所以寫#CONTENT .POST_C .POST_INNER .BOX .BOXLEFT_2。
以下這個用到再寫即可#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_2
------ */		
/* -- 內容左側邊2-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_2,#CONTENT .POST_C .POST_INNER .BOX .BOXLEFT_2  {
    width: 300px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊2-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_2,#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_2 {
    width: 480px;
	float: right;
	margin: 0;
}

#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_2 img,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_2 img {
	margin: 0 42px 5px;
	padding: 0;
	/*border: 1px solid #cccccc;
	background-color: #FFF;*/
}

/* -- 左右分欄3----------------------------- */
/* -- 
分欄3在#CONTENT .POST_D 內，所以寫#CONTENT .POST_D .POST_INNER .BOX .BOXLEFT_3。
以下這個用到再寫即可#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_3
------ */
/* -- 內容左側邊3-- */
#CONTENT .POST_D .POST_INNER .BOX .BOXLEFT_3,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_3 {
    width: 300px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊3-- */
#CONTENT .POST_D .POST_INNER .BOX .BOXRIGHT_3,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_3 {
    width: 480px;
	float: right;
	margin: 0
}

/* -- 左右分欄4----------------------------- */
/* -- 內容左側邊4-- */
#CONTENT .POST_F .POST_INNER .BOX .BOXLEFT_4,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_4 {
    width: 300px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊4-- */
#CONTENT .POST_F .POST_INNER .BOX .BOXRIGHT_4,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_4{
    width: 480px;
	float: right;
	margin: 0;
}


/* -- 左右分欄5+6為一組----------------------------- */
/* -- 左右分欄5----------------------------- */
/* -- 內容左側邊5-- */
#CONTENT .POST_D .POST_INNER .BOX .BOXLEFT_5,#CONTENT .POST_C .POST_INNER .BOX .BOXLEFT_5 {
	width: 265px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊5-- */
#CONTENT .POST_D .POST_INNER .BOX .BOXRIGHT_5,#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_5 {
	width: 200px;
	float: right;
	margin: 0;
}

/* -- 左右分欄6----------------------------- */
/* -- 內容左側邊6-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_6,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_6 {
    margin: 20px 0 0;
	padding: 10px 0 0 20px;
    width: 510px;
	float: left;
	background-color: #ffffcc;
	border-radius: 0 0 0 40px;
}
		
/* -- 內容右側邊6- */
#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_6,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_6{
    margin: 0;
	padding: 10px;
    width: 250px;
	float: right;
	background-color: #ffffcc;
	border-radius: 4px;
}
		
/* -- 版權宣告-- */
#FOOT {
    clear: both;
	margin: 0 auto 0;
	width: 900px;
	background-color: #fff;
	/*border: solid #fff 1px;
	box-shadow:0 0 5px #000;*/
	/*background-image: url(../images/ct_bg_z.png);*/
}
	
#FOOT_INNER {
	/*border-top: solid 5px #7ebce0;*/
	margin-top:0;
	padding: 13px 0 10px;
}	

#FOOT_INNER h2 {
    color: #000;
	font-size: 15px;
	font-weight:normal;
	text-align:center;
}	
	
#FOOT_INNER h2 a {
	color: #7ebce0;
	text-decoration: none;
}
	
#FOOT_INNER h2 a:hover {
	border-bottom: 1px solid;
}
	
.clearfloat{
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* -- 文字欄 ----------------------------- */
.font_a {
	margin: 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	font-weight: bold;
	/*font-family: "標楷體";*/
}
	
.font_b {
	font-size: 15px;
	color: #6699cc;
	font-weight: bold;
	line-height: 1.5;
}
	
.font_c {
	font-size: 18px;
	line-height: 1.5;
	color: #0066cc;
	font-weight: bold;
}
	
.font_d {
	font-size: 15px;
	color: #cc0033;
	font-weight: bold;
	line-height: 1.5;
}

.font_e {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	font-weight: bold;
	/*font-family: "標楷體";*/
}

/* -- 拉用前後文空間用 -- */
.font_n {
	padding: 5px 0;
}

/* -- 文字置中-- */
.font_center_a {
	font-size: 18px;
	color: #336699;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:center;
}

/* -- 文字置右-- */
.font_right_a {
	margin:  0 0;
	/* -25px 自己測的，不確定如何得知？*/
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	text-align:right;
}

/* -- 刪除線文字 -- */
.font_line { 
	text-decoration:line-through;
}

/* -- 分隔線文字 -- */
.font_dotted {
	width:100%;
	margin: 0 0 18px;
	font-size: 1px;
	border-bottom:dotted 1px #666;
}

/* -- 文字置中-- */
.font_center01 {
	margin: 0 0 25px;
	font-size: 22px;
	color: #cc0033;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:center;
}

.font_center02 {
	margin: 0 0 15px;
	font-size: 15px;
	color: #0066cc;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:center;
}

.font_center03 {
	margin: 0 0 20px;
	font-size: 15px;
	color: #cc3366;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:center;
}	

/* -- MAIN01 ----------------------------------------- */
#CONTENT .POST_MAIN	{
    width: 100%;
	margin: 0 0 10px;
	padding: 5px 0 0;
	/*background-color:#FFF;*/
	border: solid #fff 1px;
	box-shadow:0 0 5px #000;
	background-image: url(../images/ct_bg_z.png);
}

#CONTENT .POST_MAIN h2.Myh5 {
	background-image:url(../images/h5_bg.png);
	/*-- 注意副檔名 140415--*/
	margin: 0 auto 10px;
	width: 860px;
	height: 50px;
	font-size: 12px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#CONTENT .POST_MAIN h2.Myh6 {
	background-image:url(../images/h6_bg.png);
	margin: 0 auto 10px;
	width: 860px;
	height: 50px;
	font-size: 12px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#CONTENT .POST_MAIN .POST_INNER {
	padding:0 50px;
}
		
#CONTENT .POST_MAIN .POST_INNER p {
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.8;
	letter-spacing: 1px;
	/*padding-bottom: 15px;*/
	text-indent: 32px;
}

/* -- 拉用前後文空間用 -- */
.font_n {
	padding: 10px 0;
}

/* -- table ----------------------------- */
/* -- 注意.POST_F (可能是A B C D E )----- */
#CONTENT .POST_C .POST_INNER .myTable {
	width: 800px;
	margin: 0;
	background-color: #fff;
}

#CONTENT .POST_C .POST_INNER .myTable tr.t01{
	height: 30px;
	/*background-color: #cc9900;*/
}

#CONTENT .POST_C .POST_INNER .myTable tr.t02{
	height: 30px;
	/*background-color: #ffcc00;*/
}

#CONTENT .POST_C .POST_INNER .myTable tr td{	
	height: 30px;
	width: 266px;
}

#CONTENT .POST_C .POST_INNER .myTable tr td p{
	margin: 0;
	padding: 10px;
	text-align: center;	
}

#CONTENT .POST_C .POST_INNER .myTable, 
#CONTENT .POST_C .POST_INNER .myTable tr, 
#CONTENT .POST_C .POST_INNER .myTable tr td{
	border: 1px solid #ccc;
}

.EEE{ background-color:#EEE;}
.AAA{ background-color:#ECF5FF;}


/* -- 點圖換圖 ----------------------------- */
#CONTENT .small {
	width:812px;
	margin:10px auto;
}

#CONTENT .small img {
	border: solid 1px #ccc;
	margin: 0 9px 8px 0;
}

#CONTENT .banner{
	width:800px;
	height:547px;
	margin:10px auto;
	position:relative;
	border: solid 1px #ccc;
}

#CONTENT .banner img{
	position:absolute;
	left:0;
	top:0;
	display:none;
}

#CONTENT .banner img#PP1{
	display:block;
}