/*会社概要用のCSSです*/

.map
{ 
width: 380px;
text-align: center;
margin-top: 50px;
margin-left: 20px;
font-size: 80%;
float: left;
} 

.info
{ 
width: 600px;
text-align: center;
margin-top: 50px;
margin-right: 30px;
}

table
{
width: 500px;
border:double 3px  #1D3F1D;
}

table .index
{
color: #FFFFFF;
font-weight: bold;
background-color: #1D3F1D;
}
