.kihon {
	font-size: 80%;
	line-height: 150%;
}
.h1 {
	font-size: 16px;
	line-height: 28px;
	font-weight: bolder;
	color: #3366CC;
}
.small {
	font-size: 12px;
	line-height: 16px;
}
.h2 {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
}
a:link {
	font-size: 13px;
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #FF0066;
	text-decoration: underline;
}
a:active {
	font-size: 13px;
	color: #003399;
	text-decoration: underline;
}
.body {
	font-size: 13px;
	line-height: 18px;
}

