@import url("reset.css");
body {
	background-color: #ccc;
	background-image: url(../images/photo06.jpg);
	background-position: center top;
}
	
/* -- 超連去除外框-- */
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: 900px;
	background-color: #fff;
}	

/* -- 頁首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: 2px auto 0;
	/*margin-top: 5px;*/
	width: 900px;
	height: 50px;
	border-radius: 4px;
	/*border: solid #d9d9d9 1px;*/
	background-image: url(../images/nav_bg.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.png);}
	
#NAV li.btn02 a  {
	background-image: url(../images/btn02.png);}
	
#NAV li.btn03 a  {
	background-image: url(../images/btn03.png);}
	
#NAV li.btn04 a  {
	background-image: url(../images/btn04.png);}
	
#NAV li.btn05 a  {
	background-image: url(../images/btn05.png);}
	
#NAV li.btn06 a  {
	background-image: url(../images/btn06.png);}
	
/* -- 內容-- */
#CONTENT {
    width: 900px;
	margin:0 auto;
	overflow:hidden;
	padding: 2px 0;
	background-image: url(../images/ct_bg_c.png);
	background-repeat: repeat-y;
}
	
#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: 5px 0 0;
	background-image: url(../images/ct_bg_d.png);
	background-repeat: no-repeat;
	background-position: right 65px;
	/*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 0 0;
	width: 900px;
	height: 50px;
	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 0;
	/*border-radius: 4px;*/
	/*border: solid #d9d9d9 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_c.png);
} 

#CONTENT .POST_D .POST_INNER  {
	background-image: url(../images/ct_bg_d.png);
}

#CONTENT .POST_E .POST_INNER {
	background-image: url(../images/ct_bg_e.png);
} 

#CONTENT .POST_F .POST_INNER  {
	background-image: url(../images/ct_bg_f.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{
	/*margin: 0 0 0 20px 0;*/
	padding: 0 0 25px 0;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 0.1px;
}
	
#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_B .POST_INNER a{
	color: #333399;
	text-decoration: none;
}
	
#CONTENT .POST_E .POST_INNER a:hover,#CONTENT .POST_B .POST_INNER a:hover{
	color: #660000;
	/*padding-bottom: 1px;
	border-bottom: 1px solid;*/
}
	
/* -- ul li ----------------------------- */
ul.ul_a{
	margin: -25px 0 0 0;
}

ul.ul_b, ul.ul_c{
	/*margin: -25px 0 0 0;*/
	padding-bottom: 15px;	
}

ul.ul_a 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_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_d.png);
	background-repeat:no-repeat;
}

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;
}

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;
}

/*有序列表*/
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 ----------------------------- */
#CONTENT .POST_E .POST_INNER .FRAME_IN {
/* -- 注意.POST_E (可能是A B C D E )--------------- */
	width: 800px;
	height: 550px;
	overflow: auto;
	margin: 10px 0;
} 

#CONTENT .POST .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_D .POST_INNER .IMGBOX {
	width: 600px;
	margin: 0 auto;
}


#CONTENT .POST_D .POST_INNER .IMGBOX a:hover {
	padding-bottom: 0;
	border-bottom:none;
}
	
#CONTENT .POST_D .POST_INNER .IMGBOX img {
	margin: 0 10px 10px 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;
}

#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: 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: 400px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊2-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_2,#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_2 {
    width: 390px;
	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_C .POST_INNER .BOX .BOXLEFT_3,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_3 {
    width: 250px;
	float: left;
	/*margin: 0 20px 0 0;*/
}
		
/* -- 內容右側邊3-- */
#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_3,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_3 {
    width: 200px;
	float: right;
	margin: 0
}

/* -- 左右分欄4----------------------------- */
/* -- 內容左側邊4-- */
#CONTENT .POST_E .POST_INNER .BOX .BOXLEFT_4,#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_4 {
    width: 280px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊4-- */
#CONTENT .POST_E .POST_INNER .BOX .BOXRIGHT_4,#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_4{
    width: 500px;
	float: right;
	margin: 0;
}


/* -- 左右分欄5+6為一組----------------------------- */
/* -- 左右分欄5----------------------------- */
/* -- 內容左側邊5-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXLEFT_5,#CONTENT .POST_C .POST_INNER .BOX .BOXLEFT_5 {
	margin: 0;
    width: 300px;
	float: left;
}
		
/* -- 內容右側邊5-- */
#CONTENT .POST_B .POST_INNER .BOX .BOXRIGHT_5,#CONTENT .POST_C .POST_INNER .BOX .BOXRIGHT_5 {
	margin: 0;
    width: 480px;
	float: right;
}

/* -- 左右分欄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: 508px;
	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: -2px auto 0;
	width: 900px;
	background-image: url(../images/nav_bg.png);
	/*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: #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 {
	font-size: 18px;
	line-height: 1.5;
	color: #336699;
	font-weight: bold;
	/*font-family: "標楷體";*/
}
	
.font_b {
	margin: 0 0 -20px 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}
	
.font_c {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	line-height: 1.5;
}
	
.font_d {
	font-size: 18px;
	color: #33ccff;
	font-weight: bold;
	line-height: 1.5;
}

.font_e {
	font-size: 15px;
	color: #339933;
	font-weight: bold;
	line-height: 1.5;
}

.font_f {
	font-size: 15px;
	color: #339933;
	font-weight: bold;
	line-height: 1.5;
}

/* -- 拉用前後文空間用 -- */
.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 {
	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: 5px 0 0;
	border-radius: 15px 0 15px 0;
	/*background-color:#FFF;*/
	border-radius: 4px;
	background-image: url(../images/ct_bg_a.jpg);
}

#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;
}