body{
	font-size: 9pt;
	text-decoration: none;
}

font.scl_name{
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.pref{
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.kana{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menu_on{
	display: block;
	width: 113px;
	color: #ffffff;
	background-color: #3333ff;
	border: sorid 10px #ff0000;
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}

a{
	color: #666666;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.menu{
	display: block;
	width: 113px;
	color: #ffffff;
	background-color: #ff3333;
	margin: 0px;
	padding: 1px 2px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
}
a.menu:hover{
	color: #ffffff;
	background-color: #dd0000;
	margin: 0px;
	padding: 2px;
	text-decoration: none;
}
a.menu_sub{
	display: block;
	width: 120px;
	color: #ffff00;
	background-color: #000000;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
}
a.menu_sub:hover{
	color: #000000;
	background-color: #ffff00;
	border: ridge 0px #0000cc;
	margin: 0px;
	padding: 2px;
}

