﻿@charset "utf-8";
.top {
	font-size: 18px;
	font-weight: bolder;
	background-color: #FFFFCC;
	letter-spacing: 0.1em;
	margin: 5px;
	padding: 5px;
	text-align: center;
	border: thin double #FF9900;
}
.word {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	letter-spacing: 0.1em;
	margin: 3px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
.word2 {
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	letter-spacing: 0.1em;
	margin: 3px;
	padding: 3px;
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.word3 {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	letter-spacing: 0.1em;
	margin: 3px;
	padding: 3px;
	background-color:#f7f8f8;
	text-align: left;
	vertical-align: top;
}
