@charset "utf-8";
/* 區塊設定 */

body {
	padding: 0;
	margin: 0;
	background-image: url(img/page_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.all {
	background-image: url(img/page_table_bg.png);
	background-repeat: no-repeat;
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background-position: left bottom;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}
footer {
	background-image: url(img/bottom_gb.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	padding: 8px 0;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	clear: both;
}
/* 選單設定開始 */
nav {
	position: absolute;
	right: 3em;
	top: 110px;
}
nav li {
	margin: 0 8px;
	padding: 8px 8px;
	float: left;
	list-style-type: none;
}
nav li:hover {
	background-color: #FFFEA2;
	border-radius: 50px;
}
nav li a {
	color: #131313;
	text-decoration: none;
}
nav li a:hover {
	color: #FF0004;
}
/* 選單設定結束 */
.all section {
	padding: 0 8px;
	width: 83.34%;
}
.img_20p {
	width: 17%;
	margin: 0 0.8%;
	height: auto;
}
.all section p {
	line-height: 24px;
}
.img_float_left {
	float: left;
	margin-right: 16px;
}
.img_300Xauto {
	width: 300px;
	height: auto;
}
section .box li {
	float: left;
	display: contents;
}
section #form1 p:nth-child(odd) {
	text-shadow: 0px 0px;
	float: left;
	width: 50%;
}
section #form1 p:nth-child(even) {
	width: 50%;
	float: right;
}
section ol li:nth-child(odd) {
	color: #FF0004;
}
#form1 p #button {
	width: 45%;
	height: 45%;
}
