form caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: auto;
}

#spiral {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 150px;
	margin-left: 150px;
	padding: 5px;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: right;
	border: 1px solid #999999;
	color: #666666;
}
table#haishin {
	background-color: #615641;
	width: 770px;
}
#haishin td.download {

}

#haishin th {
	background-color: #C6E292;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	line-height: 1.4;
	width: 100px;
}
#haishin  td{
	font-size: 12px;
	background-color: #FFF;
}
dl {
	margin-top: 12px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 15px;
}


.touan {
	background-color: #423300;
}
.touan caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.touan th {
	background-color: #EFEFEF;
	text-align: left;
	font-weight: bold;
	width:250px;
}
.touan td {
	background-color: #FFF;
}
.touan caption .hosoku {
	font-size: 12px;
	font-weight: normal;
}

form p
{font-size:100%;}
input,select
{
	width:80%;
	font-size:120%;
	padding:5px;
}
input:focus,input:hover
{
	background-color: #FF9;
}
textarea
{width:80%; font-size:120%; padding:5px; height:50px;}
textarea:focus,textarea:hover
{height: 150px;background: #FF9;}

input[type="submit"]
{
	width: 80%;
	font-size:2.3em;
	margin: 0;
	padding: 5px;
	border: 1px #F27300 solid;
	color: #FFF;
	-webkit-appearance: none;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 2px #CCC;
	text-shadow: 1px 2px 3px #C45C00;
	background-color: #F60;
	background-position: left top;
}

label:hover ,input[type='checkbox']:hover {
    cursor: pointer;
	background-color: #FF9;

}

.focus
{background:#acf3ff;}
.wd30per
{width:30%;}
.wd20per
{width:20%;}
.wd10per
{width:10%;}
.mandatory-field {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding: 3px;
	margin-left: 5px;
}

#formflow {
	margin-bottom: 30px;
	position:relative;
}
#formflow ul li {
	width: 30%;
	float: left;
	list-style-type: none;
	padding: 10px;
	border: 1px solid #333;
}
#formflow ul {
	margin: 0px;

}
.formflow_on {
	background-color: #FC0;
}
.formflow_off {
	background-color: #CCC;
}
