@charset "utf-8";
/* CSS Document */

body, td, th {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
p {
	font-size: small;
	text-decoration: none;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF6633;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#history_box {
	width: 310px;
}

#history_box ul {
	text-decoration: none;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	list-style-type: circle;
	font-size: small;
	line-height: 1.2em;
}
#history_box li {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003399;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
a {
	color: #0033FF;
	text-decoration: none;
}

a:link {
	color: #0033FF;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

a:active {
	color: #FF6600;
	text-decoration: none;
} 
.top {
	text-align: center;
	border: 1px dotted #FF6600;
	width: 150px;
	display: block;
	margin: auto;
}
