@charset "utf-8";
/* design by showhau */
/*----------抬頭地方要加-----------------------------
<meta name="Robots" content="All" />
<meta name="Author" content="showhau,hau,dpi" />
<meta name="keywords" content="showhau, hau, design, dpi, web, web design" />
-----------------------------------------------------*/

/*----------消虛線---------*/
a {noFocusLine:expression(this.onFocus=this.blur())}      /* For IE, onFocus 的 F 要大寫*/
:focus {-moz-outline-style: none}                         /* For Firefox */


/*----------網頁png----------*/
div, img { 
	behavior:url(iepngfix.htc);
}

body{
	font-family:Arial, "新細明體", "細明體";
	padding:0;
	margin:0;
	background:url(../images/bgd.gif);
}

/*------------------------------------------------------------   main -------*/
#content{
	margin:auto;
	width:1003px;
	background:#f5f2ed;
}

/*-------------------------------------------------------  top ------------*/
#top{
	clear:both;
	background:url(../images/bgd.gif);
	width:1003px;
}
.logo{
	float:left;
	position:absolute;
	margin-left:10px;
}
.lan{
	font-size:12px;
	color:#f6ebdb;
	float:right;
	padding-top:45px;
	margin-right:15px;
}
.lan a{
	color:#f6ebdb;
	text-decoration:none;
	background:url(../images/icon_lan.gif) no-repeat;
	background-position:0px 4px;
	padding-left:10px;
	margin-left:25px;
}
.lan a:hover{
	text-decoration:underline;
}
.fla{
	background:url(../images/mn_top.jpg) repeat-x;
	height:40px;
	position:absolute;
	margin-top:70px;
	width:1003px;
	text-align:right;
}
.menu{
	background:url(../images/mn_top.jpg) repeat-x;
	position:absolute;
	margin-top:70px;
	padding-top:5px;
	padding-left:315px;
	width:688px;
}

.banner img{
	margin-top:45px;
}



/*------------------------------------------------------------------------   main  ---------------*/
.outbox{
	clear:both;
}
.leftbox{
	background:url(../images/bg_left.jpg) top right no-repeat #f5f2ed;
	width:245px;
	float:left;
	padding-bottom:22px;
}
.rightbox{
	background:#FFFFFF;
	float:right;
	width:758px;
}
/*------------------------  info  ----------*/
#info{
	font-size:12px;
	color:#1c1c1c;
	line-height:18px;
	width:216px;
	padding-bottom:5px;
	margin-top:5px;
	margin-left:20px;
	margin-bottom:3px;
}
#info a img{
	display:block;
	border:3px #FFFFFF solid;
	margin-bottom:5px;
}
#info a{
	color:#1c1c1c;
	display:block;
	padding-bottom:5px;
	margin-bottom:5px;
	text-align:center;
	border-bottom:1px #a89e8e dashed;
}
#info a:hover{
	border-bottom:1px #e5dccd solid;
}
#info a b{
	font-weight:normal;
	color:#f20000;
	display:block;
	text-decoration:none;
	background:url(../images/icon_info.gif) no-repeat;
	background-position:3px 5px;
	padding:0px 5px;
	text-align:left;
}
#info a span{
	text-align:left;
	display:block;
	padding:0 3px;
}
.info:hover{
	border:1px #e5dccd solid;
	background:#FFFFFF;
	display:block;
	width:218px;
}

/*----------------------  左下角圖片  --*/
.pic{
	float:right;
	padding-top:10px;
}
.pic img{
	display:block;
	padding-bottom:10px;
}

/**---------------------------------------------------------  tit  -------*/
.tit{
	display:block;
	padding-top:10px;
	padding-left:7px;
	padding-bottom:5px;
}

/*------------------------------------------------------------   foot ----------*/
#foot{
	clear:both;
	background:#ddd9d0;
	height:100px;
	width:1003px;
}
#foot address{
	font-size:11px;
	line-height:20px;
	color:#706d69;
	float:left;
	padding:15px 0 0 25px;
	width:375px;
}
#mn{
	font-size:12px;
	float:right;
	color:#544d3f;
	width:580px;
	margin-top:5px;
	word-spacing:10px;
}
#mn img{
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}
#mn a{
	color:#544d3f;
	text-decoration:underline;
}
#mn a:hover{
	text-decoration:none;
}
#mn a img{
	float:right;
	margin-right:10px;
}


