﻿/*基本的なスタイル情報*/

html {
}
body {
	width:760px;
	height:100%;
	font-size: 100%;
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	margin: 0px auto;
	text-align: center;
	color :#000000;
	line-height: 20px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}

table {
	font-family: 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	color: #000000;
	line-height: 20px;
}
td {
	vertical-align:top;
	margin:0px;
	padding:0px;
}
th {
	margin:0px;
	padding:0px;
}
div {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
/*	vertical-align: middle;*/
}

hr {
	color:gray;
	width:95%;
}
br {
}
a {
	color:royalblue;
	text-decoration: none;
}
/*未訪問時設定*/
a:link {}
/*訪問済み設定*/
a:visited{}
/*カーソルが重なったとき設定*/
a:hover{
	text-decoration: underline;
}
/*アクティブ時設定*/
a:active{}

.icon_title{
	height:30px;
	color:#555555;
	line-height:130%;
	font-size:135%;
	font-weight:bold;
}

/*各検査項目のテーブル設定*/
.Check_Tables table{
	margin-top:10px;
	margin-left:20px;
	vertical-align:middle;
	width:480px;
	font-size:80%;
	background-color:#efefef;
	border:solid 1px #ffffff;
}
.Check_Tables td {
	text-align:left;
	border-left:1px solid #ffffff;
	border-bottom:2px solid #ffffff;
}
.Check_Tables .money {
	text-align:right;
}
.Check_Tables th {
	text-align:left;
	vertical-align:middle;
	width:30%;
	font-weight:lighter;
	background-color:#228b22;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding-left:10px;
}

.Root_Map{
	background-color:#228b22;
	color:#ffffff;
	width:525px;
}
.linkBar{
	width:95%;
	text-align:right;
	margin-right:30px;
	margin-top:5px;
}
.linkBar A{
	font-size:75%;
	text-weight:bold;
}
