@charset "utf-8";

/* Layout
-------------------------------------------------------------------------------------------*/
#content {
	width: 530px;
	float: left;
	padding-bottom: 30px;
}
#about {
	width: 530px;
	margin-bottom: 17px;
	padding-top: 3px;
	border-bottom: 1px solid #DDDDDD;
	background: url(../images/top/about_back.gif) no-repeat left top;
}
/* --ClearFix-- */
#about:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html #about {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
#about h3 {
	width: 193px;
	float: left;
}
#about #aboutText {
	width: 327px;
	float: right;
	margin: 18px 3px 18px 0px;
	display: inline;
	line-height: 1.5;
	background: url(../images/top/about_dot_line.gif) repeat-y left top;
}
#about #aboutText p {
	padding: 0px 0px 35px 15px;
	background: url(../images/common/decoration.gif) no-repeat 8px 3px;
}


.business {
	width: 262px;
	float: left;
}
.recruit {
	width: 262px;
	float: right;
}


#informationArea {
	width: 310px;
	float: right;
	line-height: 1.5;
}

#informationArea dl {
	width: 310px;
	padding-top: 10px;
	background: url(../images/top/info_dot_line.gif) no-repeat left top;
}
#informationArea dt {
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 10px;
	background: url(../images/common/decoration.gif) no-repeat 3px 3px;
}
#informationArea dd {
	margin: 0px 0px 10px 0px;
	padding: 0px 7px 10px 10px;
	line-height: 1.3;
	background: url(../images/top/info_dot_line.gif) no-repeat left bottom;
}
