@import url("reset.css");
body {
	/*background-color: #fff;*/
	background-image: url(http://data.sitak.com.tw/tn206/images/body_bg_a.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
	
/* -- 超連去除外框-- */
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);
}
	
/* -- 最大框_中-- */
#WRAPPER {
	margin: 0 auto;
    width: 910px;
}	

/* -- 頁首header -- */
#HEADER	{
    width: 900px;
	margin: 4px 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 0;
	/*margin-top: 5px;*/
	width: 900px;
	height: 50px;
	/*border-radius: 4px;*/
	/*border: solid #d9d9d9 1px;*/
	background-image: url(../images/ct_bg_z.png);
}
	
#NAV ul	{
	overflow:hidden;
	margin:0 auto;
	width: 900px;
    list-style-type: none;}
	
#NAV li	{
	float: left;}
	
#NAV li a  {
    display: block;
	width: 150px;
	line-height: 50px;
	font-size: 10px;
	text-indent:-9999px;}
	
#NAV li a:hover	{
	color:#000;
	background-position:left bottom;} 
	
#NAV li.btn01 a  {
	background-image: url(../images/btn01.jpg);}
	
#NAV li.btn02 a  {
	background-image: url(../images/btn02.jpg);}
	
#NAV li.btn03 a  {
	background-image: url(../images/btn03.jpg);}
	
#NAV li.btn04 a  {
	background-image: url(../images/btn04.jpg);}
	
#NAV li.btn05 a  {
	background-image: url(../images/btn05.jpg);}
	
#NAV li.btn06 a  {
	background-image: url(../images/btn06.jpg);}
	
/* -- 內容-- */
#CONTENT {
    width: 900px;
	margin:0 auto;
	overflow:hidden;
	padding: 2px 0;
	/*background-image: url(../images/body_bg_a.jpg);*/
}
	
#CONTENT .POST_A,#CONTENT .POST_B,#CONTENT .POST_C,#CONTENT .POST_D,#CONTENT .POST_E,#CONTENT .POST_F{
    width: 100%;
	margin: 0 0 2px;
	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 auto 2px;
	width: 900px;
	height: 40px;
	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: 15px 50px 0;
	/*border-radius: 4px;*/
	border: solid #fff 1px;
} /*800*/
		
#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_a.png);
} 

#CONTENT .POST_B .POST_INNER  {
	background-image: url(../images/ct_bg_b.png);
}

#CONTENT .POST_C .POST_INNER {
	background-image: url(../images/ct_bg_a.png);
} 

#CONTENT .POST_D .POST_INNER  {
	background-image: url(../images/ct_bg_a.png);
}

#CONTENT .POST_E .POST_INNER {
	background-image: url(../images/ct_bg_a.png);
} 

#CONTENT .POST_F .POST_INNER  {
	background-image: url(../images/ct_bg_a.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:left;      /*讓文字齊行*/
	line-height:1.7;
	letter-spacing: 0.1px;
	padding-bottom: 10px;/
}
	
#CONTENT .POST_A .POST_INNER p.last,#CONTENT .POST_B .POST_INNER p.last{
	padding-bottom: 0;
}
	
#CONTENT .POST_E .POST_INNER a,#CONTENT .POST_F .POST_INNER a{
	color: #333399;
	text-decoration: none;
}
	
#CONTENT .POST_E .POST_INNER a:hover,#CONTENT .POST_F .POST_INNER a:hover{
	color: #660000;
	/*padding-bottom: 1px;
	border-bottom: 1px solid;*/
}
	
/* -- ul li ----------------------------- */
ul.ul_b, ul.ul_c{
	padding-bottom: 15px;	
}

ul.ul_a {
	margin: -10px 0 0 ;
}

ul.ul_a li{
	margin: 0;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	color: #cc6633;
	letter-spacing: 1px;
	font-family: "華康中黑體";
}

ul.ul_b li{
	padding-left:25px;
	margin-bottom: 5px;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	color: #663333;
	font-weight: bold;
	letter-spacing: 1px;
	background-image:url(../images/li_bg_a.png);
	background-repeat:no-repeat;
	font-family: "華康中黑體";
}

ul.ul_c li{
	padding: 0 0 5px 0;
	margin: 5px 0 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;
}

/* -- 左右分欄----------------------------- */
#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: 200px;
	float: left;
	margin: 0;
}

#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-bottom:5px;
}
	
#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: 580px;
	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: 385px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊2-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_2,#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_2 {
    width: 385px;
	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_C .POST_INNER .BOX .BOXLEFT_3 {
    width: 390px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊3-- */
#CONTENT .POST_D .POST_INNER .BOX .BOXRIGHT_3,#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_3 {
    width: 390px;
	float: right;
	margin: 0
}

/* -- 左右分欄4----------------------------- */
/* -- 內容左側邊4-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXLEFT_4,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_4 {
    width: 390;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊4-- */
#CONTENT .POST_A .POST_INNER .BOX .BOXRIGHT_4,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_4{
    width: 390px;
	float: right;
	margin: 0;
}

/* -- 內容框 FRAME_IN ----------------------------- */
#CONTENT .POST .POST_INNER .FRAME_IN {
	width: 800px;
	height: 550px;
	overflow: auto;
} 

#CONTENT .POST .POST_INNER .FRAME_IN p {
	text-indent: 26px;
}

/* -- 圖片框----------------------------- */
#CONTENT .POST .POST_INNER .IMGBOX {
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}

#CONTENT .POST .POST_INNER .IMGBOX .BOX_S {
	float:left;
	width:400px;
	margin:0 0 15px 0;
}

#CONTENT .POST .POST_INNER .IMGBOX .BOX_S a:hover {
	padding-bottom: 0;
	border-bottom:none;
}
	
#CONTENT .POST .POST_INNER .IMGBOX .BOX_S img {
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	background-color: #FFF;
}
		
/* -- 版權宣告-- */
#FOOT {
    clear: both;
	margin: -2px auto 0;
	width: 900px;
	border-radius: 4px;
	border: solid #d9d9d9 1px;
	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: #996666;
	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 {
	font-size: 18px;
	line-height: 1.5;
	color: #663333;
	font-weight: bold;
	/*font-family: "標楷體";*/
}
	
.font_b {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
	font-family: "標楷體";
}
	
.font_c {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}
	
.font_d {
	font-size: 15px;
	line-height: 1.5;
	color: #663333;
	font-weight: bold;
	font-family: "華康中黑體";
}

.font_e {
	font-size: 15px;
	color: #000;
	line-height: 1.5;
	font-family: "華康中黑體";
}

/* -- 拉用前後文空間用 -- */
.font_n {
	padding: 5px 0;
}

/* -- 文字置中-- */
.font_center_a {
	font-size: 15px;
	color: #993333;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:center;
}

/* -- 文字置右-- */
.font_right_a {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	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;
}	

/* -- MAIN01 ----------------------------------------- */
#CONTENT .POST_MAIN	{
    width: 100%;
	margin: 0 0 2px;
	padding: 0;
	/*border-radius: 15px 0 15px 0;*/
	/*background-color:#FFF;*/
}

#CONTENT .POST_MAIN h2.Myh5 {
	background-image:url(../images/h5_bg.png);
	/*-- 注意副檔名 140415--*/
	margin: 0 auto 2px;
	width: 900px;
	height: 40px;
	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 2px;
	width: 900px;
	height: 40px;
	font-size: 12px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}

#CONTENT .POST_MAIN .POST_INNER {
	padding: 20px 50px;
	background-image: url(../images/ct_bg_a.png);
}
		
#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;
}