@charset "utf-8";

/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size: 12px;
	}
a,img{
	outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */	
	}
img, div{
	border:0px;
	}
input,textarea{outline:none} /*消除chrome黃色框*/
textarea{resize:none} /*不要縮放*/


/* 內頁 */

#inheader{
	width:722px;
	padding-left:278px;
	padding-top:316px;
	min-height:600px;
	}
.titlebox{
	/*float:left;*/
	width:700px;
	height:117px;
	margin-bottom:15px;
	}
.inba{
	background-attachment: scroll;
	background-image: url(../images/allba.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
	
/* 版宣 */

#cy{
	width:100%;
	height:120px;
	background-attachment: scroll;
	background-image: url(../images/cy.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	}
#cy2{
	width:100%;
	height:133px;
	background-attachment: scroll;
	background-image: url(../images/cyin.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	padding-top:198px;
	}	
	
/* top */

.topbox {
	position:fixed;
	top:300px;
	left:980px;
	width:44px;
	height:46px;
	z-index:3;
	display:none;
	}

/* 選單 */
	
#topmenu {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
	}
