@import url("../shared/css/reset.css");
@import url("../shared/css/common.css");
@import url("../shared/css/content.css");
/*----------------------------------------

company

----------------------------------------*/
/*----------------------------------------

titleArea

----------------------------------------*/
#titleArea{
background:url(../images/company/bg_title.jpg) no-repeat;
}

/*----------------------------------------

companyArea

----------------------------------------*/
#company{
margin-top:30px;
}

#company table{
width:100%;
}

#company table .bgBottomLine{
background:url(../images/company/line_h.gif) no-repeat bottom;
padding:0px;
}

#company table td{
padding:5px;
}

#company table .bgLine{
background:url(../images/company/line_v.gif) no-repeat right;
text-align:center;
}

#company table .bgLineLong{
background:url(../images/company/line_v_long.gif) no-repeat right;
height:196px;
text-align:center;
}

#company table p{
line-height:1.2;
margin-bottom:20px;
}




