/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table#formbase {
	margin-bottom: 20px;
	width: 480px;
	border: 0;
}

td.tit {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6699FF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 0;
}

td.text {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
	border: 0;
}

td.text li {
	font-size: 12px;
	text-align: left;
	border: 0;
	line-height: 1.4em;
	list-style-type: square;
	list-style-position: inside;
}

td.sub {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
	text-align: left;
	border: 0;
}

td.ans {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: left;
	border: 0;
}

table #stable {
	border: 0;
	text-align: left;
	font-size: 12px;
	color: #000;
}

td.bottom {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: cetner;
	border: 0;
}

.red {
	font-size: 12px;
	color: #CC0033;
	text-align: left;
	border: 0;
}

.textmode1{
        ime-mode:active;
}

.textmode2{
        ime-mode:inactive;
}
