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


.logo{
	margin: 80px auto 50px auto;
	text-align: center;

}

table.color-table{
	width: 700px;
	margin: 10px auto;
	}
table.color-table th{
	padding: 10px 20px;
	text-align: right;
	border-bottom: 1px solid #999;
	line-height: 1.4;
	font-weight: bold;
	font-size: 14px;
	width: 230px;
	}
table.color-table td{
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	}
	
