@charset "utf-8";
/* ===================================================================
CSS information

 author     :AccessSolutions
 

=================================================================== */
.box {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 2em;
	clear: both;
}
h3.list_name {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
dl.list {
	line-height: 1.6;
	width: 100%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	background-color: #F0F4FD;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ABC0E0;
}

dl.list dt {
	width: 7em;
	float: left;
	padding-bottom: 1px;
	text-indent: 1em;
	font-weight: bolder;
}
dl.list dd {
	padding-left: 5em;
	border-bottom: 1px dotted #ccc;
}

#rank_ex {
	background-image: url(../images/rank_ex_bg.jpg);
	background-repeat: repeat-x;
	height: 100px;
	margin-bottom: 20px;
	clear: both;
	color: #FFFFFF;
}
#rank_ex p {
	padding: 20px;
}
#rank_ex img {
	float: right;
	margin-left: 20px;
}

