@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-image:url(images/BG_Body.png);
	background-repeat:repeat-x;
	font-size:12px;
	line-height:150%;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "Osaka","ＭＳ Ｐゴシック", "MS P Gothic",
  Verdana,Arial, Helvetica, sans-serif;
	}
	
	
h1, h2, h3 {
	padding:0px;
	margin:0px;
	}
	
.hidden {
	display:none;
	}
	
#Wrap {
	width:784px;
	height:auto;
	}
	
.intro {
	background: url(images/Title.png) no-repeat left;
	padding-left:351px;
	width:400px;
	min-height:253px;
	padding-top:20px;
	}

/* テーブル
------------------------------------------ */
table.basicTable {
	width: 720px;
	margin: 0 auto 0 auto;
	border-right: 1px solid #dedfd8;
	border-bottom: 1px solid #dedfd8;
}
table.basicTable th {
	padding: 3px;
	border-top: 1px solid #dedfd8;
	border-left: 1px solid #dedfd8;
	background-color:#EFEFEF;
}
table.basicTable td {
	padding: 3px;
	border-top: 1px solid #dedfd8;
	border-left: 1px solid #dedfd8;
	font-size:12px;
	line-height:150%;
}
table.basicTable .styleA {
	line-height: 1.2;
	vertical-align: middle;
	background-color: #fbfae0;
}

table.basicTable .styleB {
	line-height: 1.2;
	font-size:12px;
	line-height:150%;
	vertical-align: middle;
	background-color: #fbfae0;
}