@charset "utf-8";
body {
	text-align: center;
	/* IE対応センタリング */
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#box {
	width: 930px;
	margin: 0px auto;
}

.list-box {
	float: left;
	text-align: left;
	margin: 0 5px;
	width: 145px;
}

.list-title {
	font-size: small;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}

ul {
	list-style-type: none;
	list-style-position:outside;
	margin: 0px;
	padding: 0px;
}

.footer {
	clear: both;
}