﻿/* 共通定義 */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	text-align: center;
	background-image: url("/img/common/bg.gif");
	background-repeat: repeat;
	background-position: left top;
}
#all {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
p {
	line-height: 1.4em;
}
img {
	border: 0px;
}
td {
	vertical-align: top;
}
th {
}
dl {
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.4em;
}
ul,ol {
	margin-left: 40px;
}
li {
	line-height: 1.4em;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
.vm {
	vertical-align: middle;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}
.alignL {
	text-align: left !important;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.small {
	font-size: 11px !important;
}
.clear {
	clear: both !important;
}
.mT5 {
	margin-top: 5px !important;
}
.mT10 {
	margin-top: 10px !important;
}
.mT15 {
	margin-top: 15px !important;
}
.mT20 {
	margin-top: 20px !important;
}
.mB5 {
	margin-bottom: 5px !important;
}
.mB10 {
	margin-bottom: 10px !important;
}
.mB15 {
	margin-bottom: 15px !important;
}
.mB20 {
	margin-bottom: 20px !important;
}
.mB35 {
	margin-bottom: 35px !important;
}
.mR15 {
	margin-right: 15px !important;
}
.pagetop {
	text-align: right;
}
.red {
	color: #FF0000;
}
/* clearfix
---------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* for macIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* clearfixを使わない場合 */
/*
**********:after {	
    content:".";display: block;clear: both;height: 0;visibility: hidden;}
*/

/* リンク */

a:link {
	color: #014e9e;
}
a:visited {
}
a:hover {
}
#head {
	background-image: url(/img/common/head_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 66px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#head .headinside {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#head .headinside h1 {
	float: left;
	width: 382px;
}

#head .headinside .gnavi {
	padding-top: 11px;
	float: right;
}
/* end of for macIE */

/* Home画面メニュー */
#menu_and_summary
{
    margin-bottom: 13px;
    background-color: #FFF;
}

#menu
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
}

#menu_buttons {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#menu_buttons p {
    float: left;
    margin-right: 25px;
    font-size: 13px;
}

#menu_buttons p a {
    text-decoration: none;
}

#summary {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#summary h3 {
	font-size: 22px;
	color: #f19149;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
    text-align: left;
}

#summary dl {
    margin-top: 3px;
}
#summary dt {
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 40%;
	padding: 0px;
	margin: 0px;
}
#summary dd {
	font-size: 13px;
	font-weight: bold;
	float: right;
	width: 60%;
	padding: 0px;
	margin: 0px;
}

#summary table {
    width: 100%;
}

#summary td {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#summary th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 0px;
}

#graph {
    margin: 5px 5px 5px 5px;
    border: solid 2px #CCC;
    padding: 5px;
    width: 100%;
    height: 140px;
}

/* Home画面編集フォーム */
#shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    z-index: 100;
}
#edit_form {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #FFF;
    margin-left: -300px;
    margin-top: -150px;
    width: 600px;
    height: 350px;
    z-index: 101;
    text-align: left;
}
#edit_form #close_button {
    margin: 5px;
    cursor: pointer;
}
#edit_form h3 {
    margin: 25px;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    background-color: #E8ECED;
    border-left: solid 5px #04596B;
}
#edit_form table {
    margin: auto;
    width: 450px;
}
#edit_form tr {
    vertical-align: text-bottom;
    height: 40px;
}
#edit_form th {
    font-size: 14px;
    width: 150px;
    text-align: left;
}
#edit_form td input {
    width: 300px;
}
#edit_form td input[type="radio"] {
    width: auto;
}
#edit_form label {
    font-size: 14px;
}
#edit_form #button {
    text-align: center;
}
.hidden {
    display: none;
}
.whole_screen {
}

/* コンテンツ */

#main {
	text-align: left;
	width: 800px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
#main .basic h2 {
	background-image: url(/img/common/ttl_bg01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
	padding-left: 10px;
	margin-bottom: 15px;
}
#main .basic .floatL {
	margin-left: 36px;
	float: left;
	width: 170px;
	padding-top: 8px;
}

#main .basic .floatR {
	width: 478px;
	margin-right: 12px;
	float: right;
	border: 1px solid #cccccc;
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main .basic .floatR table {
	margin-left: 18px;
	width: 210px;
	float: left;
}

#main .basic table img {
	margin-right: 5px;
	margin-top: 15px;
}
#main .basic dd sup {
	font-size: 8px;
}

#main .dot td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main .dot th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#main .sort .box {
	border: 1px solid #ccc;
	background-image: url(/img/common/frame_bg03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F2F2F2;
	float: left;
	width: 248px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 1px;
	margin-right: 22px;
}
#main .sort .box h3 {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
}
#main .sort .box .result_summary {
	border: 1px solid #CCC;
	margin-right: 9px;
	margin-left: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
    height: 105px;
}
#main .sort .box .result_summary p
{
    display: table-cell;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
}
#main .sort .box .result_summary tr {
    height: 30px;
}
#main .sort .box .result_summary tr.energy {
    height: 35px;
}

