@charset "utf-8";
/* CSS Document */
* {
	margin: 0 0 0 0;
	padding: 0;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#333333;
}
img {
	border: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: 980px;
	text-align:center;
}

/* 頁首
-------------------------------------- */
#header1 {
	width: 980px;
	height: 28px;
	float:left;
	background:url(../images/header1.jpg) no-repeat;
	text-align:right;
	font-weight:bold;
}
	#header1 p {
	margin-right:20px;
	line-height:25px;
	word-spacing: 0.3em;
	}
#header2 {
	width: 980px;
	height:155px;
	float:left;
}
	#header2 .title1{
		width: 980px;
		height:115px;
		background:url(../images/article/header2.jpg) top no-repeat;
		float:left;
	}
	#header2 .title2{
		width: 980px;
		height:42px;
		float:left;
	}
#header3 {
	width: 980px;
	height: 27px;
	float:left;
	background:url(../images/header3.jpg) no-repeat;
	text-align:right;
}
/* 頁中
-------------------------------------- */
#content {
	margin:0 auto;
	width: 960px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/left_under.jpg) left repeat-y;
}
	#content .content1{
		width: 200px;
		float:left;
		padding-left:40px;
		padding-right:20px;
	}
		#content .content1 ul{
			margin-top:10px;
			margin-left:20px;
			list-style:none;
			text-align:left;
		}
		#content .content1 li{
			padding-left:50px;
			font-size:14px;
			font-weight:bold;
			color:#6d6d6d;
			background:#e1e1e1;
			width:100px;
			background-image:url(../images/is.gif);
			background-position:33px 10px; center;
			background-repeat:no-repeat;
			line-height:35px;
		}
		#content .content1 li a:hover{
			text-decoration:underline;
			color:#009966;
		}
	#content .content2{
		width: 680px;
		float:left;
		padding-top:20px;
		text-align:center;
	}
		#content .content2 .product{
			width:630px;
			float:left;
			padding:10px;
			text-align:left;
		}
			#content .content2 .product .pro1{
				width:180px;
				padding:10px;
				float:left;
			}
			#content .content2 .product .pro2{
				width:180px;
				height:150px;
				text-align:center;
				float:left;
			}
			#content .content2 .product .pro3{
				width:190px;
				height:70px;
				float:left;
			}
/* 頁尾
-------------------------------------- */
#footer {
	width: 980px;
	height:168px;
	float:left;
	background:url(../images/footer.jpg) no-repeat;
	background-color:#e1e1e1;
}
	#footer p{
		margin-top:20px;
		text-align:center;
		font-size:12px;
		font-weight:bold;
	}
	
/*Common*/

div.pagination {
    overflow: hidden;
    font-size: 9pt;
    padding: 10px 0;
}

div.pagination ul {
    list-style: none;
    padding: 2px 0;
    line-height: 16px;
}

div.pagination li {
    display: inline;
	padding-left:2px;
	padding-right:2px;
}

/*np*/
div.pagination.np {
	line-height:1.5;
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination.np a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #9aafe5;
	text-decoration: none;
	color: #2e6ab1;
}

div.pagination.np a:hover, div.pagination.pagination a:active {
	border: 1px solid #2b66a5;
	color: #000;
	background-color: lightyellow;
}

div.pagination.np li.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid navy;
	font-weight: bold;
	background-color: #2e6ab1;
	color: #FFF;
}

div.pagination.np li.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}
