@charset "Shift_JIS";

/*会社情報テーブル
-----------------------------------------------------*/
table#profile {
	width: 330px;
	margin: 10px 0 10px 27px;
	padding: 0;
	border-collapse: collapse;
	float: left;
	display: inline;
}

#profile th,#profile td {
	margin: 0;
	padding: 10px 1px;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
	line-height: 1.4em;
	border-bottom: solid #7A7151 1px;
}

#profile th.no-border,#profile td.no-border {
	border-bottom: none;
}

#profile th {
	width: 6em;
	font-weight: normal;
}

#profile td {
	color: #333333;
}

#profile td.w-6em {
	width: 6em;
}

#profile span {
	color: #7A7151;
}


#contents p.indent-1em {
	margin: 0 0 0 1.0em;
}

#contents p.fontsize-10px {
	margin: 0;
	font-size: 10px;
}




/*マップ
-----------------------------------------------------*/
#map {
	width: 310px;
	margin: 20px 23px 10px 0;
	padding: 0;
	float: right;
	display: inline;
}

#map p{
	margin: 0;
	font-size: 11px;
	color: #333333;
	line-height: 1.4em;
}

#map p.tit{
	color: #000;
}


#map img{
	margin: 10px 0;
}

#map span {
	color: #7A7151;
}
