@charset"euc-jp";

/*company.html*/


#company_left{
    float:left;
    background-image:url(../img/company_left.jpg);
	background-repeat:no-repeat;
	width:152px;
	height:620px;
	}
.company_h2{
	background-image: url(../img/company_h2.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
	height:71px;
	margin-bottom:20px;
    }

.greet_top{
    background-image:url(../img/greeting_bg_top.jpg);
	background-repeat:no-repeat;
	height:31px;
	margin:0 0 0 10px;
	}
.greet_mid{
    background-image:url(../img/greeting_bg_mid.jpg);
	background-repeat:repeat-y;
	padding:0 38px 20px 30px; 
	margin:0 0 0 10px;
	}
	.greet_mid h3{
	margin-bottom:20px;
	}
.greet_bottom{
    background-image:url(../img/greeting_bg_bottom.jpg);
	background-repeat:no-repeat;
	height:30px;
	margin:0 0 40px 10px;
    }
	
/*----------*/	
#company_wrap{
    margin:10px 10px 40px 10px;
	}	

table.company_data{
    width:300px;
	float:left;
    }
table.company_data th{
    padding:3px 8px;
	border-bottom:1px dashed #999999;
	border-left:3px solid #917EC7;
	text-align:left;
	font-weight:normal;
	}
table.company_data th.top{
    border-top:1px dashed #999999;
	}

table.company_data td{
	border-bottom:dashed 1px #999999;
	}
table.company_data td.top{
    border-top:1px dashed #999999;
	}	
	img.company01{
	float:right;
	}

/*------------*/
#g_map{
    height:303px;
    padding:5px;
	background-image:url(../img/g_map_bg.jpg);
	background-repeat:no-repeat;
	margin:10px 0 35px 28px;
	}
