@charset "utf-8";
/* CSS Document */
* {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/cat9_4s.gif);
	font-size:75%;
}
td {
	word-break:break-all;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
/* 整體框架
-------------------------------------- */
#page {
	margin: 0 auto;
	overflow: auto !important;
	width: 950px;
}

/* 頁首
-------------------------------------- */
#header {
	width: 950px;
	height: 360px;
}

/* 頁中
-------------------------------------- */
#content {
	margin: 0 auto;
	overflow: auto !important;
	width: 950px;
	background-color:#FFFFFF;
}
	#content1 {
		width: 545px;
		float:left;
	}
		#content1 .con1 {
			background:url(../images/index_left01.jpg);
			background-position:right;
			background-repeat:no-repeat;
			height:47px;
		}
		#content1 .con2 {
			background:url(../images/index_left02.jpg);
			background-repeat:repeat-y;
			background-position:right;
		}
		#content1 .con3 {
			background:url(../images/index_left03.jpg);
			background-repeat:no-repeat;
			background-position:right;
			height:17px;
		}
	#content2 {
		width: 405px;
		float:left;
	}
		#content2 .con1 {
			width:405px;
			background:url(../images/index_right01.jpg);
			background-position:left;
			background-repeat:no-repeat;
			height:46px;
		}
		#content2 .con2 {
			width:405px;
			background:url(../images/index_right02.jpg);
			background-repeat:repeat-y;
			background-position:left;
		}
			#content2 .con2 p{
				margin-left:30px;
				line-height: 20px;
			}
		#content2 .con3 {
			width:405px;
			background:url(../images/index_right03.jpg);
			background-repeat:no-repeat;
			background-position:left;
			height:15px;
		}
		#content2 .con4 {
			width:405px;
			background:url(../images/index_right04.jpg);
			background-repeat:no-repeat;
			background-position:left;
			height:46px;
		}
/* 頁尾
-------------------------------------- */
#footer {
	width: 950px;
	height: 90px;
	background-color:#FFFFFF;
}
	#footer p{
		margin-right:60px;
	}
