@charset "utf-8";
/* CSS Document */


@import url("reset.css");

body{
	font-family:"微軟正黑體";
	background-color:#222;
 }

.clear{ clear:both}

.wrapper{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	padding-bottom:30px;
	}	

.header{
	height:70px;
	}

.middle{
	background-color:#777;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	padding-top:70px;}
	

.middle h2{
	font-size:35px;
	font-weight:100;
	line-height:30px;
	color:#FFF;}
.middle h6{
	font-size:18px;
	font-weight:100;
	line-height:30px;
	color:#000;}		
.middle table{
	margin:0 auto;}		


.intro{
	width:750px;
	margin:0 auto;
	margin-bottom:40px;
}
.intro h2{
	margin-bottom:10px;
	font-size:28px;
	font-weight:100;}
.intro p{
	font-size:15px;
	line-height:23px;}		
	
.content{
	width:750px;
	margin:0 auto;
}
	
.content_box{
	font-size:15px;
	line-height:23px;
	margin-bottom:20px;}
		
.content_box h6{
	font-weight:bold;
	color:#069;
	font-size:16px;
		}
.blue16{
	font-weight:bold;
	color:#069;
	font-size:16px;
	}
	
.content_box img{
	float:left;
	margin-right:20px;}	
	
.line_pro{
	height:30px;
	background-image:url(../img/lineaha.png);
	margin-bottom:20px;}
	
	
.gotopages{}



/**but_action**/
#buy_area{
	display:inline;
	width: auto;
	padding-left: 100px;
}
#buy_area_wrap {
	width: auto;
	height: 40px;
}


.but_act, .but_act2{
    padding:0; 
    maring:0;
	margin-right:20px;
}
.but_act a{
	line-height:40px;
	background-image: url(../img/but_print.png);
	background-repeat: no-repeat;
	background-position:left top;
	height:40px;
	display:inline;
	padding-left:50px;
	padding-top:0px;
	float:left;
	text-decoration:none;
	font-size:16px;
	color: #000000;
	font-weight:bold;
	text-align:center;
	margin-left: 150px;

}
.but_act span{
	height:40px;
	padding-right:25px;
	margin-right:5px;
	float:left;
	background-image: url(../img/but_print.png);
	background-repeat: no-repeat;
	background-position: right top;

 
}

.but_act a:hover{
	color: #993300;
}

.but_act2 a{
	line-height:40px;
	background-image: url(../img/but_close.png);
	background-repeat: no-repeat;
	background-position:top left;
	height:40px;
	display:inline;
	padding-left:50px;
	padding-top:0px;
	float:left;
	text-decoration:none;
	font-size:16px;
	color: #333333;
	font-weight:bold;
	text-align:center;
	margin-left: 60px;

}
.but_act2 span{
	background: url(../img/but_close.png) right top no-repeat;
	height:40px;
	padding-right:20px;
	margin-right:5px;
	float:left;

 
}

.but_act2 a:hover{
    color: #993300;
}
/**end of but_action**/
