/* header
-----------------------------------*/
#header{
background		:url("../img/bg_business_01.gif") repeat-x 0 bottom;
}



/* business content
-----------------------------------*/
#business_unit{
width			:765px;
min-height		:900px;
margin-left		:-275px;
margin-bottom		:150px;
padding-top		:49px;
position		:relative;
left			:50%;
top			:0;
}
#business_unit h2{
color			:#003980;
font-size		:153.9%;
width			:765px;
border-bottom		:1px solid #e3e3e3;
padding-bottom		:11px;
}
#business_unit dl{
width			:765px;
margin-bottom		:40px;
}
#business_unit dl dt{
font-weight		:bold;
width			:190px;
display			:block;
float			:left;
clear			:left;
padding			:20px 0 19px 0;
}
#business_unit dl dd{
border-bottom		:1px solid #e3e3e3;
padding			:20px 10px 19px 204px;
}