/* ------------------------------ MAIN_CONTENTS ---------------------------- */
#MAIN_CONTENTS {
	background-image: none;
	padding-bottom: 0;
	}

/* ---------------------------------- NEWSRELEASE -------------------------- */
#NEWSRELEASE {
	width: 240px;
	float: left;
	background: url(../images/home/nr_index_back.jpg) top left repeat;
	border-right: solid 1px #999999;
	}

#NEWSRELEASE h1 {
	height: 33px;
	_height: 35px;
	font-size: 14px;
	color: #ffffff;
	background: url(../images/home/newsrelease_title_back.jpg) center center no-repeat #ffffff;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	border-color: #999999;
	line-height: 250%;
	padding: 0 10px;
	}

#NEWSRELEASE dl.index {
	height: 185px;
	overflow: auto;
	margin-left: 10px;
	}
#NEWSRELEASE dl.index dt {
	font-weight: bold;
	background: url(../images/news_release/index_date_back.gif) 0 17px no-repeat;
	padding: 12px 0 5px 8px;
	margin-right: 12px;
	}
#NEWSRELEASE dl.index dd {
	display: inline-block;
	border-bottom: dotted 1px #666666;
	padding: 0 0 12px 8px;
	margin-right: 12px;
	}
#NEWSRELEASE dl.index dd:after {
	content: "";
	display: block;
	clear: both;
	}
/* Hack for IE5 on Mac (begin) \*/
* html #NEWSRELEASE dl.index dd {
	height: 1%;
	}
#NEWSRELEASE dl.index dd {
	display: block;
	}
/* Hack for IE5 on Mac (end) */

#NEWSRELEASE dl.index dd p.photo {
	float: left;
	margin-right: 12px;
	}

ul.to-newsrelease-index {
	list-style: none;
	text-align: right;
	padding: 0;
	margin: 5px 12px 10px 0;
	}
ul.to-newsrelease-index li {
	padding: 0;
	margin: 0;
	}

#NEWSRELEASE ul.link {
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 12px 12px 1em 10px;
	}
#NEWSRELEASE ul.link li {
	margin-bottom: 0.5em;
	}



/* ---------------------------------- MAIN --------------------------------- */
#MAIN {
	width: 464px;
	float: left;
	margin-left: 10px;
	}

/* heading */
h2 {
	width: auto;
	height: auto;
	position: relative;
	background-image: none;
	line-height: 0;
	padding: 0;
	}
h3 {
	background: url(../images/home/subtitle_back.jpg) top left no-repeat;
	}

/* to fleet list index */
ul.to-fleet-list-index {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: -26px 0 0 390px;
	}
ul.to-fleet-list-index li {
	padding: 0;
	margin: 0;
	}

/* lead */
p.lead {
	margin-top: 10px;
	}

/* fleet list */
ul.fleet-list {
	list-style: none;
	padding: 0;
	margin: 0;
	}
ul.fleet-list li {
	width: 150px;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 0 0 5px;
	}
ul.fleet-list li span.caption {
	display: block;
	font-weight: bold;
	margin-top: 0.1em;
	}
ul.fleet-list li#PHOTO01 {
	margin-left: 0;
	}

