/*
* CSS文件
* =============================================================
* 版權所有 (C) 2013 PayEasy 並保留所有權利
* 網站地址: ////www.payeasy.com.tw/
* =============================================================
* $Author: A-Lou
* $Date: 2013-04-25 10:00:00 +0800 (星期四, 25 四月 2013) $
*/
@charset "utf-8";
/* CSS Document */


/* 基本設定 */
body{
	margin:0px;
	padding:0px;	
	text-align:left; /*IE5.5 BUG*/
	text-decoration: none;
	font: normal 15px/30px Verdana, Geneva, sans-serif;	
	}

HTML { 
	scrollbar-face-color:#e5e5e5;
	scrollbar-arrow-color:#aaa;
	scrollbar-track-color:#FFF;
	scrollbar-shadow-color:#aaa;
	scrollbar-highlight-color:#aaa;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	overflow-y : scroll;
} /*IE6.IE7.IE8*/

a{
	text-decoration:none;
	color:#0000ff;
	}
a:hover{
	text-decoration:underline;
	color:#0000ff;
	}
a img {
	border: none;
	display:inline;
	}
input, form{
	margin:0px;
	padding:0px;
	}
ul li {
	list-style-type:none !important;
	}
	
/* 共用 */
h1, h2{
	display:block;
	margin:0;
	padding:0;
	}

.red{ color:#cc0000;}
.white{ color:#ffffff;}
.bold{ font-weight:bold;}
.pink{ color:#fb2968;}
.palm{ color:#9a1822; font-weight:bold;}

.td_padding{
	text-align:left;
	padding-left:30px;
	padding-top: 5px;
	}
.img_btn {
	padding-left: 75%;
	padding-top: 30px;
}

p.box{
	padding:0 0px;
}

#left{ text-align:left;}
#center{ text-align:center; margin:0 auto;}
#right{ text-align:right;}

.clean{
	clear:both;
	font:0;
	height:0px;
	line-height:0px;
	}
.dotted{
	clear:both;
	width:100%;
	margin-bottom:6px;
	padding:6px 0;
	background:url(../images/dotted.jpg) repeat-x 50%;
	}

/* input */
.input{
	height:18px;	
	font:13px Verdana, Geneva, sans-serif;
	color:#666;
	padding:0 5px;
	border:1px solid #dadada;	
	}
.input02{	
	height:18px;	
	font:13px Verdana, Geneva, sans-serif;
	color:#666;
	padding:0 5px;
	border:1px solid #dadada;	
	background:#f6f6f6;	
	}
.input03{
	border:1px solid #dadada;
	font:13px Verdana, Geneva, sans-serif;
	color:#666;
	}

/* width */
.w50{
	width:50px;
	}
.w80{
	width:80px;
	}
.w115{
	width:115px;
	}
.w200{
	width:200px;
	}
.w225{
	width:225px;
	}
.w230{
	width:230px;
	}
.w250{
	width:250px;
	}
.w235{
	width:235px;
	}
.w400{
	width:400px;
	}
	
/* font */
.fontColor{
	color:#bebebe;
	}
.fontColor02{
	color:#557800;
	}
	
/* contact */
.box_product{
	}
.table1 {
	border: 1px solid #999;
	background-color: #999;
}


.btn_back{
	float:right;
	width:100px;
	height:50px;
	text-align:center;
	margin:0 30px 0 0;
	padding:10px 0 0 0;
	font:13px Verdana, Geneva, sans-serif;
	background:url(../images/btn_back.jpg) no-repeat;
	}
	

/* 主架構 */

.wrapper{
	width:950px;
	margin:0 auto;
	}
	
.header{ width:950px;}
.image{	width:950px;}
.banner{
	width:950px;
	margin:5px 0;
	}

/*---- MENU ----*/

.menu{
	float:left;
	width:945px;
	height:60px;
	padding-left:5px;
	text-align:right;
	background:url(../images/bg_but.jpg) repeat-x;
	}

.but01,.but02,.but03{
	float:left;
	width:315px;
	height:60px;
	}

.but01 a,.but02 a,.but03 a{
	position:relative;
	margin:0;
	padding:60px 0 0; /*60px*/
	overflow:hidden;
	display:block;
	text-decoration:none;
	height:0px !important;
}
.but01 a{ background:url(../images/but01.jpg) no-repeat;}
.but02 a{ background:url(../images/but02.jpg) no-repeat;}
.but03 a{ background:url(../images/but03.jpg) no-repeat;}
.but01 a:hover,.but02 a:hover,.but03 a:hover{
	background-position:0 -60px; /*60s*/	
	}


.hover{
	float:left;
	width:315px;
	height:60px;
	}

.contact{
	padding:0 6px;
	background:#f5afaf;
	}
	
.contact td{
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
	}

.tag{
	font: bold 13px/30px "新細明體",Verdana, Geneva, sans-serif;
	height:48px;
	background:url(../images/pic_tag.jpg) no-repeat;	
	}

.tag a{
	color:#900;
	text-decoration:none;
	}
	
/*---- right_menu ----*/

.right_menu{
	position:fixed;
	width:125px;
	height:460px;
	top:0;
	left:50%;
	margin-left:480px;
	}



/*---- footer ----*/

.footer{
	width:950px;
	}
	
	
	
.cu {
	font-family: "微軟正黑體", Helvetica, sans-serif;
	font-weight: bolder;
	color: #BD0006;
}
.cu font {
	font-family: "微軟正黑體", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #C10005;
}
.phone {
	height: 20px;
	width: 500px;
	font-family: "微軟正黑體", Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bolder;
	color: #F60;
	padding-left: 0px;
	clear: none;
	padding-top: 0px;
}
.phone2 {
	height: 20px;
	width: 500px;
	font-family: "微軟正黑體", Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bolder;
	color: #F60;
	padding-left: 250px;
	clear: none;
	padding-top: 0px;
	float: none;
	position: absolute;
}
#phone {
	font-family: "微軟正黑體", Helvetica, sans-serif;
	font-size: 18px;
	color: #F60;
	width: 300px;
	border: 1px solid #F90;
}
