@import url("reset.css");
body {
	/*background-color: #81b9e0;*/
	background-image: url(../images/body_bg.jpg);
}
	
/* -- 超連去除外框-- */
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: 960px;
    background-image: url(../images/body_bg_02.png);
	background-repeat: repeat-y;
}

/* -- 最大框_上-- */
#WRAPPER_TOP {
	display:block;
	margin: 0 auto;
    width: 960px;
	height:10px;
	background-image: url(../images/body_bg_01.png);
	background-repeat: no-repeat;
}

/* -- 最大框_下-- */
#WRAPPER_BOTTOM	{
    display:block;
	margin: 0 auto;
    width: 960px;
	height:10px;
    background-image: url(../images/body_bg_03.png);
	background-repeat: no-repeat;
} 	

/* -- 頁首header -- */
#HEADER	{
    width: 900px;
	margin: 0 auto;
}
	
#HEADER	#HEADER_INNER {
    padding: 4px 0 0 0;
}
	
#HEADER	#HEADER_INNER h1 {
	font-size:3px;
	text-indent:-9999px;
	height: 200px;
	font-family: Verdana, Helvetica, sans-serif;
	background-image: url(../images/index_01.jpg);
}
	
/* -- 主選單menu-- */
#NAV {
	margin:0 auto;
	margin-top:1px;
	width: 900px;
	height: 35px;}
	
#NAV ul	{
	overflow:hidden;
	margin:0 auto;
	width: 809px;
    list-style-type: none;
	border-left: solid 1px #FFFFFF;
}
	
#NAV li	{
	float: left;
}
	
#NAV li a {
    display: block;
	width: 100px;
	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:#3CF;
}

#NAV, #NAV li a	{
	background-color: #666633;
}

#NAV li.btn02 a, #NAV li.btn03 a  {
	background-color: #999933;
}

#NAV li.btn02 a:hover, #NAV li.btn03 a:hover  {
	background-color: #3CF;
}
	
/* -- 內容-- */
#CONTENT {
    width: 900px;
	/*float: right;*/
	margin:0 auto;
}
	
#CONTENT .POST	{
    width: 100%;
}
	
#CONTENT .POST h2 {
	margin: 10px auto 10px;
	width: 840px;
	height: 40px;
	font-size: 12px;
	text-indent:-9999px;
	background-repeat:no-repeat;
}
	
#CONTENT .POST .POST_INNER {
	padding: 0 50px;
} /*800*/
		
#CONTENT .POST h2.Myh1 {
	background-image:url(../images/h1_bg.jpg);
}
	
#CONTENT .POST h2.Myh2 {
	background-image:url(../images/h2_bg.jpg);
}
	
#CONTENT .POST h2.Myh3 {
	background-image:url(../images/h3_bg.jpg);
}
	
#CONTENT .POST h2.Myh4 {
	background-image:url(../images/h4_bg.jpg);
}
	
#CONTENT .POST h2.Myh5 {
	background-image:url(../images/h5_bg.jpg);
}

#CONTENT .POST h2.Myh6 {
	background-image:url(../images/h6_bg.jpg);
}

#CONTENT .POST h2.Myh7 {
	background-image:url(../images/h7_bg.jpg);
}

#CONTENT .POST h2.Myh8 {
	background-image:url(../images/h8_bg.jpg);
}
		
#CONTENT .POST .POST_INNER p {
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 0.1px;
	padding-bottom: 15px;
	/*font-family: "華康中黑體";*/
}
	
#CONTENT .POST .POST_INNER p.last {
	padding-bottom: 0;
}
	
#CONTENT .POST .POST_INNER a {
	color: #0099ff;
	text-decoration: none;
}
	
#CONTENT .POST .POST_INNER a:hover {
	color: #339933;
	/*padding-bottom: 1px;
	border-bottom: 1px solid;*/
}

/* -- ul li ----------------------------- */
ul.ul_a {
	margin: -13px 0 0;
}

