@charset "utf-8";

/*-------------------------------------
 index
--------------------------------------*/
.greeting .left#indexTxt { width:460px; display:inline; }
.greeting .right#indexPhoto { width:218px; margin-bottom:50px; margin-right:20px; display:inline;} 

.greeting .right#indexPhoto img {
border:#F4F4F4 4px solid;
}

/*-------------------------------------
 info
--------------------------------------*/
.info table {
width:100%;
_width:98%; /* IE6 */
border-collapse:separate;
border-spacing:1px;
}
	.info table th,
	.info table td {
	padding:10px;
	background:url(../imgdir/common/dot_01.gif) 0 bottom repeat-x;
	_font: 13px/1.52 Verdana, Arial, Helvetica, sans-serif;
	}
	.info table th {
	width:20%;
	text-align:left;
	vertical-align:text-top;
	background:#F4F4F4 url(../imgdir/common/dot_01.gif) 0 bottom repeat-x;
	}
	.info table td {
	width:80%;
	}
	.info table th.last,
	.info table td.last {
	border:none;
	}
.info dl dt {
font-weight:bold;
}
.info dl dd {
margin:0 0 10px 0;
}
	.info dl dd.last {
	margin:0;
	}

/*-------------------------------------
 history
--------------------------------------*/
.history table {
width:100%;
_width:98%; /* IE6 */
border-collapse:collapse;
border-spacing:0;
}
	.history table th,
	.history table td {
	padding:10px;
	background:url(../imgdir/common/dot_01.gif) 0 bottom repeat-x;
	_font: 13px/1.52 Verdana, Arial, Helvetica, sans-serif;
	}
	.history table th {
	width:20%;
	color:#3E9ECE;
	text-align:left;
	vertical-align:text-top;
	}

/*-------------------------------------
 access
--------------------------------------*/
.access dl {
border:#F4F4F4 solid 4px;
padding:8px 10px;
margin:15px 0 0 0;
}
	.access dl dt {
	font-weight:bold;
	margin:0 0 4px 0;
	}

.access div#map-ho,
.access div#map-factory { width:708px; height:550px; }

.access div.sr-info-window { height:200px; }
.access div.sr-info-window h3 { margin:0; padding:0; }
.access div.sr-info-window p { margin:0; padding:0 0 50px 0; }