@charset "UTF-8";

h1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 15px;
	background-image: url(../images/gokigan/h1.jpg);
	background-repeat: no-repeat;
	height: 240px;
	text-indent: -9999px;
}
.readcopy-body {
	background-image: url(../images/gokigan/readcopy-body.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 580px;
	margin-bottom: 15px;
}
.round_green-body {
	background-image: url(../images/gokigan/round_green-bg.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 580px;
}
#submenu_button {
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 100%;
	overflow: hidden;
	width: 580px;
	margin-top: 15px;
}
.submenu {
	float: left;
	width: 274px;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.arrow {
	text-align: center;
	width: 580px;
}
.entry {
	text-align: center;
	width: 580px;
	padding: 15px 0px 15px 0px;
}
.necessity {
	background-image: url(../images/gokigan/necessity.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
table {
	margin-left: 17px;
}
table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
table th {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
}
table td input[type=text]{
	margin-top: 5px;
}
#rap #container #main .round_green-body .txt {
	margin:0px;
	padding-left: 15px;
	padding-bottom: 1em;
	line-height: 180%;
	text-align: center;
	padding-right: 20px;
	font-weight: bold;
}
.submit_check {
	padding: 10px;
	border: 2px solid #CCCCCC;
}
.price {
	padding-bottom: 15px;
}
/* デフォルト */
input.required, textarea.required { border: solid 1px #AAAAAA; }

/* エラー */
input.validation-failed, textarea.validation-failed { border: solid 1px #CC0000; color: #CC0000; }

/* エラー時のコメント */
.validation-advice { margin: 5px 0px 5px 0px; padding: 3px 5px 3px 5px; background-color: #CC0000; color: #FFFFFF; }

/* パス */
input.validation-passed, textarea.validation-passed { border: solid 1px #CCCCCC; color: #444444; }