@charset "UTF-8";

/*------------------------------------------------
  企業情報
 -----------------------------------------------*/

#contents h2 {
	background:url(images/h2.gif) no-repeat;
	height:30px;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
	color:#D3A49E;
}

#contents h3 {
	background:url(images/arrow.gif) 0% 40% no-repeat;
	height:25px;
	font-size:16px;
	font-weight:bold;
	padding-left:30px;
	margin-top:20px;
}

#contents h3 a{
	color:#666666;
}

#contents h3 a:hover{
	color:#f75600;
}

#contents p {
	margin-top:10px;
}

#contents p.list {
	margin-left:30px;
}

#contents table {
	margin-top:10px;
	width:580px;
	border:none;
}

#contents table th{
	width:150px;
	padding:10px 0px;
	vertical-align:top;
	font-weight:bold;
	color:#666666;
	background:url(images/bg_line.gif) repeat-x left bottom;
}

#contents table td{
	padding:10px 0px;
	background:url(images/bg_line.gif) repeat-x left bottom;
}

#map_1 {
	width: 580px;
	height: 500px;
	margin: 10px auto 0px;
}

