@charset "utf-8";

@import "reset.css";

body {
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
	background-color: #FFCCCC;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 150%;
}
.bg {
	background-color: #82181A;
}
.ecg table{
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	text-align: center;
}
.ecg table img {
	border: 1px solid #FFFFFF;
	margin: 0.5em;
}

#ecg_midasi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
}
.ecg {
	width: 100%;
	text-align: center;
}

.sample {
	text-align: left;
	background-color: #82181A;
}
h1 {
	display: none;
}
h6 {
	display: none;
}

.main {
	background-image: url(../img/bgMain.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}
.headTop {
	width: auto;
	height: auto;
}
.mainContent {
	width: 100%;
	height: auto;
}
.foot {
	height: 26px;
	width: 100%;
	background-image: url(../img/bgFoot.jpg);
	background-repeat: no-repeat;
}
.bannerTable {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bannerTable td {
	padding: 0.5em;
}
.sample {
	width: 471px;
	margin-right: auto;
	margin-left: auto;
}
.sample li {
	float: left;
}
.clear {
	clear: both;
}
