@charset "utf-8";

div.container {
	width: 1100px!important;
}

p.txt_main {
	text-align: center;
	width: 700px;
	margin: 20px auto 50px;
	line-height: 1.6;
	font-size: 1em;
	letter-spacing: 2px;
}

h4 {
	text-align: center;
	font-size: 2em;
	letter-spacing: 10px;
	margin: 80px 0 40px;
}

table {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9em;
}

table th {
	border: 1px solid #CCC;
	background: #EEE;
	text-align: center;
	padding: 4px 2px;
}

table td {
	padding: 4px 2px;
}

table th.td01, table td.td01 {
	width: 130px;
}

table th.td02, table td.td02 {
	width: 60px;
}

table th.td03, table td.td03 {
	width: 80px;
}

table th.td04, table td.td04 {
	width: 80px;
}

table th.td05, table td.td05 {
	width: 100px;
}

table th.td06, table td.td06 {
	width: 60px;
}

ul.btn {
	width: 706px;
	margin: 30px auto 0px;
	
}

ul.btn li {
	margin-right: 10px;
	display:inline-block;
}

ul.btn li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.table {
	margin-bottom: -6px;
}

table.index {
	border: 0!important;
	width: 400px;
	font-size: 1.2em;
}

table.index a {
	background: #333;
	padding: 4px 6px;
	border-radius: 40px;
	text-decoration: none;
	color: #FFF;
}

table.index a:hover {
	background: #AAA;
}
