*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #F5F5F5;
	line-height: 150%;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 650px;
}

#top {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Arial Black";
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
}


/* フッターの設定*/
#foot{
	position:relative;
	width:650px;
	height:auto;
	background-color:#ffffff;
	clear:both;
	margin-top: 15px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* 表 */
table {
	width: 600px;/*テーブル幅*/
	height:auto;/*テーブル高*/
	font-size:11pt;
	border-collapse:collapse;/*罫線処理*/
}
td ,th {
	font-weight:normal;/*セル内文字太さ*/
	/*セル幅*/
	text-align:center;/*セル内文字位置*/
	border:1px solid #00A200;
	text-indent: 10px;
}
td  {
	background-color: #E3F0FB;/*背景色1*/
	text-align: left;
	line-height: 20px;
	height: 20px;
}
th {
	background-color: #b6ffb6;/*背景色1*/
	text-align: left;
	line-height: 30px;
	height: 30px;
}


.Jcopyright{


  width: 100%;

  text-align: center;

  margin-top:    8px;

  margin-bottom: -1px;


}

