@charset "UTF-8";
/* CSS Document */

li.company a {
	background-position: -100px -50px;
}


h2.title_original {
	background-image:url(../img/title_original.png);
}
h2.title_company {
	background-image:url(../img/title_company.png);
	height:40px;
	width:400px;
	background-position:left;
}



.centerText {
	text-align:center;
	width:960px;
	font-size:14px;
	line-height:28px;
	margin:0px auto;
	padding:50px;
	font:Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


.companyInfo {
	width:960px;
	margin:0px auto;
}

.companyInfoLeft{
	width:400px;
	float:left;
}
.companyInfoRight{
	width:500px;
	float:right;
}

#mapArea {
	width:460px;
	height:380px;
	background-color:#FFF;
	margin-top:20px;
}

table#companyInfoText {
	font-size: 14px;
	width:400px;
	float:left;
}



