﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック";
	background: #EEEEEE;
	text-align: center;
	color: #333333;
	font-size: 12px;
}

img {
	border: none;
	vertical-align: top;
}

#wrapper {
	width: 800px;
	background: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	margin: 0 auto;
	text-align: left;
}

/*ヘッダー*/
#header {
	position: relative;
	height: 80px;
	z-index: 100;
}

#logo_main {
	position: absolute;
	left: 25px;
}

#logo_sub {
	position: absolute;
	left: 433px;
}


/*IE6*/
*html body #image {
	margin-left: 0px;
}
/*FireFox*/
#image {
	margin-left: 25px;
}


/*メニュー*/
/*IE6*/
*html body #navi {
	position: absolute;
	list-style-type: none;
	margin-left: 0px;
}
/*FireFox*/
#navi {
	position: absolute;
	list-style-type: none;
	margin-left: 25px;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	float: left;
	margin: 0;
}

#navi ul li{
	float: none;
}

#navi li.hide ul {
	display: none;
}

#navi li.show ul {
	display: block;
}

/*コンテンツ*/
#contents_box {
	overflow: auto !important;
	overflow: /**/: hidden;
	/*position: relative;*/
	margin-bottom: 25px;
	text-align: center;
	width: 800px;
}

#contents_margin {
	/*position: absolute;*/
	width: 750px;
	margin: 0 auto;
	/*padding: 10px;*/
	text-align: left;
	background: #F4F4F4;
	z-index: 100;
}

#contents {
	overflow: auto !important;
	overflow: /**/: hidden;
	margin-top: 25px;
	padding: 10px;
}

a {
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline;
}

/*フッター*/
#footer {
	width: 800px;
	heigth: 40px;
	margin: 0 auto;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

#footer li {
	float: left;
	margin-left: 2px;
	margin-right: 15px;
}

#copyright {
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 15px;
}

/*------------------------------------------------------------------------------------------------------*/


#info {
	width: 730px;
	z-index: 100;
}

#info table{
	border: none;
	background-color: #EEEEEE;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック";
	font-size: 12px;
	width: 100%;
	margin: 5px;
}

#info td.title{
	border-top: 1px solid #DDDDDD;
	border-bottom: 3px solid #D94040;
	border-left: none;
	border-right: none;
	background-color: #F4F4EC;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}


#info td{
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	background-color: #F0F0F0;
	padding: 5px;
	line-height: 20px;
}


#info td.date{
	text-align: center;
	width: 100px;
}

#info td.comment{
	text-align: left;
}




#info th span.nomal{
	font-size: 10px;
	font-style: normal;
	color: #AAAAAA;
	padding-left: 10px;
}

<!------------------------------------------ エラー表示 -->

#info th.fail{
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: 6px solid #DDDDDD;
	border-right: none;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: nomal;
	padding: 5px;
	width: 230px;
}

#info th em.fail{
	font-size: 80%;
	color: #000000;
	padding-left: 5px;
}

#info td.fail{
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	border-left: none;
	border-right: none;
	color: #FFFFFF;
	background-color: #FF0000;
	font-weight: bold;
	padding: 5px;
}

p.fail{
	font-size: 100%;
	color: #FFFF00;
	font-weight: bold;
}