body{
	font-size:16px;
	font-family:Meiryo UI, Meiryo, MS UI Gothic, Osaka;
}
h1{
	font-size:18px;
	color:#DC143C;
}
h2{
	font-size:18px;
	text-align:center;
}
h3{
	font-size:16px;
	text-align:center;
}
small{
	font-size:13px;
}
th,td{
	background-color:white;
}
td.frame{
	text-align:center;
}
.caption{
	font-size:13px;
}
li.v{
	font-weight:normal;
	list-style-image:url('./img/vector.gif');
}
a:link{
	color:blue;
	text-decoration:none;
}
a:active{
	color:yellow;
}
a:visited{
	color:blue;
	text-decoration:none;
}
a:hover{
	color:#DC143C;
	text-decoration:underline upperline;
	background-color:pink;
}
