@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#f53;
	font-size:12px;
	line-height:160%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "Osaka","ＭＳ Ｐゴシック", "MS P Gothic",
  Verdana,Arial, Helvetica, sans-serif;
	}
	
img {border:none;}
	
h1 {
	padding:0;
	margin:0;
	line-height:42px;
	}
h2, h3 {
	padding:0;
	margin:0.5em 0;
	font:bold 1.4em san-serif;
	text-align:center;
	background-color:#fc9;
	line-height:200%;
	}
p{ margin:0.7em 0;
}	
.hidden {
	display:none;
	}
	
#Wrap {
	width:785px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	border-right:solid 3px #fa6;
	border-left:solid 3px #fa6;
	border-bottom:solid 3px #fa6;
	}
	
.intro {
	width: 720px;
	margin: 1em auto;
	}
.intro_report {
	background: url(images/Title_report.png) no-repeat left;
	padding-left:351px;
	width:400px;
	min-height:120px;
	padding-top:10px;
	color:#fff;
	}
.about{
	width: 395px;
	padding-right:5px;
	float:left;
	text-align:left;

}
.guide {
	width: 320px;
	float:right;
}
.footer {
	width: 720px;
	margin: 1em auto;
	padding:1em;
	text-align:center;
	border:solid 1px #fefeea;
	background-color:#effaff;
	}

/* テーブル INDEX
------------------------------------------ */
.basicTable {
	width: 720px;
	margin: 1em auto;
	line-height:160%;
	border-collapse:collapse;
}
.basicTable th {
	padding: 0.5em;
	border: 1px solid #dedfd8;
	background-color:#effaff;
	text-align:center;
}
.basicTable td {
	padding: 0.5em;
	border: 1px solid #dedfd8;
	font-size:12px;
	line-height:1.2em;
	vertical-align:top
}
.styleA {
	padding: 0.5em;
	line-height: 1.2em;
	border: 1px solid #dedfd8;
	vertical-align: middle;
	background-color: #efffef;
	vertical-align:top
}

.styleB {
	width: 255px;
	margin: 0.3em;
	border-collapse:collapse;
}
.styleB th {
	padding: 0.5em;
	width:72px;
	border: 1px solid #dedfd8;
	background-color:#effaff;
}
.styleB td {
	padding: 0.5em;
	border: 1px solid #dedfd8;
	font-size:12px;
	line-height:1.2em;
	vertical-align:top
}

.styleC {
	font-weight:bold;
	color:red;
}

table.basicTable .styleD {
	font-weight:bold;
}

table.basicTable .topImg {
	margin:3px auto;
	text-align:center;
	display:block;
}

table.basicTable strong {
	color:#002752;
}

/* テーブル REPORT
------------------------------------------ */
table.reportTable {
	margin: 0 auto 0 auto;
}
table.reportTable td {
	padding: 3px;
	font-size:12px;
	line-height:150%;
	text-align:left;
	vertical-align:top;
	background: url(images/BG_report1.png) no-repeat left;
	width:360px;
	height:304px;
}
table.reportTable th {
	padding: 3px;
	font-size:12px;
	line-height:150%;
	text-align:right;
}
table.reportTable .title{
	margin:10px 0 3px 85px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	height:35px;
}
table.reportTable .subtitle{
	margin:0 20px 20px 0;
	font-size:10px;
	text-align:right;
}
table.reportTable .number{
	margin-left:10px;
	font-weight:bold;
	color:#0A50A1;
}
table.reportTable .group{
	margin:5px 0 0 -1px;
	padding:5px;
	background: url(images/bar_report.gif) no-repeat 0 5px;
	width:320px;
}
table.reportTable .group_name{
	margin:0 0 2px 85px;
	color:#fff;
	font-weight:bold;
}
table.reportTable .text{
	padding:0 20px 0 7px;
}
