@charset 'shift_jis';

/* base
----------------------------------------*/
html{
background: url("../../static/images/background_sub_h.gif") repeat-x;
}

/* Sidebar
----------------------------------------*/
#sidebar #releasemenu{
display:none;
margin-top:10px;
}


/* pageTitle
----------------------------------------*/
#corpinfo h3{
background-repeat:no-repeat;
background-position:left top;
width:700px;
height:30px;
border-bottom:1px solid #000000;
margin-bottom:2px;
}

#corpinfo h3#profile{
background-image:url(../images/h3_profile.gif);
}

#corpinfo h3#history{
background-image:url(../images/h3_history.gif);
}

#corpinfo h3#amap{
background-image:url(../images/h3_amap.gif);
}


/* CorporateInfo
----------------------------------------*/
#corpinfo{
float:right;
width:725px;
}

#corpinfo table{
width:700px;
}

#corpinfo table tr th , #corpinfo table tr td{
padding:14px;
vertical-align:top;
border-bottom:1px solid #C8C8C8;
line-height:1.6;
}

#corpinfo table tr th{
background:#FCFBFB;
width:170px;
border-right:1px solid #C8C8C8;
}

#corpinfo table tr.end th , #corpinfo table tr.end td{
padding-bottom:54px;
}