.menuFootLi {
	background-image: url(image/bg_menu.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 786px;
}


/*------------ local menu ----------------*/

ul#loMenuArea {
	height: 65px;
	width: 550px;
	margin-bottom: 15px;
	margin-top: 12px;
}


ul#loMenuArea li {
	float: left;
	margin-right: 10px;

}
ul#loMenuArea li.loMenuAreaEnd {
	margin-right: 0px;
}



/* parts etc... */

.shisetsuComment {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #45A81F;
	padding-bottom: 10px;
}

.shisetsuName {
	font-size: 120%;
	line-height: 120%;
	background-image: url(image/hn_shisetsu_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
	padding-left: 23px;
	padding-bottom: 5px;
	vertical-align: middle;
}

.shisetsuPict {
	float: left;
}

.shisetsuTableArea {
	float: right;
	width: 317px;
}
	.shisetsuTable {
		/*width: 300px;*/
		font-size: 100%;
		line-height: 150%;
		width: 100%;
		border-right: 1px solid #B6B6B6;
		border-bottom: 1px solid #B6B6B6;
		border-left: 1px solid #B6B6B6;
	}
	.shisetsuTable th {
		font-weight: bold;
		text-align: left;
		vertical-align: top;
		white-space: nowrap;
		padding-right: 4px;
		padding-left: 4px;
		width: 6.5em;
		border-right: 1px solid #D7D7D7;
		border-top: 1px solid #D7D7D7;
	}
	.shisetsuTable td {
		vertical-align: top;
		padding-right: 4px;
		padding-left: 4px;
		border-top: 1px solid #D7D7D7;
	}
	.shisetsuTable th.shisetsTableTOP ,
	.shisetsuTable td.shisetsTableTOP {
		border-top: 1px solid #B6B6B6;
	}
