@charset "shift_jis";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

div#contents {
	padding-top: 40px;
}

h2 {
	margin-bottom: 30px;
}

table.outer {
	width: 960px;
	border: #40B240 1px solid;
	padding: 0;
	margin-bottom: 30px;
}

table.outer th {
	width: 199px;
	background: url(../img/article_bg.png) no-repeat left bottom #40B240;
	text-align: left;
	vertical-align: top;
}

h3 {
	padding-top: 15px;
	padding-left: 10px;
	color: #FFF;
	font-size: 21px;
	line-height: 1.5;
}

h3 span {
	font-size: 27px;
	font-weight: bold;
}

/* =========================================================
formContents
========================================================= */
table.formTbl {
	width: 759px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.formTbl tr th,
table.formTbl tr td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

table.formTbl tr th {
	width: 185px;
	border-bottom: 1px solid #40B240;
	background: url(../img/gaiyou_arrow.png) no-repeat 10px 10px #EEE;
	padding-left: 25px;
}

table.formTbl tr td {
	border-bottom: 1px solid #40B240;
	background: #FFF;
	vertical-align: middle;
}


table.formTbl tr td table {
	width: auto;
	border-collapse: separate;
}

table.formTbl tr td th,
table.formTbl tr td td {
	width: auto;
	padding: 0;
	border: 0;
}


.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90 {
	padding: 3px;
}

.w10 { width: 10%; }
.w20 { width: 20%; }
.w30 { width: 30%; }
.w40 { width: 40%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.w90 { width: 90%; }

.formTbl .formTblInner {
	padding: 0;
}

table.formTbl .formTblInner table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.formTbl .formTblInner th,
.formTbl .formTblInner td {
	padding: 10px 0 10px 10px;
	background: none;
	width: auto;
	border-bottom: 1px dotted #000;
}

.formTblInner label {
	line-height: 25px;
}

.formTbl .formTblInner th {
	width: 150px;
}

.formTbl .formTblInner th p {
	font-weight: normal;
}

.formTbl .formTblInner td p {
	padding-top: 5px;
	color: #930;
}

.formTbl .formTblInner .tblSt {
	width: auto;
	border: none;
	padding-bottom: 0;
}

.formTbl .formTblInner .tblNoline th,
.formTbl .formTblInner .tblNoline td {
	border-bottom: none;
}

/* =========================================================
privacyArea
========================================================= */
#privacyArea {
	width: 960px;
}

#privacyArea p a {
	color: #930;
}

#privacyArea p a:hover {
	color: #C60;
}

/* =========================================================
submitArea
========================================================= */
#submitArea {
	width: 440px;
	height: 52px;
	margin: 20px auto 0;
}

#submitBtn {
	width: 270px;
	margin: 0 auto;
}

#submitBtn input,
#resetBtn input {
	height: 52px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}

#submitBtn input {
	width: 270px;
	background: url(../img/btn_submit01_off.png) no-repeat;
}

#submitBtn input:hover {
	background: url(../img/btn_submit01_on.png) no-repeat;
}

#resetBtn {
	width: 160px;
	float: right;
}

#resetBtn input {
	width: 160px;
	background: url(../img/btn_reset01_off.png) no-repeat;
}

#resetBtn input:hover {
	background: url(../img/btn_reset01_on.png) no-repeat;
}

.requiredImg img {
	vertical-align: middle;
	padding: 0 5px;
}

.delimiterText {
	margin: 10px 0;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #FFF;
	color: #333;
}
