@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
	background-color: #f4f4f4;
	font-size: 13px;
	line-height: 150%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	color: #777;
	letter-spacing: 1px;
}
h2 {
	font-size: 12px;
}

select {
	font-size: 24px;
}

td {
	line-height: 150%;
	vertical-align: top;
}
#kotae_01 {
	font-size: 48px;
}
#kotae_02 {
	font-size: 40px;
	background-color: #FFFFFF;
	border: 1px solid #221005;
	text-align: center;
	color: #221005;
	height: 24px;
	width: 90px;
}
div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("../images/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url("../images/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}
.futoji {
	font-weight: bold;
}
.right {
	text-align: right;
	font-weight: bold;
}
.check_01 {
	font-family: Arial, Helvetica, sans-serif;
}
.check_02 {
	background-color: #e5e5e5;
}
.check_03 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.check_04 {
	border: 1px solid #000;
}


.center {
	text-align: center;
}
