/*
タイトル
*/
#company h1.page_title
{
	background: url("../../img/company/page_title.png") center center;
}
#company h1.page_title.access
{
	width: 1000px;
	height: 104px;
	text-indent: -9999px;
	background: url("../../img/company/page_title_access.png") center center;
}

/*
サブメニュー
*/
#company .s_menu
{
	position: absolute;
	top: 92px;
	right: 0;
	width: 133px;
}
#company .s_menu a
{
	display: block;
	width: 133px;
	height: 21px;
	padding: 8px 0;
	text-indent: -99999px;
}
#company .s_menu .en a
{
	background: url("../../img/company/s_menu_language_en.png") right center no-repeat;
}
#company .s_menu .ja a
{
	background: url("../../img/company/s_menu_language_ja.png") right center no-repeat;
}
#company .s_menu .map a
{
	background: url("../../img/company/s_menu_map.png") right center no-repeat;
}
#company .s_menu .company a
{
	background: url("../../img/company/s_menu_map.png") right center no-repeat;
}

/*
会社情報
*/
#company .company_guideline
{
	width: 1000px;
	height: auto;
	position: relative;
	margin: 30px 0 0;
	border: 0;
	font-size: 16px;
	line-height: 1.4;
}
#company .company_guideline th
{
	width: 320px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
#company .company_guideline td
{
	text-align: left;
	width: 680px;
	padding-bottom: 30px;
	vertical-align: top;
}
#company .company_guideline .btn_map
{
	background: #476ebd;
	color: #fff;
	padding: 5px;
	font-size: 10px;
	text-decoration: none;
}
#company .company_guideline .officer_list li
{
	margin-bottom: 5px;
}
#company .company_guideline .officer_list li:last-child
{
	margin-bottom: 0;
}
#company .company_guideline .officer_list .position
{
	float: left;
	width: 160px;
	padding-right: 20px;
}
#company .company_guideline .officer_list .name
{
	float: left;
	width: 480px;
	padding-right: 20px;
}
#company .company_guideline a
{
	color: #476ebd;
	text-decoration: underline;
}
#company .company_guideline a:hover
{
	text-decoration: none;
}

/*
マップ＆アクセス
*/
#company .company_map
{
	border: 5px solid #d6d8db;
	width: 990px;
	height: 400px;
	margin-top: 30px;
}
#company .btn_googlemap
{
	text-align: right;
}
#company .company_access
{
	width: 1000px;
	height: auto;
	position: relative;
	margin: 30px 0 0;
	border: 0;
	font-size: 16px;
	line-height: 1.4;
}
#company .company_access th
{
	text-align: left;
	width: 220px;
	font-weight: bold;
	vertical-align: top;
}
#company .company_access td
{
	text-align: left;
	width: 780px;
	padding-bottom: 30px;
	vertical-align: top;
}