@charset "utf-8";
/* CSS Document */
a.title:link {
	color: #017acd;
	text-decoration: underline;
}

a.title:visited {
	color: #017acd;
	text-decoration: underline;
}

a.title:hover {
	color: #666;
	text-decoration: none;
}

div#main div.honbun {
	width: 650px;
	padding: 6px 10px;
}

p {
	width: 600px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 1em;
}

div#bread p {
	width: 560px;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

p.uptop {
	width: 600px;
	margin-right: 0;
	text-align: right;
}


table {
	width: 600px;
	margin: auto;
	border: none;
	border-collapse: collapse;
}

table th {
	border: none;
	text-align: left;
	background-color: #fff;
}

table td {
	padding: 2px;
	border: none;
	text-align: center;
}

div.keirin {
	width: 600px;
	margin: auto;
}