#main .sort .box th {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	width: 60px;
}
#main .sort .box td {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .sort .box .detail_button {
    margin-top: 5px;
    text-align: center;
}
#main .sort .box a,a:link,a:visited,a:active{
    color: black;    
}
#main .upload {
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
	margin-bottom: 15px;
}

#main .upload th {
	background-color: #04596B;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: none;
	border-left-style: double;
}

#main .upload td {
	font-size: 12px;
	color: #000;
	text-align: center;
	vertical-align: middle;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: none;
	border-left-style: double;
	background-color: #FFF;
}
#main .upload td:after {	
    content:".";display: block;clear: both;height: 0;visibility: hidden;
}    
    
#main .upload td img {
	float: left;
	margin-right: 5px;
}

#main .upload .lefty {
	background-color: #E5EEF0;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
}

#computing {
    margin-top: 20px;
    background-color: white;
    border-color: #CCC;
    border-style: solid;
    border-width: 2px;
    padding: 30px;
    text-align: center;
}
#error
{
    margin-top: 20px;
    background-color: white;
    border-color: #CCC;
    border-style: solid;
    border-width: 2px;
    padding: 30px;
    color: red;
}
p.warning
{
    color: green;
    text-align: left;
}

#result {
	margin-right: auto;
    margin-top: 20px;
	text-align: left;
	width: 100%;
}
#result .ttl {
	background-image: url(/img/common/ttl_result.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #166576;
	border-left-color: #166576;
	width: 97%;
	height: 54px;
}
#result .ttl .floatL {
	margin-top: 1px;
	margin-bottom: 1px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CFE1E6;
	height: 52px;
}
#result .ttl .floatR {
	margin-top: 1px;
	margin-bottom: 1px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CFE1E6;
	height: 40px;
	padding-top: 12px;
	padding-right: 20px;
}

#result h2 {
	font-size: 21px;
	font-weight: bold;
	color: #006b82;
	padding-left: 25px;
	line-height: 54px;
}
.resultcate {
	margin-left: 15px;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #04596B;
	width: 97%;
}
.resultcate li {
    background: url(/img/common/tab_left_off.gif) no-repeat left center;
}
.resultcate li.selected {
    background: url(/img/common/tab_left_ov.gif) no-repeat left center;
}
.resultcate li .tab_background {
    margin-left: 10px;
    background: url(/img/common/tab_right_off.gif) no-repeat right center;
}
.resultcate li.selected .tab_background {
    background: url(/img/common/tab_right_ov.gif) no-repeat right center;
}
.resultcate li .tab_background .tab_label {
    border-top: 1px solid #CCC;
    margin-right: 10px;
    background-color: #F9F9F9;
}
.resultcate li.selected .tab_background .tab_label {
    border-top: 1px solid #04596B;
    background-color: #04596B;
}
.resultcate li a{
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.resultcate li.selected a {
    color: #FFF;
}
.resultcate li {
	padding: 0px;
	float: left;
    list-style-type: none;
}

#result {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#result .orangebox {
	background-color: #FFF;
	border: 2px solid #F3C9A9;
	margin-top: 20px;
	padding-top: 15px;
	text-align: left;
	margin-bottom: 30px;
}
#result .orangebox dl {
	width: 540px;
	float: left;
	text-align: center;
}
#result .orangebox dt {
	font-size: 13px;
	line-height: normal;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#result .orangebox dd {
	font-size: 19px;
	font-weight: bold;
	color: #f19149;
	line-height: normal;
	margin-bottom: 20px;
	text-align: center;
}
#result div.tab_content
{
    overflow-x: scroll;
    margin-left: 15px;
    margin-right: 15px;
}
#result h3 {
	font-size: 18px;
	line-height: 27px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#result table {
    width: 800px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
    white-space: nowrap;
}
#result table th {
	font-size: 13px;
	line-height: normal;
	background-color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#result table td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#result table tr.unit th {
	padding-top: 0px;
	padding-bottom: 5px;
	border-top-width: 0px;
}

#report {
    text-align: left;
}
#report h2 {
    display:inline;
}
#report p {
    display:inline;
}
#report table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
    white-space: nowrap;
}
#report table th {
	font-size: 13px;
	line-height: normal;
	background-color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#report table td {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#report table tr th.op {
	background-color: #FFCCCC;
}
#report table tr th.req {
	background-color: #CCFFCC;
}
#report table tr th.out {
	background-color: #CCCCFF;
}


/* 作業フロー */
#flow {
    position: relative;
    margin: auto;
    width: 800px;
}
#flow_title {
    position: absolute;
    top: 16px;
    left: 16px;
    color: #438290;
    font-size: 20px;
    font-weight: bold;
}


/* フッタ */

#footer {
	clear: both;
	background-color: #3A3A3A;
	margin-top: 100px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #282828;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

address {
	font-style: normal;
	font-size: 10px;
	line-height: 1.4em;
	color: #FFF;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 50px;
}

/* JavaScript 制御用 */
.tab {}
.tab_content {}
.building_info {}

#title h1
{
    color: Black !important;
}