@charset "utf-8";
nav li {
	margin: 0 8px;
	padding: 8px 8px;
	float: left;
	list-style-type: none;

}
nav {
	position: absolute;
	right: 3em;
	top: 110px;
}
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;
}

nav li:hover  {
	background-color: #FFFEA2;
	border-radius: 50px;
}
footer {
	background-image: url(img/bottom_gb.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	padding: 8px 0;
	margin: 8px 0;
	text-align: center;
}
nav li a {
	color: #131313;
	text-decoration: none;
}
nav li a:hover {
	color: #FF0004;
}
.all section {
	padding: 0 8px;
	width: 83.34%;
}
.all section p {
	line-height: 24px;
}
.img_float_left {
	float: left;
	margin-right: 16px;
}
.img_300Xauto {
	width: 300px;
	height: auto;
}
section ol li:nth-child(odd) {
	color: #555;
}
.img20p {
	width: 15%;
	margin: 0 0.8%;
	height: auto;
}
section .box li{
	float: left;
	display: contents;
}
