@charset "utf-8";



/* Common
-------------------------------------------------------------------------------------*/


body{
	margin: 0;
	padding: 0;
	background: #CA8113;
	font-family: sans-serif;
	font-size: small;
	color: #333;
	line-height: 1.35em;
}

#wrapper {
	background: #FFFFFF;
	width: 800px;
	padding: 20px;
}





.copyright {
	font-family: sans-serif;
	font-size: x-small;
	color: #333;
	text-align: right;
	padding-right: 20px;
}
	
.list td {
	background: left top;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 15px;
}
#top #wrapper .list {
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}


#wrapper .list th {
	text-align: left;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 10px;
}

