﻿@charset "UTF-8";

h1 {font-size: 16px; margin:0;}
h2, h3 {font-size: 16px;}
h2, h3, h4, strong {font-weight:bold;} /* 太字で強調 */
em {font-style:italic;} /* イタリックで強調 */
h2, h3, h4, p {margin-bottom: 1em;}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
//
// テーブル
// ここでの設定はsuperTablesにも適用されるので変更が必要な場合は別途superTables.css内で行う 
//
//////////////////////////////////////////////////////////////////////////////////////////////
*/

table {
	margin-bottom:  30px;
}
th,td {
	border:1px solid #000;
	padding: .2em .5em; /* 枠内の隙間 */
	text-align: right;
	background-color: #fdfdfd;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom: .5em;
	font-weight: bold;
	text-align:left;
}


/*
///////////////////////////////////////////////////////////////////////////////////////////
//
// 基本レイアウト
//
/////////////////////////////////////////////////////////////////////////////////////////// 
*/

div#wrapper {
	position: relative;
	width: 1110px; /* 全体の最大幅を指定 */
	margin: 0 10px 0 9px;
	padding-right: 20px;
	border-left: 1px solid #ddd;
	overflow: hidden;
	background: url("../img/nav-bg.png") repeat-y; /* サイドナビの背景画像 */
}

/* 最新日時は左を１文字あける */
span.newDay {
	padding-left: 1em;
}

/* 注記のインデント */
p.attention {
	font-size: 10px;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 20px;
}

/* 警報該当データの誇張 */
.alarmData {
	color: #ff0000;
	font-weight: bold;
}

/* JavaScript無効時の警告分 */
div#noscript {
	margin: 30px 0 20px 0;
	padding: 10px;
	border: 1px solid #ddd;
}
div#noscript p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
div#noscript ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

/*
////////////////////////////////////////
//  ログインページのみに適用 
////////////////////////////////////////
*/

body.account {
/*	background-color: #998675; */
	background-color: #ccc;
}

body.account div#wrapper {
	position: relative;
	width: 600px;
	height: 600px;
	margin: auto; /* 常に中央表示 */
	padding: 0;
	border: none;
	background: url("../img/account.png") left top no-repeat;
}

body.account div#wrapper form {
	position: absolute;
	top: 130px;
	left: 50px;
}

#browserAttention {
	position: absolute;
	top: 360px;
	left: 50px;
}

#browserAttention p {
	margin:0;
}


/*
//////////////////////////////////////////////////////////////////////////
//
//  サイドナビを含んだヘッダー部分
//
/////////////////////////////////////////////////////////////////////////
*/

/*
///////////////////////////////////////
/ トップ　ナビゲーション
///////////////////////////////////////
*/

div#topnav {
	position: absollute;
	height: 100px;
	background: url("../img/topnav_bk.png") left top repeat-x;
}


h1 img {
	position:absollute;
	width: 220px;
	height: 100px;
	top: 0px;
	left: 0px;
}

/* ログアウト用アイコン */

div#logOut img {
	position: absolute;
	width: 110px;
	height: 25px;
	top: 20px;
	right: 30px;
}
a.logOut:hover img {
	opacity: 0.8;
	/* IE */
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	zoom: 1;
}

div#dllink img {
	position: absolute;
	width: 170px;
	height: 25px;
	top: 20px;
	right: 190px;
}
a.dllink:hover img {
	opacity: 0.8;
	/* IE */
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	zoom: 1;
}

div#header {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

/*
/////////////////////////////////////
//  現場名 
////////////////////////////////////
*/

div#field {
	margin: 20px 0 10px;
}

div#field img {
	width: 200px;
}

div#field p {
	margin: 0 10px;
	padding: 5px 10px 0;
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background: #fefefe;
	text-align: center;
}


/*
//////////////////////////////////////
//  ナビゲーション
//////////////////////////////////////
*/

div#nav {
	width: 200px;
	margin: 40px 0 20px 0;
	font-size: 12px;
}

div#nav ul.folders {
	margin-bottom: 40px;
}
div#nav ul.folders li ul {
	margin-bottom: 0px;
}
div#nav ul.folders li a {
	display: block;
	color: #444;
	padding: 5px 0 5px 20px;
	width: 180px;
	height: auto;
/*	height: 20px; */
	text-decoration: none;
	font-weight: bold;
/*	overflow: hidden; */
}
div#nav ul.folders li a:hover,
div#nav ul.folders li a.current {
	background: #999;
	color: #fcfcfc;
}
div#nav ul.folders > li > ul > li > a {
	display: block;
	width: 140px;
/*	height: 20px; */
	height: auto;
	padding: 5px 20px 5px 40px;
	font-weight: normal;
}
div#nav ul.folders li p {
	color: #444;
	margin: 0;	
	padding:8px 0 4px 20px;
	font-weight: bold;
}

/*
//////////////////////////////////////
//  サブメニュー関係
//////////////////////////////////////
*/
div#nav ul.submenu {
	display: none;
}
div#nav ul.submenu > li > a {
	width: 120px;
	padding: 5px 20px 5px 60px;
}
div#nav ul.submenu > li > a:hover,
div#nav ul.submenu > li > a.current {
	background: #ccc;
}
/*
///////////////////////////////////////
// フッター
///////////////////////////////////////
*/

div#footer {
	clear: both;
	position: relative;
	height: 120px;
	background: url("../img/footer_bk.png") left top repeat-x;
}

div#footerLogo img {
	position: absolute;
	width: 320px;
	height: 45px;
	top: 50px;
	right: 40px;
}

/* トップへ戻るアイコン */

div#toTop img {
	position: absolute;
	width: 110px;
	height: 25px;
	bottom: 20px;
	left: 20px;
}
a.toTop:hover img {
	opacity: 0.8;
	/* IE */
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity: 0.8; /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	zoom: 1;
}



