#section01 {
	width: 572px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#section01 .m01 {
	margin-bottom: 15px;
}
#section01 .orange {
	color: #FF9900;
}
#form {
	width: 610px;
	margin-right: auto;
	margin-left: auto;
}

#form .list {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#form .list th {
	width: 143px;
	font-weight: normal;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	height: 100%;
}
#form .list th .th {
	background-image: url(../img/th_bg.gif);
	background-repeat: repeat-y;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 100%;
	min-height:100%;
}

#form .list td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#form .button {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
input {
	font-size: 110%;
}

#form .button input {
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #999999;
	background-color: #34AEA8;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
}

textarea.full {
	background-color: #FFFBF7;
	border: 1px solid #999999;
	padding: 3px;
	width: 433px;
	height: 150px;
	font-size: 110%;
}
input.full {
	background-color: #FFFBF7;
	border: 1px solid #999999;
	padding: 3px;
	width: 432px;
}
input.mid {
	background-color: #FFFBF7;
	border: 1px solid #999999;
	padding: 3px;
	width: 200px;
}
input.short {
	background-color: #FFFBF7;
	border: 1px solid #999999;
	padding: 3px;
	width: 80px;
}
#form .msg {
	margin-bottom: 15px;
	margin-left: 8px;
}
#form .error {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	text-align: center;
	background-image: url(../img/cell_bg.png);
	background-repeat: repeat;
	border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.hissu {
	color: #FF0000;
}
