/*
--------------------------------------------------------
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(/common/v2/img/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, Verdana, Helvetica, sans-serif, "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 90%;
	background-color: #e4e4e4;
	background-image: url(/common/v2/img/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("/common/v2/img/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(/common/v2/img/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(/common/v2/img/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.8em;
	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(/common/v2/img/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(/common/v2/img/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(/common/v2/img/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(/common/v2/img/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(/common/v2/img/icon_pdf.gif) outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.word {list-style: url(/common/v2/img/icon_word.gif) outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.excel {list-style: url(/common/v2/img/icon_excel.gif) outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.ppt {list-style: url(/common/v2/img/icon_ppt.gif) outside; padding: 0px 0px 2px 0px;margin: 0px 0px 0px 25px; line-height: 1.4em;}
li.bullet {list-style: url(/common/v2/img/icon_bullet.gif) outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.right {list-style: url(/common/v2/img/icon_right.gif) outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.left {list-style: url(/common/v2/img/icon_left.gif) outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.down {list-style: url(/common/v2/img/icon_down.gif) outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.dl {list-style: url(/common/v2/img/icon_dl.gif) outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 22px; line-height: 1.2em;}
li.out {list-style: url(/common/v2/img/icon_out.gif) outside; padding: 0px 0px 3px 0px; margin: 0px 0px 0px 24px; line-height: 1.2em;}
li.popup {list-style: url(/common/v2/img/icon_popup.gif) outside; padding: 0px 0px 2px 0px; margin: 0px 0px 0px 24px; line-height: 1.4em;}
li.viewer {list-style: url(/common/v2/img/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;}

.ppt  a:link, .pdf a:active {color: #0033cc;text-decoration: none;}
.ppt a:visited {color: #996699;text-decoration: none;}
.ppt 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(/common/v2/img/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(/common/v2/img/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_left {
        padding: 2px;
        margin: 0px;
        border-right: 1px solid #cccccc;
        border-left: 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;
}

/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  display: block;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

