@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 以下開始是自訂css*/
body {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體", "新細明體";
	background-color: #CCCCCC;
}
#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color:#FFF;
}
#header {
	width:1000px;
	height:37px;
}
#line {
	position: absolute;
	top:0px;
	right:82px;
}
h1 {
	padding: 30 5 10 50;
	font-family: "微軟正黑體", "新細明體";
	font-size: 36px;
}
.h1blue {
	font-weight: bold;
	color: #46b5e3;
}
.bordergray {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.text {
	width: 900px;
	height:340px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
}
.textbox-right {
	width: 450px;
	margin: 25 0 0 0;
	float:right;
}
.textbox-left {
	width: 350px;
	background-color: #ccf5ff;
	padding: 0 0 0 30;
	margin: 5 5 5 25;
	float: left;
	border: 2px dashed #46b5e3;
}
.textbox-right a:hover {
	text-decoration: none;
}
button {
	width: 180px;
	font-size: 18px;
	font-family: "微軟正黑體", "新細明體", Arial;
	color: #fff;
	border-radius: 8px;
	padding: 5 20 5 20;
	margin:7 7 7 7;
	display: inline;
	background-color: #46b5e3;
	border-style: none;
	-moz-box-shadow: 0 0 5px #777; 
	-webkit-box-shadow: 0 0 5px #777;
	box-shadow: 0 0 5px #777;
	cursor: pointer;
}
button:hover {
	background-color: #f26c2e;
	-moz-box-shadow: 0 0 5px #777; 
	-webkit-box-shadow: 0 0 5px #777;
	box-shadow: 0 0 5px #777;
}
button:active {
	background-color: #e83828;
	-moz-box-shadow: 0 0 5px #777; 
	-webkit-box-shadow: 0 0 5px #777;
	box-shadow: 0 0 5px #777;
	cursor: pointer;
	outline: none;
}
button img {
	vertical-align: middle;
	margin-right: 5px;
	text-align: left;
}
a {
	color: #1956af;
	text-decoration: none;
}
a:hover {
	color: f26c2e;
	text-decoration: underline;	
}
.td-center {
	text-align: center;
	vertical-align: middle;
}
#footer {
	clear: both;
	width:1000px;
	background-color: #fff;
	padding: 5 0 10 0;
}
#iqahand {
	position: fixed;
	z-index: 9999999999;
	bottom:75px;
	left: 0;
	display: block;
	height: 84px;
}


#film1{
	top:4547px;
	width:1000px;
	height:462px;
	background-image: url( 'images/20031301_04.gif' )
	
}


#film1_1 {
	position:absolute;
	margin-top: 140px;
    margin-left: 140px;
	width:320px;
	height:220px;
	z-index:99;
}


#film1_2 {
	position:absolute;
	margin-top: 140px;
    margin-left: 555px;
	width:320px;
	height:220px;
	z-index:99;
}




#film2{
	top:4547px;
	width:1000px;
	height:449px;
	background-image: url( 'images/20031301_05.gif' )
	
}


#film2_1 {
	position:absolute;
	margin-top: 90px;
    margin-left: 140px;
	width:320px;
	height:220px;
	z-index:99;
}


#film2_2 {
	position:absolute;
	margin-top: 90px;
    margin-left: 555px;
	width:320px;
	height:220px;
	z-index:99;
}


#button1 {
	position:absolute;
	margin-top: 177px;
    margin-left: 670px;
	width:330px;
	height:213px;
	z-index:999;
}

