
/* About */

#outline {
	padding: 0 20px 0 30px;
}

#outline table {
	border-collapse: collapse;
}

#outline th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	padding: 10px 20px 10px 0;
	white-space: nowrap;
	vertical-align: top;
	border-bottom: solid 1px #999999;
}

#outline td {
	padding: 10px 0;
	vertical-align: top;
	border-bottom: solid 1px #999999;
}

/* Contact */

#entry {
	padding: 10px 20px 10px 30px;
}
#entry table {
	border-collapse: collapse;
	width: 100%;
}

#entry th {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
	width: 120px;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #c7dff4;
}

#entry td {
	padding: 5px 10px;
	border-bottom: solid 1px #ffffff;
	background-color: #e6e6e6;
}

.kome {
	color: #009933;
	font-weight: bold;
}

#entry input {
	font-size: 12px;
	padding: 3px;
}

#entry input.ra {
	padding: 0 3px 0 0;
}

#entry select {
	font-size: 12px;
}

#entry textarea {
	font-size: 12px;
	padding: 3px;
	width: 300px;
}

#entry input.f1 {
	width: 200px;
}

#entry input.f2 {
	width: 100px;
}

#entry input.f3 {
	width: 300px;
}

#btn {
	text-align: center;
}

#veri {
	border-top: solid 1px #999999;
	padding-top: 5px;
	margin-top: 20px;
	margin-left: 20px;
}

#seal {
	float: left;
	width: 105px;
	margin-right: 25px;
}

#com {
	float: left;
	width: 380px;
	font-size: 10px;
	margin-top: 20px;
}

.require {
	color: #ff3300;
}

.require-g {
	color: #aaaaaa;
}

