/* CSS Document */
.cb {
	clear: both;
}
h2#glossarytitle {
	font-size: 20px;
	color: #4b4b4b;
	border-top: 2px solid #94bb00;
	font-weight: bold;
	padding-top: 10px;
}
#description {
	font-weight: normal;
	color: #666666;
	font-size: 90%;
	line-height: 1.8;
	float: left;
	text-align: left;
}

#glossarybox {
	clear: left;
	width: 480px;
	margin-top: 15px;
	padding: 10px;
	border: 1px solid #999999;
	margin-bottom: 30px;
}
#indexbar {
	float: left;
	padding: 10px 10px;
	width: 460px;
	border:1px solid #aaaaaa;
	background-color: #eeeeee;
}
#indexbar li {
	margin-bottom: 15px;
	margin-left: 10px;
	display: inline;
}
#indexbar a{
	color: #444444;
}
#indexbar a:hover{
	color: #94bb00;
}
#indexbar a:visited{
	color: #83aa00;
}
#listup {
	padding-left: 20px;
	padding-top: 30px;
	float: left;
	list-style-type: disc;
}
#listup li {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 110%;
}
#listup a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#listup a:hover{
	text-decoration: underline;
}
.tright {
	text-align: right;
}
.tright a {
	text-decoration: none;
	font-weight: normal;
}
.tright a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#glossarybox .gyou {
	clear: both;
	float: left;
	width: 440px;
	font-weight: bold;
	color: #444444;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 130%;
	margin-top: 40px;
	border-left: 10px solid #9fc112;
	border-bottom: 1px solid #9fc112;
	padding-left: 10px;
}
p#description2 {
	clear: both;
	font-weight: normal;
	padding: 0px 10px;
	padding-bottom: 20px;
	color: #666666;
	font-size: 90%;
	line-height: 1.5;
}
#indexlist {
	width: 459px;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
}
#indexlist ul,#indexlist h3,#indexlist li {
	margin: 0px;
	padding: 0px;
}
#indexlist ul {
	clear: both;
	float: left;
	width: 458px;

	margin-top: 20px;
}
#indexlist li {
	display: inline;
	padding: 0px 0px 0px 20px;
	border-left: 2px solid #9fc112;
}
.lastword {
	border-right: 2px solid #9fc112;
}
.lastword a {
	padding: 0px 20px 0px 0px;
}
#indexlist li a{
	color: #444444;
	text-decoration: none;
	font-size: 110%;
}
#indexlist li a:hover {
	text-decoration: underline;
	color: #94bb00;
}
#indexlist li a:visited{
	color: #83aa00;
}
