﻿@charset "utf-8";
/* CSS Document */
img, div, input { behavior: url("iepngfix.htc") }
.clear { clear:both}
body {
	/*font-family: "Microsoft JhengHei", "New York", serif;*/
	font-family:"微軟正黑體", "Microsoft JhengHei", Helvetica, "新細明體";
	font-size:100%;
	color:#000;
	background:url(../images/bg.jpg) repeat-x;
}
body {
	margin:0 auto;
	width:100%;
	text-align:center;/*for IE 置中*/

}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
ul{list-style-type:none;}
img {border:none;}

#header{
	width:1000px;
	height:340px;
	margin-left:auto;
	margin-right:auto;
}
#container{
	width:1000px;
	height:auto !important;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	min-height:380px;
}
#menu{
	width:1000px;
	height:70px;
}
#menu .top{
	background:url(../images/index/menubg.png) no-repeat;
	width:1000px;
	height:41px;
	
}

#topmenu {
	margin: 0px 0 0 95px;
	_margin:0px 0 0 50px;
	padding: 0;
	list-style: none;
	position: relative;
	width: auto;
	float: left;
}
#topmenu li {
	margin: 0;
	padding: 0 18px;
	float: left;
}
#topmenu li a {
	padding: 10px 13px;	
	display:block;
	text-decoration: none;
}
#topmenu li ul {
	/*_margin: 31px 0 0 -80px;*/
	margin:-2px 0 0 0;
	padding: 0px 0 ;
	list-style: none;
	float: left;
	position:absolute;
	/*left:0;*/
	width: 1000px;
	display: none;
/*	border:2px solid #CCC;
	border-radius:20px;
	background-color:#fff;
*/	white-space:nowrap;

}
#topmenu li ul li { margin:0 ; padding:0;}
#topmenu li ul li a { display: inline; color: #000; font-size:90%; text-decoration:underline;}
#topmenu li ul li a:hover {color:#626262; text-decoration:none; }
#topmenu li ul li img 
{
	position:absolute;
	top:9px;
	left:5px;
	top:8px \9;
}
#sidebar{
	float:left;
	margin:0px 0px 0px 18px;
	width:203px;
	height:auto;

}
#sidebar .BAR
{
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
#sidebar .BAR .quick
{
	float:left;
	margin:2px ;

}
#sidebar .BAR a.MenuE
{
	background:url(../images/sidebar/quick_01.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}
#sidebar .BAR a.MenuE:hover
{
	background:url(../images/sidebar/quick_04.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}
#sidebar .BAR a.MenuF
{
	background:url(../images/sidebar/quick_02.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}
#sidebar .BAR a.MenuF:hover
{
	background:url(../images/sidebar/quick_05.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0 3px 0 0;
}
#sidebar .BAR a.MenuG
{
	background:url(../images/sidebar/quick_03.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0;
}
#sidebar .BAR a.MenuG:hover
{
	background:url(../images/sidebar/quick_06.jpg) no-repeat;
	float:left;
	height:63px;
	width:64px;
	margin:0;
}
#sidebar .BOX
{
	border:1px solid #bfbfbf;
	border-radius:6px;
	width:190px;
	height:128px;
	margin-top:5px;
	text-align:left;
	padding-left:10px;
	overflow:hidden;
/*	position: relative;*/
}
#sidebar .BOX ul, li
{
	margin: 0;
	padding: 0;
}
#sidebar .BOX ul
{
	/*position: absolute;*/
}

#sidebar .BOX ul li a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	line-height:25px;
}
#sidebar .BOX a:hover {color: #626262; text-decoration:underline;}
#sidebar .BOX1
{
	border:1px solid #CCC;
	border-radius:6px;
	width:190px;
	height:100%;	
	overflow:hidden;
	margin-top:5px;
	text-align:left;
	padding-left:10px;
	*padding-left:2px;
	*margin-left:-2px;
	_margin: 0;
	_padding: 0;

}
#sidebar .BAR h3
{
	background:url(../images/sidebar/left08.jpg) no-repeat;
	height:28px;
	width:203px;
	color:#000;
	margin:-1px 0;
	_margin:3px 0;
	padding-top:2px;
}
#sidebar .BOX1 a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;	
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	line-height:25px;
}
#sidebar .BOX1 a:hover
{
	color: #626262; 
	text-decoration:underline;
}
#sidebar .BAR .search
{
	background: url(../images/sidebar/left02.png) no-repeat;
	_background:;
	width:203px;
	height:60px;
}
#sidebar .BAR .search input 
{
	margin:20px 0 0 5px;
}
.BTN {
	background:url(../images/sidebar/btnA.gif) no-repeat;
    border: thin none;
    color: #000;
    cursor: pointer;
    height: 25px;
    text-align: center;
    text-decoration: none;
    width: 45px;
}

#content{
	float:left;
	width:auto;
	margin:0 0px 0 18px;
	_margin:0 0px 0 10px;
}
#content .top
{
	background:url(../images/index/service.png) no-repeat;
	width:530px;
	height:180px;
}
#content .top a.MenuA
{
	background:url(../images/index/middle_top_05.jpg) no-repeat;
	float:left;
	height:156px;
	width:112px;
	margin:12px 0 0 45px;
	

}
#content .top a.MenuA:hover
{
	background:url(../images/index/middle_top_01.jpg) no-repeat;
	float:left;
	height:156px;
	width:112px;
	margin:12px 0 0 45px;
}
#content .top a.MenuB
{
	background:url(../images/index/middle_top_06.jpg) no-repeat;
	float:left;
	height:156px;
	width:114px;
	margin:12px 0 0 8px;
}
#content .top a.MenuB:hover
{
	background:url(../images/index/middle_top_02.jpg) no-repeat;
	float:left;
	height:156px;
	width:114px;
	margin:12px 0 0 8px;
}
#content .top a.MenuC
{
	background:url(../images/index/middle_top_07.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
	
}
#content .top a.MenuC:hover
{
	background:url(../images/index/middle_top_03.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
}
#content .top a.MenuD
{
	background:url(../images/index/middle_top_08.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
}
#content .top a.MenuD:hover
{
	background:url(../images/index/middle_top_04.jpg) no-repeat;
	float:left;
	height:156px;
	width:113px;
	margin:12px 0 0 8px;
}


#content .bottom h1
{
	margin-top:10px;
}
#content .bottom dl 
{
	float:left;
	border:1px solid #bfbfbf;
	margin-top:-21px;
	margin-left:2px;
	_margin-left:1px;
	width:493px;
	text-align:left;
	line-height:30px;
	padding:15px;
}
#content .bottom dl dt a
{
	background:url(../images/icon/IconBlueArrow.jpg) no-repeat;
	padding-left: 15px;
	background-position: 2px 8px;
	text-decoration:none;
	color: #000;
	
}
#content .bottom a:hover {color: #626262; text-decoration:underline;}

#footer{
	float:left;
	background:url(../images/fooger01.jpg) repeat-x;	
	width:100%;
	height:110px;
}
#copyright{
	color:#000;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

#copyright .fImg
{
	float: left;
	margin: 50px 0 0 0px;
	
}
#copyright span
{
	float:left;
	text-align:left;
	font-size:80%;
	margin: 55px 0 0 0px;
	

}
