@charset "utf-8";

#contents table#formTbl {
	background-color: #DDDDDD;
}
#contents #formTbl th {
	color: #000000;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
	width: 140px;
	vertical-align: top;
	font-size: 12px;
	line-height: 18px;
}
#contents #formTbl th.necessary {
	background-image: url(../images/common/icon_necessary_th.gif);
	background-repeat: no-repeat;
	background-position: 134px 11px;
}
#contents #formTbl td {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#contents #formTbl input, #contents #formTbl option, #contents #formTbl textarea {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding: 2px;
}
#attention {
	background-color: #EFEFEF;
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#attention ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#attention li {
	color: #FF3300;
}
.w030 {
	width: 30px;
}
.w050 {
	width: 50px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w350 {
	width: 350px;
}
.h030 {
	height: 30px;
}
.addressBox {
	padding-top: 15px;
}
p#necessaryText {
	margin-bottom: 5px;
	font-size: 10px;
	text-align: right;
}
p#sendBtn {
	text-align: center;
	margin-top: 20px;
}
