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

@charset "UTF-8";

/* CSS Document */


body {
	font-size:13px;
}

a img {
	border:none;
}

a {
	color:#fff;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
}

#header {
	text-align: center;
	margin-bottom:20px;
}

#logo{
	margin:20px 0 30px 0;
}

#content{
	margin-bottom:30px;
	}

#content table {
	border-collapse:collapse;
	border-top: 1px solid #efeee5;
	border-left: 1px solid #efeee5;
	
}

#content th, #content td {
	border-right: 1px solid #efeee5;
	border-bottom: 1px solid #efeee5;	
	padding:5px;
	font-size:13px;
}

#content select{
	vertical-align:middle;
}

.col1{
	
}

.col1 a{
		width:30px;
		margin-left:auto;
		margin-right:auto;
		display:block;
		
}

.section{
	font-size:12px;
	margin-bottom:20px;
}

#nav {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	\zoom:1;
}

#nav:after{
	content : '';
	display : block;
	clear : both;
	height:0;
}

#nav .nav1 {
	float: left;
}

#nav .nav2 {
	float: right;
}

.error {
	margin:5px 0;
	padding:0 5px 0 5px;
	background:#e9a42a;
	color:#fff;
}

.section li{
	list-style-type:disc;
	margin-left:10px;
	}
	
	.section ul{
	margin-bottom:20px;
	}
	
	.back_home{
		text-align:center;
		}