@charset "utf-8";

/*----------------------------------------
HTML:/dictionary/index.html
CSS:/dictionary/css/index.css

----------------------------------------*/



/* dictonary
---------------------*/
div.dict-list-container{
	width:536px;
	margin:20px 0 0 0;
	border:2px solid #BDB6AC;
	overflow:hidden;
}

ul.dict-list01 {
	float:left;	
	width:267px;
	border-right:1px solid #CCC;
}

ul.dict-list01 li {
	width:242px;
	padding:6px 10px 7px 15px;
	background:
		url(../../images/common/bg_border_dotted.gif) 
		repeat-x left bottom;
}

ul.dict-list01.non-border {
	width:268px;
	border-right:none;
}
ul.dict-list01.non-border li {
	width:243px;
}

ul.dict-list02 {
	width:536px;
}
ul.dict-list02 li {
	width:511px;
	padding:6px 10px 7px 15px;
	background:
		url(../../images/common/bg_border_dotted.gif) 
		repeat-x left bottom;
}

ul.dict-list01 li.last,
ul.dict-list02 li.last {
	background:none;
}

ul.dict-list01 li.odd,
ul.dict-list01.non-border li.odd,
ul.dict-list02 li.odd {
	
	background-color:#F7F6F3;
}


ul.dict-list01 li a,
ul.dict-list02 li a {
	padding: 0 0 0 22px;
	background:
		url(../../images/common/ico_arrow_right.gif) 
		no-repeat left 2px;
}

ul.dict-list02 li a {
	width:489px;
	display:block;
}
