@charset "utf-8";
/*
--------------------------------------------------------
New Energy and Industrial Technology Development Organization
CSS for Home page
Author:   NEDO
Version:  0.1
Date:		2 March 2007
-------------------------------------------------------- */

/* Layout */

#home_wrapper {
	width: 820px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	clear: both;
}

/* News */
#home_news {
	width: 390px;
	text-align: left;
	float: left;
	padding: 10px 10px 0px 10px;
}

#main_image {
	width: 410px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#home_tab {
	margin: 0px 0px 8px 0px;
	padding: 0px;
	height: 28px;
	border-bottom: 3px solid #cccccc;
	clear: both;
}

.home_tab {
	float: left;
	margin: 0px;
	padding: 5px 25px 5px 10px;
	border-left: 1px solid #cccccc;
	list-style-type: none;
	background: url("../images/bg_tab_on.gif") no-repeat right top;
	font-weight: bold;
}

.home_right {
	float: left;
	margin-top: 2px;
	list-style-type: none;
	padding: 3px 15px 0px 17px;
	background: url("../images/icon_right.gif") no-repeat;
}

.home_right a:link, .home_right a:active {color: #0033cc;text-decoration: none;}
.home_right a:visited {color: #996699;text-decoration: none;}
.home_right a:hover  {color: #0033cc;text-decoration: underline;}

caption {
	display: none !important;
}

/* Main navigatoin */
#home_mainnav {
	width: 800px;
	padding: 10px;
	clear: both;
	text-align: left;
}

#home_kyoumi {
	width: 184px;
	padding: 0px 21px 0px 0px;
	float: left;
}

#home_shiru {
	width: 184px;
	padding: 0px 21px 0px 0px;
	float: left;
}

#home_riyou {
	width: 184px;
	padding: 0px 11px 0px 0px;
	border-right: 1px dotted #cccccc;
	float: left;
}

#home_audience {
	width: 184px;
	padding: 0px 0px 0px 10px;
	float: right;
}

.home_mainnav_header_blue {
	background: url("../images/bg_mainnav_header_blue.gif") no-repeat top;
	padding: 6px 8px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.home_mainnav_header_gray {
	background: url("../images/bg_mainnav_header_gray.gif") no-repeat top;
	padding: 6px 8px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.home_mainnav_bg {
	background-color: #eeeeee;
	padding: 5px 5px 5px 0px;
}

/* Banner */
#home_banner {
	text-align: left;
	border-top: 3px solid #cccccc;
	clear: both;
}

.home_cell_left_top {
	padding: 0px;
	font-weight: normal;
	margin: 0px;
	border: 1px solid #cccccc;
}

.home_cell_top {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.home_cell_left {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.home_cell {
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/*

*/
.left_list {
	float: left;
	margin-top: 2px;
	list-style-type: none;
	padding: 3px 3px 0px 17px;
	background: url("../images/icon_right.gif") no-repeat;
}
/*
add on 2007-05-08 by chending
*/
#home_mainnav2 {
	width: 410px;
	padding: 5px 0px 5px 0px;
	clear: both;
	text-align: left;
	float: right;
}

#home_gaiyo {
	width: 408px;
	padding: 0px 0px 0px 0px;
	float: left;
}

.home_mainnav_header_blue2 {
	background: url("../images/bg_mainnav_header_blue.gif") no-repeat left top;
	padding: 6px 8px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

#home_audience2 {
	width: 408px;
	padding: 10px 0px 0px 0px;
	float: left;
}

.home_mainnav_header_gray2 {
	background: url("../images/bg_mainnav_header_gray.gif") no-repeat left top;
	padding: 6px 8px;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
}

.home_mainnav_bg2 {
	background-color: #eeeeee;
	padding: 5px 5px 5px 0px;
	height: 152px;
}
#home_news th{
	padding-bottom: 5px;
}
#home_audience li{
	line-height: 120%;
}