@charset "utf-8";
/* CSS Document */
body, dl, dt, dd, td, th, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	word-wrap:break-word;
	/* word-wrap:break-word; */
}
html,body {
	width:100%;
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	background:#90939a url(../images/A01_bg.png) no-repeat;
}
a:link {
	color:#474747;
	text-decoration: none;
}
a:visited {
	color:#474747;
	text-decoration: none;
}
a:hover {
	color:#3369be;
	text-decoration: none;
}
a:active {
	color:#474747;
	text-decoration: none;
}
/* 三欄式自動調幅版面
---------------------------------------------*/
#header {
	width:1000px;
	height:161px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
}
#contentWrapper {
	width:1000px;
	*display: table; /* For IE7 Hack */
	*height: 100%; /* For IE7 Hack */
	margin: 0 auto;
	text-align:center;
	position:relative;
	z-index:999;
}
	#index1 {
		width:100%;
		position:absolute;
		top:180px;
		min-width:1000px;
	}
	#index2 {
		position:absolute;
		top:440px;
		right:27px;
	}
	.news_title {
		text-align:left;
		font-size:15px;
	}
	#index_1 {
		position:absolute;
		top:605px;
	}
	#index_2 {
		position:absolute;
		top:562px;
		left:605px;
	}