ul.ul_a li{
	margin: 0 0 6px;
}

ul.ul_a li.font13 a{
	font-size: 13px;
}

ul.ul_b {
	margin: -10px 0 0;
}

ul.ul_b li{
	padding-left:20px;
	margin-bottom: 5px;
	font-size: 13px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.3;
	letter-spacing: 0.1px;
	background-image:url(../images/li_bg_e.png);
	background-repeat:no-repeat;
	background-position: left -3px;
}

ul.ul_c li{
	padding-left:20px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.4;
	letter-spacing: 0.1px;
	background-image:url(../images/li_bg_e.png);
	background-repeat:no-repeat;
}
	
/* -- 左右分欄1----------------------------- */
#CONTENT .POST .POST_INNER .BOX {
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}

/* -- 內容左側邊1-- */
#CONTENT .POST .POST_INNER .BOX .BOXLEFT_1 {
    width: 470px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊1-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 {
    width: 300px;
	float: right;
	margin: 0;
}

#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 p {
	text-align:left;
	font-size:13px;
	line-height:1.5;
	padding: 3px 0;
}

/* -- 書藉框-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK {
	text-align:center;
	background-color: #FFF;
}

#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK .img {
	margin-bottom:5px;
	/*border: 1px solid #cccccc;*/
}
	
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK p {
	text-align:left;
	font-size:13px;
	line-height:1.5;
	padding: 3px 0;
	border-bottom: dotted 1px #000000;
}
	
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK p.last	{
	text-align:center;
	margin-bottom: 10px;
	border-bottom:none;
	margin:0;
}

/* -- 購物車-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK ul	{
	overflow:hidden;
	margin: 3px auto 5px;
	width: 150px;
    list-style-type: none;
}
	
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK li a  {
    display: block;
	width: 120px;
	line-height: 30px;
	font-size: 10px;
	text-indent:-9999px;
}
	
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK li a:hover	{
	background-position:left bottom;
	padding-bottom: 0;
	border-bottom: none;
} 
	
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 .BOOK li.btnBuy a  {
	background-image: url(../images/btnBuy.png);
}

/* -- 臉書分享-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 #FbShare {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	height:20px;
	padding-top:3px;
	text-align: right;
}

#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_1 #FbShare a:hover	{
	padding-bottom: 0;
	border-bottom: none;
} 

/* -- 左右分欄2----------------------------- */
/* -- 內容左側邊2-- */
#CONTENT .POST .POST_INNER .BOX .BOXLEFT_2 {
    width: 470px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊2-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_2 {
    width: 320px;
	float: right;
	margin: 0;
}

/*#CONTENT .POST .POST_INNER .BOX .BOXLEFT_2 img {
	margin: 0;
	padding: 0;
	border: 1px solid #cccccc;
	background-color: #FFF;
}*/

/* -- 左右分欄3----------------------------- */
/* -- 內容左側邊3-- */
#CONTENT .POST .POST_INNER .BOX .BOXLEFT_3 {
    width: 350px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊3-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_3 {
    width: 410px;
	float: right;
	margin: 0;
}

/* -- 左右分欄4----------------------------- */
/* -- 內容左側邊4-- */
#CONTENT .POST .POST_INNER .BOX .BOXLEFT_4 {
    width: 200px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊4-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_4 {
    width: 580px;
	float: right;
	margin: 0;
}

/* -- 左右分欄5----------------------------- */
/* -- 內容左側邊5-- */
#CONTENT .POST .POST_INNER .BOX .BOXLEFT_5 {
    width: 370px;
	float: left;
	margin: 0;
}
		
/* -- 內容右側邊5-- */
#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_5 {
    width: 410px;
	float: right;
	margin: 0;
}

/* --#CONTENT .POST .POST_INNER .BOX .BOXLEFT_5 table,#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_5  table {
	border: solid 1px #ccc;
}-- */

