/* 企業紹介ページ専用のcss */
/* 左側表示エリア（基本情報、工場見学情報） */
#company_left	{
	margin-top:0;
	width:410px;
	float:left;
}
/* 工業団地情報（非表示） */
#park_name{
	display:none;
}
/* 緯度・経度情報（非表示） */
#latitude,#longitude{
	display: none;
}
/* 企業名 */
#company_name, #company_name02{
	width:372px;
	margin-left:26px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 22px;
}
/* 所在地 */
#company_address{
	float:left;
}
/* 基本情報、工場見学情報のテーブル */
#profile table, #tour table{
	margin-left:20px;
	margin-top:0px;
	margin-bottom:10px;
}
#profile table th, #tour table th{
	width:130px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-weight: normal;
}
#profile table td, #tour table td{
	width:230px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 20px;
}
/* ホームページアドレスの改行書式 */
#tr8 {
	word-break:break-all;
}

/* 右側表示エリア（ＰＲ文書、写真） */
#company_right	{
	margin-top:0;
	margin-right:0;
	width:422px;
	float:right;
	text-align: left;
}
/* ＰＲ文書 */
#company_pr{
	margin-left: 10px;
	margin-top: 4px;
	width:370px;
	border: 1px solid #ccc;
	padding:14px;
	padding-right:10;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 20px;
}
#company_pr ul{
	margin-left: 20px;	
}
/* 写真（サムネイル） */
#thumb{
	margin-top:30px;
	width: 420px;
}
#thumb td{
	width:103px;
	list-style: none;
	float:left;
	position: relative;
	top: 0px;
}
#thumb img{
	width:100px;
	position: relative;
	top: 0px;
}
#thumb a img{
	border: none;
}
/* 写真（拡大画像） */
#photo_area{
	margin-top:15px;
	margin-left:0;
	width: 420px;
	height:370px;
	text-align: center;
	float:right;
	background-image: url(../image/company_pho_border2.png);
	background-repeat: no-repeat;
}
#photo_area img{
	margin-top: 15px;
}
/* 写真のコメント */
#photo_area ul{
	margin-top: 4px;
	list-style-type: none;list-style-position:outside;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
	margin-left: 0px;
}
#photo_area ul li{
	text-align: center;margin-left:-38px;
}
/* 写真のコメントの表示・非表示 */
.comment_off{
	display: none;	
}
.comment_on{
	display: block;
}


/* 右上に表示されるグーグルマップ */
#sub_google_map{
	height:206px;
}
/* グーグルマップのロゴ部分に、グーグルマップサイトへのリンクを貼る */
#link_map{
	height: 40px;
	width: 70px;
	border: 1px solid #ccc;
	position: relative;
	left: 645px;
	top: -116px;
}
#link_map:hover{
	border: 1px solid #999;
	cursor: hand;
}
/* 基本情報の所在地テーブルにグーグルマップサイトへのリンクボタンを表示させる場合はdisplay:blockに変更する */
#button_map{
	position: relative;
	top: -3px;
	left: 20px;
	display: none;
}