@charset "Shift_JIS";

/* --------------------------------------------------------
     biomass.css
-------------------------------------------------------- */

/* pageTitle
----------------------------------*/

#pageTitle {
	height:129px;
	background:url(../images/biomass_bg001.gif) 0% 0% no-repeat;
}
#pageTitle div.inner {
	padding:32px 0 0 37px;
}
#pageTitle div.inner h1 img {
	margin-left:-3px;
}
#pageTitle div.inner ul {
	margin-top:3px;
	font-size:0;
}
#pageTitle div.inner ul li {
	float:left;
	margin-right:1px;
}

/* contents
----------------------------------*/

#contentsContainer {
	margin-top:30px;
}

/* h2,h3,h4,h5
----------------------------------*/

/*  h2  */
h2 img.page {
	padding:15px 0 0 0;
	background:none;
}

/* biomassNav
----------------------------------*/

#biomassNav {
	margin-top:35px;
	padding-top:9px;
	border-top:1px solid #cccccc;
}
#biomassNav div.left {
	width:230px;
	float:left;
}
#biomassNav div.center {
	float:left;
	width:230px;
	margin-left:15px;
	text-align:center;
}
#biomassNav.top div.center {
	_display:inline;
	margin-left:245px;
}
#biomassNav div.center ul {
	margin:0 23%;
	font-size:120%;
}
#biomassNav div.center ul li {
	float:left;
	margin-left:10px;
}
#biomassNav div.center ul li.top {
	margin-left:0;
}
#biomassNav div.center ul li a,
#biomassNav div.center ul li em {
	display:block;
	_width:9px;
	padding:4px 11px;
	background:#A3CC44;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
#biomassNav div.center ul li a:hover,
#biomassNav div.center ul li em {
	background:#006600;
}
#biomassNav div.right {
	width:230px;
	float:right;
}

/* clearFix
----------------------------------*/

#pageTitle div.inner ul:after,
#biomassNav:after,
#biomassNav div.center ul:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

#pageTitle div.inner ul,
#biomassNav,
#biomassNav div.center ul {
	display:inline-table;
	min-height:1em;
}

/* hides from MacIE \*/
* html #pageTitle div.inner ul,
* html #biomassNav,
* html #biomassNav div.center ul {
	height:1%;
}

#pageTitle div.inner ul,
#biomassNav,
#biomassNav div.center ul {
	display:block;
}
/* End hide from MacIE */