/* --------------------------------------*/
/* 浜井産業-会社概要 */
/* --------------------------------------*/

/* ご挨拶*/
div.aisatsu {
display:block;
float:left;
padding-top:5px;
}

div.aisatsu img {
float:right;
}

div.aisatsu span {
font-size:16px;
font-weight:bold;
}

div.aisatsu p.shomei {
float:right;
padding-top:20px;
}

/* 会社概要*/
table#gaiyo-table {
width:510;
margin-top:5px;
margin-bottom:5px;
text-align: left;
background: #fff;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
background-image:url(img/gaiyo_table_back.jpg);
background-repeat:no-repeat;
}
html>body table {border-collapse: separate}

table#gaiyo-table th {
font-weight:700;
color: #666;
width: 80px;
vertical-align:top;
padding-top: 2px;
padding-bottom: 10px;
background-repeat: no-repeat;
border-right: 1px solid #0000af;
}

table#gaiyo-table td {
width:430px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 10px;
vertical-align:top;
}

/* 沿革*/
table#enkaku-table {
width:510;
margin-top:5px;
margin-bottom:5px;
text-align: left;
background: #fff;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
background-repeat:no-repeat;
}
html>body table {border-collapse: separate}

table#enkaku-table th {
font-weight:700;
color: #666;
width: 60px;
text-align:right;
vertical-align:top;
padding-top: 2px;
padding-bottom: 10px;
padding-right:5px;
background-repeat: no-repeat;
border-right: 1px solid #0000af;
}

table#enkaku-table td {
width:450px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 10px;
vertical-align:top;
}

/* 本社・工場*/
h2.access-h2 {
display:block;
width:518px;
height:25px;
line-height:25px;
text-indent:5px;
margin-top:15px;
margin-bottom:5px;
background-image:url(img/access_h2_back.gif);
}