@import "general.css";
@import "layout.css";


#container #idx_main #overview {
	margin-bottom: 15px;
	background-image: url(/images/top/title/main-box-bg2.gif);
	background-repeat: repeat-y;
}
#container #idx_main #overview h3 {
	margin-bottom: 10px;
}
#container #idx_main #overview div {
	background-image: url(/images/top/title/main-box-under-bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
}
#container #idx_main #overview div div {
	background-image: none;
	padding-bottom: 0px;
}
#container #idx_main #overview dl {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 20px;
	margin-bottom: 30px;
}
#container #idx_main #overview dt {
	width: 110px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	float: left;
}
#container #idx_main #overview dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 4px;
	text-align: left;
	padding-left: 120px;
	margin-bottom: 1px;
}
