@charset "utf-8";

/* =======================================

	Wordlist CSS
	Last Up Date 2010/12/01

========================================== */






.wordlist table.wordIndex {
	width: 660px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.wordlist .wordIndex th {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../../img/dot_under160.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 25%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.wordlist .wordIndex td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.wordlist .wordIndex li {
	font-size: 11px;
	margin-bottom: 10px;
}
