body {
	font-size: 10pt;
	background-color: #FFB500;
	margin-top: 10px;
	margin-left: 50px;
}
/*リンクの設定*/
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

table {
	font-size: 10pt;
	padding: 2pt;
}

.top {
	vertical-align: text-top;
}
.info_title{
	font-weight: bold;
	color: #0000CC;
}
.info {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}
.bold {
	font-weight: bold;
	font-size: 10pt;
}
.bottom {
	font-size: 10pt;
	color: #FFFFFF;
}
.pink {
	font-size: 10ot;
	font-weight: bold;
	color: #FF0099;
}
