@charset "utf-8";
/* CSS Document */

#top div.section {
	margin-top: 20px;
	padding: 20px 20px 20px 10px;
	background: url(../img/top_bg.gif) no-repeat;
}
#top div.section div.left {
	float: left;
	width: 400px;
}
#top div.section div.right {
	margin-top: 15px;
	float: right;
	width: 128px;
}

#top div.section div.left p {
	margin: 15px 0 10px 20px;
	padding-bottom: 10px;
	background: url(../../../img/dotline_01.gif) repeat-x left bottom;
}
#top div.section div.left ul {
	margin: 0 0 0 17px;
	padding: 0 10px 0 3px;
}
#top div.section div.left li {
	margin-right: 15px;
	float: left;
}
#top div.section div.left li a {
	padding-left: 15px;
	background: url(../../../img/listmark_02.gif) no-repeat;
}

div.requestarea {
	margin-top: 30px;
	padding: 12px 17px;
	background: #f2f6f9;
}
div.requestarea div.left {
	float: left;
	width: 300px;
}
div.requestarea div.left h3 {
	margin: 10px 0 5px 0;
}
div.requestarea div.right {
	float: right;
	width: 200px;
}
div.requestarea div.right li.btn_catalog {
	margin-bottom: 5px;
}

#top div#side a.active {
	background-color: #d0e6f8;
}