@charset "utf-8";

body{
	margin:0;
	padding:0;
	background-image:url(../images/retina_dust.png);
}
a,img{
	border:none;
	outline:none;
}
.clear{
	clrer:both;
}

#wrapper{
	width:980px;
	margin:0 auto;
}
#header{
	margin-top:20px;
}
#logo{
	width:300px;
	height:100px;
	float:left;
}
#logo h1{
	width:180px;
	font-family:Adobe 繁黑體 Std;
	font-size:24px;
	line-height:28px;
	float:right;
	text-align:left;
	margin:15px 0 0;
	padding:0;
}
#logo p{
	width:180px;
	float:right;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	color:#bbb;
	font-size:17px;
	margin:0;
	padding:5px 0 0;
}
#navi{
	width:680px;
	height:100px;
	float:right;
	text-align:right;
}
/*title*/
h3{
	font-family:Adobe 繁黑體 Std;
	font-size:30px;
	margin:0;
	padding:0;
	color:#000;
	text-shadow:1px 1px 1px #ffe143,
                0px 14px 10px rgba(0,0,0,0.15),
                0px 24px 2px rgba(0,0,0,0.1),
                0px 34px 30px rgba(0,0,0,0.1);	
}
h3 span{
	font-family:"MS Serif", "New York", serifd;
	font-size:24px;
	margin-left:10px;
}
/*service*/
#service h2{
	font:16px/20px 微軟正黑體;
	color:#333;
}
/*price*/
.price{
	width:980px;
	font-family:"Lucida Console", Monaco, monospace, "微軟正黑體";
	margin-top:20px;
}
.price th{
	height:40px;
	background-color:#fffeee;
	border-bottom:1px solid #ccc;
}
.price td{
	height:30px;
	border-bottom:1px solid #ccc;
}
.price .gray td{
	background-color:#e5e5e5;
}
/*memo*/
#memo ul li{
	font:16px/30px 微軟正黑體;
	color:#36F;
	list-style:decimal;
}
#memo p{
	font-family:Adobe 繁黑體 Std;
	font-size:24px;
	color:#df5855;
	margin:0;
	padding:0;
	text-align:center;
}
/*about*/
#about h4{
	font-family:華康秀風體W3, Adobe 繁黑體 Std;
	font-size:42px;
	color:#5cd5e4;
	margin:10px 0 0;
	padding:0;
}

#about h5{
	font:20px 微軟正黑體;
	font-weight:normal;
	color:#666;
	margin:10px 0 5px;
	padding:0;
}
#about h6{
	font:16px/22px 微軟正黑體;
	font-weight:normal;
	color:#666;
	margin:0;
	padding:0;
}
/*contact*/
#contact h2 a{
	font:20px Adobe 繁黑體 Std, 微軟正黑體;
	font-weight:normal;
	color:#36F;
	text-decoration:none;
}

#contact h2 a:hover{
	text-decoration:underline;
}
#contact p{
	font:16px 微軟正黑體;
}
#contact p span{
	display:inline-block;
	width:80px;
	text-align:right;
}
#map{
	width:450px;
	height:270px;
	border:10px solid #fff;
	float:right;
	margin:30px 20px 0 0;
	-moz-box-shadow:2px 2px 12px -2px rgba(20%,20%,40%,0.5);
    -webkit-box-shadow:2px 2px 12px -2px rgba(20%,20%,40%,0.5);
    box-shadow:2px 2px 12px -2px rgba(20%,20%,40%,0.5);
	border-radius:10px;
}
/*bottom*/
#bottom{
	width:100%;
	height:600px;
	background:url(../images/bottom.png) no-repeat;
}