@charset "utf-8";

/* *****************************************************
	index design
	last update 2008-07-02
 * *****************************************************/

/* *****************************************************
 *	contents-main/section
 * *****************************************************/

div#contents div#main div.section{
	margin: 0 8px 10px 0;
	float: left;
	}
div#contents div#main div.section a{
	height: 105px;
	width: 186px;
	display: block;
	}
div#contents div#main div.section h3,
div#contents div#main div.section p{
	text-indent: -9999px;
	border: none;
	}
div#contents div#main div.tran{
	background: url('img/index_se01.gif') no-repeat left 100%;
	}
div#contents div#main div.tank{
	background: url('img/index_se02.gif') no-repeat left 100%;
	}
div#contents div#main div.heavy{
	margin: 0 0 10px;
	background: url('img/index_se03.gif') no-repeat left 100%;
	}
div#contents div#main div.ware{
	margin: 0 8px 10px 0;
	background: url('img/index_se04.gif') no-repeat left 100%;
	}
div#contents div#main div.scrap{
	margin: 0 8px 10px 0;
	background: url('img/index_se05.gif') no-repeat left 100%;
	}
div#contents div#main div.asu{
	margin: 0 0 10px;
	background: url('img/index_se06.gif') no-repeat left 100%;
	}

/* *****************************************************
 *	contents-main/topics
 * *****************************************************/

div#contents div#main div#topics{
	margin: 10px 0;
	padding: 10px 8px 0;
	background: url('img/stripe.gif') left top;
	}
div#contents div#main div#topics h3{
	_height: 1%;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 2px 0 2px 15px;
	line-height: 1.6;
	border: 1px solid #7EB7A4;
	background: #ffffff url('img/topics_bg.gif') no-repeat 4px center;
	font-family: Arial;
	}
div#contents div#main div#topics h3 span{
	font-size: 0.9em;
	color: #666666;
	font-weight: normal;
	}
div#contents div#main div#topics dl{
	margin: 0 0 0 0.8em;
	padding: 8px 0px;
	}
div#contents div#main div#topics dl dt{
	color: #000000;
	margin: 0 0 0.5em 0;
	padding: 0px;
	float: left;
	clear: both;
	width: 5em;
	}
div#contents div#main div#topics dl dd{
	color: #1ca31c;
	margin: 0px 0 0.5em 5em;
	padding: 0px;
	}

