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

/* CSS files */
@import "layout.css";
@import "header.css";
@import "globalnav.css";
@import "sidenav.css";
@import "footer.css";


/* Print Style */
#print_header {
	text-align: left; 
	background: url("../images/print_header.gif"/) no-repeat;
	width: 640px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	display:none!important;}

/* Accessibility */
.nedo_access {
	position:absolute;
	left:-3000px;
	width:1px;
}


/* Common */
html, body {
	color: #000000;
	font-family: arial,sans-serif;
	font-size: 90%;
	background-color: #e4e4e4;
	background-image: url("../images/bg_page.gif");
	background-repeat: repeat-x;
}

html {
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h5,h6,p,pre,ul,do,dd,form,table {
	margin: 0px;
	padding: 0px;
}

li,th,td,pre,code,table {
	font-size: 1em;
	line-height: 1.4em;
}

ol {
	margin-top: 0px;
	margin-bottom: 0px;
}

sub {font-size: 0.85em;}
.clear {clear: both;}


/* Main conents */
#main_content {padding: 20px 0px 0px 0px;}


/* Navigation trail */
#nav_trail {
	clear: both;
	height: 27px;
}

#nav_trail li {
	float:left;
	padding:2px 15px 0px 4px;
	background:url("../images/icon_trail.gif") no-repeat 100% 50%;
	list-style-type: none;
}

#nav_trail ul span,
#nav_trail ul a:link,
#nav_trail ul a:visited {
	text-decoration: none;
	color: #666666;
}

#nav_trail ul li span,
#nav_trail ul li a.current,
#nav_trail ul li a:hover {
	color: #666666;
	text-decoration: underline;
}


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

#tab li {
	float: left;
	margin: 0px;
	padding: 5px 25px 5px 10px;
	border-left: 1px solid #cccccc;
	list-style-type: none;
}

.tab_on {
	background: url("../images/bg_tab_on.gif") no-repeat right top;
}

li.tab_on a:link, li.tab_on a:active, li.tab_on a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
li.tab_on a:hover {
	text-decoration: underline;
	color: #000000; 
	font-weight: bold;
}

.tab_off {
	background: url("../images/bg_tab_off.gif") no-repeat right top;
}

li.tab_off a:link, li.tab_off a:active, li.tab_off a:visited {
	text-decoration: none;
	color: #ffffff;
}
li.tab_off a:hover {
	text-decoration: underline;
	color: #ffffff;
}


/* Text styles */
.small {font-size: 73%;}
.text_right {text-align: right; margin: 0px 10px 10px 0px;}
.text_center {text-align: center; margin: 0px 0px 15px 0px;}


/* Title */
h1 {
	font-size: 1.4em;
	clear: left;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	line-height: 1em;
}

/* Subtitle */
#subtitle {
	padding-top: 5px;
}

em {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
}


/* Subheads */
h2 {
	background: url("../images/bg_subhead.gif") repeat-x;
	width: 628px;
	padding: 4px 5px 3px 5px;
	margin: 0px 0px 8px 0px;
	border: 1px solid #cccccc;
	clear: both;
	font-size: 1.1em;
	line-height: 1.2em;
}

h3 {
	background-color: #dddddd;
	width: 628px;
	padding: 4px 5px 3px 5px;
	margin: 0px 0px 8px 0px;
	clear: both;
	font-size: 1.1em;
	line-height: 1.2em;
}

h4 {
	margin: 0px 0px 8px 0px;
	clear: both;
	font-size: 1.1em;
	line-height: 1.2em;
}

h2.frame  {
	background: url("../images/bg_subhead.gif") repeat-x;
	width: 628px;
	padding: 4px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	clear: both;
	font-size: 1.1em;
	line-height: 1.2em;
}

.frame_sh {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 8px;
	width: 622px;
	line-height: 1.2em;
}


/* Link */
a:link {text-decoration: underline;color: #0033cc;}
a:visited {text-decoration: underline;color: #996699;}
a:hover {text-decoration: underline;color: #0033cc;}
a:active {text-decoration: underline;color: #0033cc;}

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


/* 2 or 3 colums Layout */
#anchor_2_left, .anchor_2_left {
	margin: 0px;
	padding: 0px 20px 10px 0px;
	vertical-align: top;
	width: 310px;
	float: left;
	clear: both;
}

#anchor_2_right, .anchor_2_right {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	width: 310px;
	float: right;
}

#anchor_3_left, .anchor_3_left {
	margin: 0px;
	padding: 0px 20px 10px 0px;
	vertical-align: top;
	width: 200px;
	float: left;
	clear: both;
}

#anchor_3_center, .anchor_3_center {
	margin: 0px;
	padding: 0px 20px 10px 0px;
	vertical-align: top;
	width: 200px;
	float: left;
}

