@charset "utf-8";
/*---------------------------------------------
 会社概要
---------------------------------------------*/
#company h2 {
	text-align: center;
	margin-top: 15px;
}

/* 企業情報のテーブル */
#company table {
	margin: 10px auto 0 auto;
	width: 687px;
	text-align: left;
	border-right: 1px solid #384b67;
}
* html #company table {
	width: 688px;
}
#company td {
	font-size: 13px;
}

/* 項目側 */
#company table .l {
	width: 115px;
	text-indent: 5px;
	padding: 4px 0;
	background-image: url('/img/company/back1.gif');
	border-left: 5px solid #384b67;
	font-weight: bold;
	line-height: 150%;
}

/* 内容側 */
#company table .r {
	width: 558px;
	padding: 4px 0 4px 10px;
	line-height: 150%;
}

#company table .r div {
	float: left;
}
#company table .r p {
	float: right;
	padding-right: 10px;
}


/*----- アクセス方法---------- */
#access {
	width: 688px;
	margin: 15px auto 0 auto;
	overflow: hidden;
}

/* 地図側 */
#access .l {
	float: left;
	width: 452px;
	font-size: 13px;
	text-align: center;
}
#access .l div p {
	padding: 5px 0;
}
#access .l div {
	width: 452px;
	background-image: url('/img/company/map_body.gif');
	background-repeat: repeat-y;
}

/* お車、電車、問い合わせ側 */
#access .r {
	float: right;
	padding-left: 15px;
	width: 221px;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
#access .r p {
	margin: 5px 0 2px 0;
}
#access .r div {
	margin-bottom: 15px;
}
#access .r .bt {
	width: 221px;
	padding-top: 20px;
	border-top: 1px dotted #999999;
}

