/*---------------------全体囲み--------------------*/
#words {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
/*---------------------用語辞典--------------------*/
#words #contents {
	width: 860px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
	clear: both;
	text-align: left;
}
#words #contents #dic_main .menu {
	width: 730px;
	height: 37px;
	margin: 0 0 0 65px;
}
#words #contents #dic_main .menu ul {
	margin: 0;
	padding: 0;
}
#words #contents #dic_main .menu li {
	width: 73px;
	height: 37px;
	float: left;
	margin: 0;
	padding: 0;
}
#words #contents #dic_main .menu li a {
	width: 73px;
	height: 27px;
	padding: 10px 0 0 0;
	background-image: URL(img/br_normal.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
#words #contents #dic_main .menu li a:hover {
	width: 73px;
	height: 37px;
	background-image: URL(img/br_hover.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#words #contents #dic_main h3 {
	width: 715px;
	height: 33px;
	background-image: URL(img/br_line.gif);
	background-repeat: no-repeat;
	margin: 3px 0 0 65px;
	padding: 25px 0 0 15px;
	color: #633;
	clear: both;
	font-size: 18px;
}
#words #contents #dic_main h4 {
	color: #633;
	font-size: 18px;
	margin: 15px 0 5px 65px;
}
#words #contents #dic_main h4 img {
	margin: 0 5px 0 0;
}
#words #contents #dic_main p {
	width: 730px;
	margin: 0 0 0 65px;
	font-size: 14px;
	line-height: 1.8;
	color: #633;
}










