@import url("reset.css");
body {
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	behavior: url("css/csshover.htc"); /* ie6 hack:hover */
	background-position: top;
	background-repeat: repeat-x;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 47px;
}
.title001 {
	text-align: center;
	width: 100%;
	display: none;
}



.contain {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.menu {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-family: "微軟正黑體", Arial;
	font-size: 105%;
	color: #FFFFFF;
}
.menu li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
.menu li span {
	font-size: 70%;
}
.menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #e7a10a;
}
.content {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 70px;
}
.about {
	text-align: center;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	display: none;
	clip: rect(auto,auto,auto,auto);
}
.about900 {
	width: 100%;
	text-align: center;
	font-family: "微軟正黑體", Arial;
	line-height: 180%;
	font-size: 90%;
	visibility: visible;
	overflow: visible;
	display: block;
}


.about900 li {
	display: inline-block;
	width: 23%;
	margin-left: 3%;
	padding: 2%;
	vertical-align: top;
	min-height: 350px;
	background-image: url(../images/boxbg.jpg);
}

.about900list {
	color: #FFFFFF;
	text-align: left;

	
}
.about900list h1 {
	color: #d48b3c;
	font-size: 170%;
	padding-bottom: 10px;
}
.about900list h2 {
	color: #cd7372;
	font-size: 170%;
	padding-bottom: 10px;
}
.about900list h3 {
	color: #b8b8b8;
	font-size: 170%;
	padding-bottom: 10px;
}

.about900 ul {
	margin-left: -3%;
}



.n_page {
	width: 100%;
	text-align: center;
}
.n_page li {
	text-align: center;
	display: inline-block;
	font-size: 0px;
	padding-right: 7px;
	padding-left: 7px;
}
.n_page  li.li01 a {
	background-image: url(../images/n1.jpg);
	height: 49px;
	width: 49px;
	display: block;
}
.n_page  li.li01  a:hover, .n_page li.li01 a.on {
	background-image: url(../images/n1.jpg);
	background-position: 0px -49px;
}
.n_page  li.li02 a {
	background-image: url(../images/n2.jpg);
	height: 49px;
	width: 49px;
	display: block;
}
.n_page  li.li02  a:hover, .n_page li.li02 a.on {
	background-image: url(../images/n2.jpg);
	background-position: 0px -49px;
}
.n_page  li.li03 a {
	background-image: url(../images/n3.jpg);
	height: 49px;
	width: 49px;
	display: block;
}
.n_page   li.li03   a:hover, .n_page  li.li03  a.on {
	background-image: url(../images/n3.jpg);
	background-position: 0px -49px;
}
.works {
	width: 100%;
}
.works ul {
	margin-left: -30px;
}

.works li {
	display: inline-block;
	padding-left: 30px;
	margin-top: 20px;
	vertical-align: top;
}
.works li a:hover {
	display: block;
	filter:alpha(opacity=50);
	opacity:0.5;
	zoom:1;
}
.works li a {
	text-decoration: none;
}


.workslist   p   {
	text-align: left;
	width: 199px;
	font-family: "微軟正黑體", Arial;
	font-size: 80%;
	line-height: 140%;
	color: #b2b2b2;
	margin-top: 8px;
	min-height: 25px;
	padding-bottom: 10px;
}
.workslist p a {
	color: #b2b2b2;
	text-decoration: none;
}

.workslist p span {
	display: block;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.workslist {
	background-image: url(../images/w_bg.jpg);
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	border: 1px solid #696969;
}





.footer {
	width: 100%;
	background-image: url(../images/footer.jpg);
	height: 89px;
}
.footer01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "微軟正黑體", Arial;
	font-size: 80%;
	color: #686868;
	line-height: 160%;
}
.footer01 p {
	width: 100%;
	padding-top: 30px;
}
.footer01 p a {
	color: #686868;
	text-decoration: none;
}
.footer01 p a:hover {
	text-decoration: underline;
}
.footer01 p span {
	color: #bbbbbb;
	padding-right: 5px;
	padding-left: 10px;
}
