/* --------------------------------- MAIN ---------------------------------- */
/* sub navigation */
#MAIN ul.subnavi li {
	width: 29%;
	_width: 33%;
	}

/* business contents */
ol.business-contents {
	width: 200px;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}
ol.business-contents li {
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 0.3em;
	}
ol.business-contents li.no1 {
	background: url(../images/no1.jpg) top left no-repeat;
	}
ol.business-contents li.no2 {
	background: url(../images/no2.jpg) top left no-repeat;
	}
ol.business-contents li.no3 {
	background: url(../images/no3.jpg) top left no-repeat;
	}
ol.business-contents li.no4 {
	background: url(../images/no4.jpg) top left no-repeat;
	}
ol.business-contents li.no5 {
	background: url(../images/no5.jpg) top left no-repeat;
	}
ol.business-contents li.no6 {
	background: url(../images/no6.jpg) top left no-repeat;
	}

ol.business-contents li ul.gen {
	margin: 0.1em 0;
	}
ol.business-contents li ul.gen li {
	font-weight: normal;
	padding: 0;
	margin: 0 0 0.1em 0;
	}

ol.business-contents li p.to-overview {
	font-weight: normal;
	text-align: right;
	margin: 0.1em 0 1em 0;
	}

/* ships lineup */
table.ships-lineup {
	float: right;
	border-collapse: separate;
	}
table.ships-lineup th, table.ships-lineup td {
	border-left: solid 5px #ffffff;
	vertical-align: top;
	}
table.ships-lineup th {
	text-align: left;
	line-height: 0;
	}
table.ships-lineup td {
	font-size: 11px;
	text-align: center;
	line-height: 120%;
	padding: 5px 0 10px 0;
	}

