body {
	margin:0px;
	padding:0px;
	text-align: center;
	background: url("../images/back_side.gif");
}

#tankyu {
	font-size: 75%;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	line-height: 1.5;
	background-color: #EFE6D0;
	width: 600px;
	margin: 30px auto 5px;
	padding: 5px;
	height: auto;
	border: 3px solid #524818;
	text-align: left;
}

#tankyu h1.title {
	font-size: 150%;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0px;
	margin: 0px;
	background-color: #524818;
}

#tankyu h2.setumei {
	font-size: 100%;
	text-align: center;
	font-weight: normal;
	color: #524818;
}

#tankyu table {
	font-size: 100%;
	width: 100%;
	border: 2px solid #524818;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#tankyu th {
	font-weight: bold;
	width: 200px;
	background-color: #CDC4B2;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #848484;
}

#tankyu th.must {
}

#tankyu td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #848484;
	padding: 10px;
}

#tankyu th em.must {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
#tankyu th em.check {
	font-style: normal;
	color: #666666;
	padding-left: 5px;
}

#tankyu .copyright {
	font-size: 90%;
	text-align: right;
}

.error {
	padding: 2px;
	margin : 0px;
	color: #FF0000;
}
#tankyu select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#tankyu .confirm {
	text-align: center;
	margin-top: 15px;
}
#tankyu table.none {
	border: none;
}
table td {
	vertical-align: top;
}
