@charset "utf-8";

/* gaiyo用CSS */
#tit_company {
	margin-bottom:22px;
	width:625px;
	height:45px;
	line-height: 1;
	background-image: url(../images/company/tit_company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
}

/* 店舗概要 */
#over_company {
	margin:0px 0px 25px 30px;
	width:560px;
	overflow:hidden;
}

#over_company p {
	width:375px;
	float:right;
	font-size: 93%;
	line-height: 1.7em;
	color: #333333;
}

/* 店舗概要テーブル */
#company_tbl {
	margin:0px 0px 77px 30px;
	width:558px;
	border-top: 1px solid #C0C98F;
	border-left: 1px solid #C0C98F;
}

#company_tbl th {
	padding:8px 0px 7px 23px;
	background: #E2E6CC url(../images/company/tbl_arrow.jpg) no-repeat 12px center;
	color: #666633;
}

#company_tbl td {
	padding:8px 0px 7px 13px;
}

#company_tbl th,
#company_tbl td {
	border-bottom: 1px solid #C0C98F;
	border-right: 1px solid #C0C98F;
	font-size: 93%;
}

/* アクセスタイトル */
#tit_access {
	margin-bottom:18px;
	width:625px;
	height:45px;
	line-height: 1;
	background: url(../images/company/tit_access.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
}

/* googlemap */
#gmap {
	margin:0px 0px 25px 30px;
	padding:2px;
	width:554px;
	height:300px;
	border: 1px solid #CCCCCC;
}

#company_dl {
	margin:0px 0px 30px 30px;
	overflow:hidden;
}

#company_dl dt,
#company_dl dd {
	margin-bottom:5px;
	font-size: 93%;
}

#company_dl dt {
	padding:0px 0px 0px 23px;
	width:115px;
	clear:both;
	float:left;
	display:block;
	background: url(../images/company/dd_arrow.jpg) no-repeat 12px center;
	color: #666633;
}

#company_dl dd {
	display:block;
	width:421px;
	float:left;
}
