@charset "UTF-8";
/* CSS Document */
@import "common.css";
@import "layout.css";
@import "secondary.css";

#word {}

#word h2 {
	background:url(../images/word/headline.gif) no-repeat;
	width:655px;
	height:41px;
	text-indent:-9999px;
	margin-bottom:8px;
}

#word dl {
	margin-top:15px;
}

#word dt {
	background:url(../images/word/bg_word.gif) repeat-x;
	font-size:15px;
	font-weight:bold;
	padding:3px 0 3px 9px;
}

#word dd {
	padding:8px 2px 20px;
}