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

#content ul {
	margin:15px 0px;
	overflow:hidden;
}

#content ul li{
	display:inline;
	float:left;
	margin-left:26px;
	
}

#content ul li:first-child{
	margin-left:0px;
}

#content table{
	width:100%;
	margin:15px 0px;
}

#content table th,
#content table td{
	padding:10px 5px 10px 15px;
	border:1px #CCC solid;

}

#content table th{
	background-color:#F1F1F1;
	width:120px;
}