@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);
}

/*------------------------------------------------------------   index  -------*/
#bg{
	background:url(../images/shodow.png) center repeat-y;
}
#idex{
	margin:auto;
	width:959px;
	clear:both;
}

/*-------------------------------------------------------  top ------------*/
#top{
	clear:both;
	height:74px;
	background:url(../images/bg_top.gif) bottom no-repeat;
}
.logo{
	float:left;
	padding-left:30px;
}
.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;
}

/*-------------------------------------------------------------  mn  --------*/
#mn_bg{
	background:url(../images/bg_mn_btm.jpg) top center no-repeat #cfc2ae;
	height:74px;
	clear:both;
	padding-bottom:5px;
}
#mn_bg span{
	margin-left:250px;
}
.mn{
	float:right;
	padding:10px 25px 0 0;
	display:none;
}

/*-----------------------------------------------------------  btm  ------*/
#btm{
	/*background:#cfc2ae;*/
	clear:both;
	/*height:170px;*/
}
/*---------*/
.slide{
	float:left;
	padding-left:5px;
	padding-right:5px;
	height:156px;
	overflow:hidden;
}
.slide img{
	border:3px #a09687 solid;
	margin-left:15px;
}
.slide input{
	margin-top:40px;
}
/*---------*/
.list{
	font-size:13px;
	float:left;
	color:#2f2d28;
	width:220px;
	line-height:28px;
	padding-top:5px;
	padding-left:5px;
}
.list img{
	border:3px #efeae3 solid;
	display:block;
}
.list label a{
	display:block;
	color:#2f2d28;
	text-decoration:none;
	background:url(../images/icon_news_list.gif) no-repeat;
	background-position:0px 7px;
	padding-left:20px;
	margin-left:3px;
}
.list label a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------------------------  foot -----------*/
#foot{
	background:#000000;
	color:#706d69;
	height:85px;
	padding:15px 10px 0 10px;
	clear:both;
	width:940px;
}
address{
	font-size:11px;
	float:left;
	width:360px;
}
#mn{
	font-size:12px;
	float:right;
	width:550px;
	word-spacing:12px;
}
#mn a{
	color:#928e85;
	text-decoration:underline;
}
#mn a:hover{
	text-decoration:none;
}
#mn img{
	display:block;
	padding-top:5px;
}


/*--------------------------------------------------------------------------------*/

