@charset "utf-8";

/* ボッシュ・イン・ジャパン */

html[xmlns] #mainBody #extraContent { margin: 0 0 12px 0; }

#mainContent ul#facilityFunctionSymbolList {  }
#mainContent ul#facilityFunctionSymbolList li { background-image: none; }

#facilityList { width: 528px; }

h2.companyName { clear: both; margin-top: 12px; margin-bottom: 0; }
h2.companyName a { padding: 0 4px 0 16px; background: transparent url(/shared/images/arrow-right.gif) no-repeat 8px 1px; }

h3.companySection { clear: both; margin-bottom: 0; border-right: 1px solid #B4C6D9; border-left: 1px solid #B4C6D9; }

.facility { 
	clear: both;    /* without this, float settings of the items within this object will ruin the layout */
	overflow: auto; /* without this, this box will be squished without recognizing the sizes of facilityData and facilityPhoto */
	width: 100%;    /* this setting is necessary to make the immediately above setting effective with IE6 */
	border: 1px solid #B4C6D9; border-width: 0 0 1px 1px; 
	background: transparent url(images/bg-facility.gif) repeat-y top right; 
}
html[xmlns] .facility { width: 527px; }

.facilityData { float: left; width: 340px; padding: 6px; }

.facilityData h4.facilityName { margin-bottom: 6px; }
.facilityData p { margin: 0; }
.facilityData p.facilityFunctions { margin-bottom: 6px; }

/* in order to make spaces around an img object */
/* IE6 uses the margin property */
.facilityData p.facilityFunctions img { margin-right: 6px; padding-right: 0; }
/* other browsers use the padding property */
html[xmlns] .facilityData p.facilityFunctions img { margin-right: 0; padding-right: 6px; }

.facilityData p.facilityProducts { margin-top: 6px; }

.facility div.facilityPhoto { float: right; }

