@charset "utf-8";

/* CSS Document */
#formDl {
	margin-top:2em;
}

#formDl dt {
	margin-bottom:0.2em;
	float:left;
	width:200px;
	padding:0.2em;
}

#formDl dd {
	margin-bottom:2.5em;
}

#formDl dd.dd01 {
	margin-bottom:1em;
}

#formDl dd input {
	padding:0.2em;
	font-size:14px;
}

form p.p01 {
	padding-left:200px;
	clear:both;
}

form p {
	
	clear:both;
}

form button {
	width:125px;
	height:31px;
	background:#666;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border:none;
	margin-right:5px;
}

form p button.reset {
	background:#ccc;
	color:#333;
	border:1px solid #666;
}

.formTbl {
	border-collapse: collapse;
}

.formTbl tr {
	border-bottom:1px dotted #ddd;
}

.formTbl td, .formTbl th {
	padding:10px 20px;
}

.formTbl td {
	text-align:left;
}

.center {
	text-align:center;
}

.topP {
	margin-left: 2px;
	font-size: 14px;
}

.topP02 {
	margin-left: 2px;
	margin-bottom:1em;
	font-size: 16px;
}

.topP span, .comTable th span {
	color: #FF0000;
}

.noticeP {
	color: #FF0000;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin:35px 0 50px;
}

.thanksP {
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin:35px 0 50px;
}

.submit {
	text-align: center;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	margin:10px;
	/*padding:0.5em 2em;*/
	
	width:125px;
	height:31px;
	background:#666;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	border:none;
	margin-right:5px;
}