@charset "utf-8";

.pageTitle_dictionary {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/dictionary/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle_dictionary {
	height: 26px;
}


/* categoryBox----------------------------------------------------- */
#categoryBox {
	float: left;
	padding: 10px 0 10px 10px;
	width: 688px;
	background: url("/img/top_bg.gif") left bottom repeat-x;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
/* for IE6 */
*html #categoryBox {
	width: 698px;
}

#categoryBox a {
	float: left;
	padding-left: 10px !important;
	margin: 3px 0;
	width: 127px;
	background: url("/img/arrow1.gif") 0 0.4em no-repeat;
	text-decoration: none;
	font-size: 1.2em;
	color: #000000;
	overflow: hidden;
}
/* for IE6 */
*html #categoryBox a {
	width: 137px;
}

#categoryBox a:hover {
	background: url("/img/arrow1o.gif") 0 0.4em no-repeat;
	text-decoration: underline;
	color: #333333;
}


/* indexTitle----------------------------------------------------- */
.indexTitle {
	float: left;
	margin-top: 30px;
	width: 700px;
	height:26px;
}

.indexTitle ul {
	list-style-type: none;
}

.indexTitle li {
	float: left;
	display: inline;
}


/* dictionary----------------------------------------------------- */
.dictionary {
	float: left;
	margin-top: 10px;
	width: 700px;
}

.dictionaryBox {
	float: left;
	padding: 5px;
	margin-top: 10px;
	width: 688px;
	border: solid 1px #cccccc;
}
/* for IE6 */
*html .dictionaryBox {
	width: 698px;
}

.dictionaryBox1 {
	float: left;
	width: 90px;
}

.dictionaryBox2 {
	float: right;
	margin-top: 8px;
	width: 598px;
}

.dictionaryBox2 a {
	text-decoration: none;
	color: #990000;
}

.dictionaryBox2 a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.dictionarySub {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	margin-top: 20px;
	width: 700px;
	height: 20px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background: url("/img/title_bg3.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .dictionarySub {
	height: 26px;
}

.operation1 {
	float: left;
	width: 340px;
	vertical-align: top;
}

.operation2 {
	float: right;
	width: 340px;
	vertical-align: top;
}

.operationTitle {
	float: left;
	padding: 4px 4px 2px 4px;
	margin-top: 5px;
	width: 332px;
	font-size: 1.1em;
	color: #000000;
	text-align: center;
	background-color: #cccccc;
}
/* for IE6 */
*html .operationTitle {
	width: 340px;
}

.operationSub {
	float: left;
	margin-top: 5px;
	width: 340px;
	text-align: center;
}

.operationBg1 {
	float: left;
	padding: 5px 5px 5px 30px;
	margin-top: 5px;
	width: 305px;
	height: 90px;
	background: url("/dictionary/img/operation_bg1.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .operationBg1 {
	width: 340px;
	height: 125px;
}

.operationBg2 {
	float: left;
	padding: 5px 5px 5px 30px;
	width: 305px;
	height: 115px;
	background: url("/dictionary/img/operation_bg2.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .operationBg2 {
	margin-top: -25px;
	width: 340px;
	height: 125px;
}

.operationTxt1{
	margin-top: 15px;
}

.operationTxt2{
	margin-top: 5px;
}

.total {
	float: left;
	width: 305px;
	font-size: 1.1em;
	color: #000000;
	text-align: right;
}

.alltotal {
	float: left;
	margin-top: 15px;
	width: 305px;
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
}
/* for IE7 */
*+html .alltotal {
	float: left;
	margin-top: 20px;
	width: 305px;
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
}
/* for IE6 */
*html .alltotal {
	float: left;
	margin-top: 20px;
	width: 340px;
	font-size: 1.4em;
	color: #ffffff;
	text-align: center;
}

.operationEx1 {
	float: left;
	padding: 20px;
	width: 300px;
	height: 427px;
	background: url("/dictionary/img/operation1.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .operationEx1 {
	width: 340px;
	height: 467px;
}

.operationEx2 {
	float: left;
	padding: 20px;
	width: 300px;
	height: 427px;
	background: url("/dictionary/img/operation2.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .operationEx2 {
	width: 340px;
	height: 467px;
}

.operationExTxt1{
	margin-top: 5px;
}

.operationExTxt2{
	margin-top: 305px;
}

.w11r {
	font-size: 1.1em;
	font-weight: bold;
	color: #660000;
}

.w10 {
	font-size: 1.0em !important;
	font-weight: none;
	color: #666666;
}
