@charset "utf-8";
/* CSS Document */
body {
	font-family: "微軟正黑體","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	background:url(../images/bg.png);
	color: #333;
}
a {color:#0066ff; text-decoration: none;}
a:hover {text-decoration: underline;}
.wrapper { width: 1000px; margin: 0 auto; position: relative;}
.kv_01 {background: url(../images/kv_01.png); width: 1000px; height: 364px;}
.kv_02 {background: url(../images/kv_02.png); width: 1000px; height: 559px;}
.kv_03 {background: url(../images/kv_03.png); width: 1000px; height: 822px;}
.kv_people {background: url(../images/kv_people.png);width: 254px; height: 352px;position: absolute;top:50px;left:60px;}
.red_ep {background: url(../images/red_ep.png);width: 308px; height: 367px;position: absolute;top:450px;left: 650px;}
.sp{background: url(../images/sp.png);width: 453px; height: 110px;position: absolute;top:315px;left: 420px;}
.btn{width: 368px; height: 71px;position: absolute;top:690px;left: 280px;}
.btn a {display:block;background: url(../images/btn.png);width: 368px; height: 71px; text-indent: -9999px;}
.btn a:hover {display:block;background: url(../images/btn_over.png);}
.content { 
	position: absolute;
	top: 400px;
	left: 18px;
}
.content li {
	clear: both;
	margin: 10px 0;
	overflow: auto;
    zoom: 1;
}
.content li:after {
	content:"";
	display: block;
}
.content li.notice { margin-top: 150px;}
.content h2 {
	float: left;
	background: url(../images/title_bg.png);
	height: 39px;
	width: 135px;
	padding-right: 14px;
	text-align: right;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.content p {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	line-height: 24px;
	width: 650px;
	text-align: left;
	color: #333;
	font-size: 15px;
}
.faq {
	position: absolute;
	border: 1px solid #cccccc;
	width: 860px;
	top: 940px;
	left: 60px;
	text-align: left;
	padding: 10px;
}
.faq h3 {
	line-height: 24px;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
.faq table {
	border-bottom: 1px solid #cccccc;
	margin-top: 15px;
}
.faq table:last-child {
	border-bottom: none;
	margin-top: 15px;
}
.faq table td {
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
	padding-bottom: 10px;
}
.faq table td.q {
	color:#6f1616;
	font-size: 14px;
	font-weight: bold;
}
.go2top {
	position: fixed;
	right: 20px;
	bottom: 100px;
}
.go2top a {
	background: url(../images/go2top.png); 
	width: 31px; 
	height: 31px;
	display:block;
}
.footer {
	height: 59px;
	background: url(../images/GASH+Footer.png);
}

