@charset "UTF-8";

#content {
	width: 600px;
	text-align: left;
	float: left;
	padding: 20px 20px;
	margin-left: 100px;
	background-color: #FFFFFF;
}

h3 {
	margin: 0px;
	padding: 0px;
}

fieldset{
	overflow:auto;
	border:1px solid #666666;
	margin: 2px 0px 20px 0px;
	padding: 5px 10px;
}

div.sub-group{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 7px 15px;
}

div.even {
	background-color: #F9F9F9;
}
div.last {
	border-bottom-style: none;
}

div.double {
	height: 40px;
}

div.biko {
	height: 120px;
}

div.nitiji {
	text-indent: 5em;
}


input.txt-field,select{
	color: #666666;
	background-color: #F9F9F9;
	border: 1px solid #999999;
}

textarea{
	color: #666666;
	background-color: #F9F9F9;
	font-size:small;
}



#btn-box {
	text-align: center;
	padding-bottom: 40px;
}
#btn-box button {
	width: 150px;
	height: 33px;
	background-color: #FFFFFF;
	border-style: none;
	margin: 0px 5px;
	padding: 0px;
}


.label-txt {
	width: 180px;
	color: #666666;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-right: 15px;
	display: block;
	float: left;
	font-size:small;
}

.n-txt {
	color: #666666;
	font-size:small;
}

.e-txt {
	color: #FF0000;
	font-size:small;
}

