@charset "UTF-8";

#main_img {
	padding-left: 20px;
	padding-top: 4px;
	width: 984px;
	height: 306px;
	background: url(../img/bg_main.gif) no-repeat center top;
	margin: 0 auto;
	position: relative;
}
#top_menu {
	width: 247px;
	float: left;
	margin-top: 30px;
	padding-left: 26px;
}
#MAIN_IMAGE {
	position: absolute;
	left: 294px;
	top: 4px;
}
#top_menu li {
	margin-bottom: 13px;
}
.section {
	border: solid 1px #e2e2e2;
	background: #f6f6f6;
	padding: 4px;
	margin-bottom: 12px;
}
.section_content {
	border: solid 6px #fff;
	background: url(../common/bg_section.gif) repeat center center;
	padding: 11px;
}
#works {
	position: relative;
	height: 343px;
}
#works .section_content {
	height: 310px;
}
#works h1 {
	position: absolute;
	right: 21px;
	top: 10px;
}
#works li {
	float: left;
	margin-right: 9px;
	margin-bottom: 6px;
	display: inline;
}
#voice {
	position: relative;
	margin-bottom: 30px !important;
}
#voice .section_content {
	background: url(../img/bg_voice.jpg) no-repeat left top;
	height: 310px;
}
#voice h2 {
	position: absolute;
	left: 40px;
	top: 30px;
}
#voice ul {
	margin-left: 180px;
	padding-top: 10px;
}
#voice li {
	float: left;
	padding: 10px 14px;
}
#info {
	background: #fffeee url(../img/bg_info.gif) repeat-x left top;
	height: 154px;
	overflow: auto;
	border: solid #e6e6e6;
	border-width: 0 1px 1px 1px;
	padding: 15px;

}
#info li {
	font-size: 12px;
	background: url(../img/dotline.gif) no-repeat center bottom;
	width: 600px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#info h4 {
	font-weight: bold;
	color: #555;
	background: url(../common/arrow01.gif) no-repeat left center;
	padding-left: 25px;
	font-size: 12px;
	width: 80px;
	float: left;
}
#info p {
	font-size: 12px;
	width: 480px;
	float: right;
}
#info p span {
	padding-left: 10px;
}


