@charset "UTF-8";

/* CSS Document */

/* Gnavi
-------------------------------------------------*/
#gnavi ul .pagetitle {
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 32px;
	background-color: #816A0F;
	padding: 0 10px;
	height: 30px;
}

/* contents
-------------------------------------------------*/
#form {
	font-size: 14px;
	margin: 20px;
}

#form h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#form .error {
	color: #ff0000;
}