#CONTENT .POST .POST_INNER .BOX .BOXLEFT_5 table.girl td,#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_5  table.girl td{
	border: solid 1px #ff3333;
}

#CONTENT .POST .POST_INNER .BOX .BOXLEFT_5 table.boy td,#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_5  table.boy td{
	border: solid 1px #0099ff;
}

#CONTENT .POST .POST_INNER .BOX .BOXLEFT_5 table p,#CONTENT .POST .POST_INNER .BOX .BOXRIGHT_5 table p {
	font-size: 13px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 0.1px;
	padding: 3px 10px;
}

/* -- 圖片框----------------------------- */
#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: 10px auto 0;
	width: 900px;
}
	
#FOOT_INNER {
	border-top: solid 5px #99ccff;
	margin-top:0;
	padding: 13px 0 10px;
}	

#FOOT_INNER h2 {
    color: #000000;
	font-size: 15px;
	font-weight:normal;
	text-align:center;
}	
	
#FOOT_INNER h2 a {
	color: #777;
	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;
	color: #000099;
	font-weight: bold;
}
	
.font_b {
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
	
.font_c {
	font-size: 15px;
	color: #000;
	font-weight: bold;
}
	
.font_d {
	margin: 8px 0 15px;
	font-size: 15px;
	color: #ff3333;
	font-weight: bold;
}

.font_e {
	font-size: 18px;
	color: #990033;
	font-weight: bold;
}

.font_f {
	font-size: 18px;
	color: #339933;
	font-weight: bold;
}

.font_g {
	margin: 8px 0 15px;
	font-size: 15px;
	color: #000099;
	font-weight: bold;
}

.font_h {
	font-size: 15px;
	color: #000099;
	font-weight: bold;
}

.font_i {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.font_k {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/* -- 文字置右-- */
.font_right {
	margin: -25px 10px 10px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:right;
}

/* -- 文字置中-- */
.font_center_a {
	font-size: 16px;
	color: #ffff66;
	font-weight: bold;
	letter-spacing: 1px;
	line-height:1.5;
	text-align:center;
}

/* -- 刪除線文字 -- */
.font_line { 
	text-decoration:line-through;
}

/* -- 分隔線文字 -- */
.font_dotted {
	width:100%;
	margin: 0 0 18px;
	font-size: 1px;
	border-bottom:dotted 1px #666;
}

/* -- MAIN ----------------------------- */
#CONTENT .POST .POST_INNER_MAIN {
	padding: 0 50px;
} /*800*/

#CONTENT .POST .POST_INNER_MAIN p {
	font-size: 15px;
	text-align:justify;      /*讓文字齊行*/
	line-height:1.5;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-indent: 32px;
}

/* -- 圖移上換圖 ----------------------------- */
.IMG_BOX {
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
	border-radius:5px;
	background-color:#FFF;
}
.IMG_MOVE {
	float: left;
	width:185px;
	height:150px;
	margin:10px 3px 10px 8px;
	border:1px solid #999;
	/*box-shadow:0 0 5px #666;*/
	overflow:hidden;
	border-radius:10px;
}
.IMG_MOVE .IMG_CONTENT {
	width:185px;
	height:300px;
}
.IMG_MOVE .IMG_CONTENT .MEMO {
	width:165px;
	height:150px;
	margin:0 auto;
	padding:10px 25px;
	background-color:#ffcc99;
}

.IMG_MOVE .IMG_CONTENT .MEMO h5 {
	margin: 30px 0 0;
	font-size: 18px;
	line-height:1.6;
	letter-spacing:1px;
	font-weight: normal;
}

.IMG_MOVE .IMG_CONTENT .MEMO h4 {
	font-size:20px;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #ffcccc;
	color: #0099cc;
}
.IMG_MOVE .IMG_CONTENT .MEMO p {
	margin: 30px 0 0;
	font-size: 30px;
	line-height:1.8;
	letter-spacing:1px;
}