#anchor_3_right, .anchor_3_right {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	vertical-align: top;
	width: 200px;
	float: right;
}

.line {
	border-top: 1px solid #999999;
	height: 1px;
	margin: 0px 0px 8px 0px;
	clear: both;
}	


/* Pagetop */
.pagetop {margin: 20px 0px 0px 0px; clear: both;}
.pagetop ul {list-style: none;padding: 0px;}
.pagetop li {	background: url("../images/icon_top.gif") 0 50% no-repeat; margin: 0px; padding: 0px 0px 0px 15px;}

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


/* List */
ul {list-style: disc;} 
li.note {list-style: url("../images/icon_note.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.disc {padding: 0px 0px 3px 0px;margin: 0px 0px 0px 25px;line-height: 1.2em;list-style: disc outside;}
li.square {padding: 0px 0px 3px 0px;margin: 0px 0px 0px 25px;line-height: 1.2em;list-style:square outside;}
li.lower_roman {padding: 0px 0px 3px 0px;margin: 0px 0px 0px 25px;line-height: 1.2em;list-style:lower-roman outside;}
li.upper_roman {padding: 0px 0px 3px 0px;margin: 0px 0px 0px 25px;line-height: 1.2em; list-style:upper-roman outside;}

li.pdf {list-style: url("../images/icon_pdf.gif") outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.word {list-style: url("../images/icon_word.gif") outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.excel {list-style: url("../images/icon_excel.gif") outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.bullet {list-style: url("../images/icon_bullet.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
#li_space{
	line-height:1.4em;
}
#li_space2{
	line-height:1.35em;
}
li.right {list-style: url("../images/icon_right.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.left {list-style: url("../images/icon_left.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.down {list-style: url("../images/icon_down.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.dl {list-style: url("../images/icon_dl.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.out {list-style: url("../images/icon_out.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 24px; line-height: 1.2em;}
li.popup {list-style: url("../images/icon_popup.gif") outside; padding: 0px 0px 2px 0px; margin: 0px 0px 0px 24px; line-height: 1.4em;}
li.viewer {list-style: url("../images/icon_out.gif") outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 48px; line-height: 1.2em;}

li.none {list-style: none; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 24px; line-height: 1.2em;}

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

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

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

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

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

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

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

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

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

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

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


/* Forms */
.form_field {
	font-size: 1.2em;
}

input.submit { 
        background: #ffffff; 
        border: none; 
        color: #0033cc; 
        padding: 12px 0px 10px 38px;
		width: 140px;
        text-align: left;
		font-weight: bold;
		font-size: 1.1em;
        cursor: pointer; 
        background: url("../images/btn_submit.gif") no-repeat 3% 50%; 
}

input.cancel { 
        background: #ffffff; 
        border: none; 
        color: #0033cc; 
        padding: 12px 0px 10px 38px;
		width: 140px;
        text-align: left;
		font-weight: bold;
		font-size: 1.1em;
        cursor: pointer; 
        background: url("../images/btn_cancel.gif") no-repeat 3% 50%; 
}


/* Other elements */

/* Table */
caption {
	text-align: left;
	font-weight: bold;
}

.cell_text {
	padding: 2px 0px;
	font-weight: normal;
}

.cell_form_title {
	font-weight: normal;
	padding: 5px 10px 5px 0px;
}

.cell_form {
	padding: 3px 0px;
}

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

.cell {
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.cell_bg {
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
}

.cell_bg2 {
	background-color: #eeeeee;
}

/* XY 読み上げ */
.xycell_left_top {
	padding: 2px;
	margin: 0px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
}

/* X */
.xcell_top {
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: normal;
}

.xcell_left {
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
}

/* Y */
.ycell_top {
	padding: 2px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #eeeeee;
}

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


/* table用の罫線（cellpaddingを任意に設定する場合に使用） */
.border_top {
	 border-top:1px solid #cccccc;
}

.border_bottom {
	 border-bottom:1px solid #cccccc;
}

.border_bottom_normal {
	 border-bottom:1px solid #cccccc;
	 font-weight: normal;
}

.border_table {
	border: 1px solid #cccccc;
}

.border_top_bottom {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.border_right {
	border-right:1px solid #cccccc;
}

.border_left {
	border-left:1px solid #cccccc;
}

.border_right_left {
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.border_right_bottom {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.blue_text{
	color: #0033cc;
}
#red{
	color:#FF0000;
}
#blue{
	color:#0000FF;
}
#list table{
	border-collapse:collapse;
	border:1px solid #ccc;
}
#list th,#list td{
	/*border-collapse:collapse;
	border:1px solid #ccc;*/
	padding:3px 10px 3px 10px;
}