body{
	margin:0px;
	font-family :YuMincho, 'Yu Mincho', serif;
}

a:link {
	color:#fff;
	text-decoration: none;
}

a:visited {
	color:#fff;
	text-decoration: none;
}

a:hover {
	color:#000;
	text-decoration: none;
}

a:active {
	color:#000;
	text-decoration: none;
}

ul {
	width: 840px;
    padding: 0px;
	background :#000;
    list-style: none;
}

ul li {
	width: 140px;
	text-align: center;
    list-style: none;
    float: left;
}
ul li:hover {
	background-color: #fff;
}



.c-both {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.for_all {
	margin: 20px auto;
	width:800px;
}
h3 {
	padding: 0px 10px;
	color: #fff;
	background-color: #000;
}
h3:hover {
	color:#000;
	background-color: #fff;
}

p {
	padding: 0px 10px;
	line-height: 30px;
}

table#table_a {
	width: 95%;
	margin:1em 0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-spacing:0;
	}
table#table_a tr th,
table#table_a tr td {
	border-bottom:1px solid #000;
	border-right: 1px solid #000;
	padding:0.2em;
	}