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

#mainBox01 {
	font-size:90%;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr {
	border-color:#99F;
	background: #99F;
	height: 3px;
}

table {
	width: 97%;
	border: 1px dotted #CCF;
	margin-right: 10px;
	margin-left: 10px;
}
table tr {
	line-height: 200%;
	border: 1px dotted #CCF;
	text-align: center;
}

table tr th {
	background-color:#FFC;
	color: #333;
	border: 1px solid #CCF;
	width: 20%;
}

table tr td {
	font-size:85%;
	padding: 10px;
	text-align: left;
	border: 1px solid #CCF;
}
.breadList {
	font-size:75%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
