@charset "utf-8";
/* CSS Document */

/*CSS文件加入通用選擇器*/
* {
	behavior:url(iepng.htc)
}

body {
	font-family: "新細明體", Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #666;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	color: #F60;
}

h3 {
	color: #C00;
	font-size: 1em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F5F5F5;
	background-image: url(../images/arrow_r.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.3em;
	background-repeat: no-repeat;
	background-position: 5px center;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #09F;
}



img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imgL {
	float: left;
	margin-right: 10px;
}

.s_img {
	border: 1px solid #CCC;
	height: 60px;
	width: 60px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.imgR {
	float: right;
}

.homeimg {
	margin-top: 15px;
	margin-bottom: 20px;
}


a:link ,a:visited{
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #F60;
	text-decoration: none;
}


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 175px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header .logo {
	position: absolute;
	height: 175px;
	width: 222px;
	left: 0px;
	top: 0px;
}
#header .intro {
	position: absolute;
	width: 738px;
	left: 222px;
	top: 0px;
	height: 175px;
}
#header .intro .introbg {
	background-image: url(../images/header_introbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 74px;
	width: 738px;
	left: 0px;
	top: 0px;
}
#header .intro .introbg_en {
	background-image: url(../images/header_introbg_en.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 74px;
	width: 738px;
	left: 0px;
	top: 0px;
}
#header .intro .lang  {
	position: absolute;
	height: 74px;
	width: 140px;
	left: 0px;
	top: 0px;
}
#header .intro .topmenu  {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 0.8em;
	width: auto;
	height: auto;
	color: #FFF;
}
#header .intro .topmenu ul  {
	margin: 0px;
	padding: 0px;
}
#header .intro .topmenu ul li  {
	display: inline;
	padding-right: 10px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
}
#header .intro .topmenu ul li a:link,#header .intro .introbg .topmenu ul li a:visited {
	color: #FFF;
	text-decoration: none;
}
#header .intro .topmenu ul li a:hover {
	color: #FF0;
	text-decoration: none;
}
#header .intro .banner {
	position: absolute;
	top: 74px;
	height: auto;
	width: auto;
}

#maincontent  {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#maincontent .sidermenu {
	background-image: url(../images/sidermenu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 567px;
	width: 192px;
}
#maincontent .sidermenu_en {
	background-image: url(../images/sidermenu_en.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 567px;
	width: 192px;
}
#maincontent .mainscope {
	width: 767px;
	min-height: 570px;
	float: right;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}
#maincontent .mainscope .location  {
	text-align: right;
	color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent .mainscope .location a:link, #maincontent .mainscope .location a:visited {
	color: #999;
	text-decoration: underline;
}
#maincontent .mainscope .location a:hover {
	color: #FE7C00;
	text-decoration: none;
}
#maincontent .contentscope  {
	font-size: 0.8em;
	line-height: 1.9em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 546px;
	letter-spacing: 2px;
}
#wrapper #maincontent .contentscope .photoiframe {
	height: 550px;
	width: 540px;
}
#maincontent .contentscope #form {
	margin: 0px;
}
#maincontent .mainscope .contentscope .photoselect {
	text-align: right;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#maincontent .contentscope .text {
	margin-top: 3px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#maincontent .contentscope .text p {
	margin-top: 1em;
	margin-bottom: 1em;

}
#maincontent .contentscope .text  ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0em;
}
#maincontent .contentscope .text  ul li {
	background-image: url(../images/gif-0151.gif);
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	list-style-type: none;
	margin-left: 1em;
}

#maincontent  .contentscope  ol {
	margin: 0px;
}
#wrapper #maincontent .contentscope span {
	color: #09C;
}


#maincontent .contentscope p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
}
#maincontent .download  {
	width: 201px;
	float: right;
}
#maincontent .mainscope .download .banner ul {
	font-size: 0.8em;
	line-height: 1.5;
	margin-bottom: 10px;
}

#maincontent .banner {
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	padding-top: 10px;
}

#maincontent .banner ul   {
	margin: 0px;
	padding: 0px;
}
#maincontent .banner ul li {
	list-style-type: none;
	padding-bottom: 5px;
}
#maincontent .news {
	margin-right: auto;
	margin-left: auto;
	width: 180px;
	padding-top: 10px;
	font-size: 0.8em;
}
#maincontent .news ul {
	margin: 0px;
	padding: 0px;
}
#maincontent .news ul li {
	margin-bottom: 5px;
	list-style-type: none;
}


#maincontent .news ol {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#maincontent .news ol li {
	line-height: 1.5em;
}
#maincontent .news ol li a:link,#maincontent .news ol li a:visited {
	text-decoration: none;
	color: #666;
}
#maincontent .news ol li a:hover {
	color: #F60;
	text-decoration: none;
}



#footer  {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 78px;
	background-attachment: scroll;
}
#footer .copyrightscope {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	margin-left: 193px;
	padding-top: 5px;
	color: #FFF;
}
#footer .gototop {
	float: right;
}

#footer .copyrightscope .by {
	font-size: 0.7em;
	float: left;
}
#footer .copyrightscope .by p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer .copyrightscope .linklogo {
	float: right;
}
#footer .copyrightscope .clear {
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
}
.text ul li .vicent {
	text-decoration: none;
	color: #666;
}
#wrapper #footer .copylink {
	padding-left: 20px;
	float: left;
}
