@charset "utf-8";
@import "import.css";
@import "notindex.css";

/* #contents */

#contents div#form,
#contents div#pp {
	width: 550px;
}

#contents div#form p,
#contents div#form dt {
	font-size: 1.2em;
	line-height: 1.4;
}

#contents div#form p {
	padding-bottom: 20px;
}

#contents div#form dl {
	width: 550px;
	padding-bottom: 10px;
}

#contents div#form dt {
	float: left;
	clear: both;
	width: 10em;
	font-weight: bold;
	color: #128721;
	text-align: right;
}

#contents div#form dd {
	float: left;
	border-left: solid 10px #52AF41;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
	/*padding-left: 10px;
	padding-bottom: 10px;*/
}

#contents dl input {
	width: 370px;
}

#contents textarea {
	width: 370px;
	height: 110px;
	font-size: 1.2em;
}

#contents dl input,
#contents textarea {
	border: solid 1px #666;
	border-left: none;
	/*border-left: solid 10px #52AF41;*/
}

#contents div#form p#submit {
	clear: both;
	text-align: center;
}

#contents div#pp dt,
#contents div#pp p,
#contents div#pp li {
	font-size: 1.2em;
}

#contents div#pp p,
#contents div#pp ol {
	padding-bottom: 10px;
}

#contents div#pp dt {
	padding-left: 10px;
	padding-bottom: 5px;
	color: #7078C2;
	font-weight: bold;
	font-size: 1.3em;
}

#contents div#pp ol {
	margin-left: 25px;
}
	
