@charset "utf-8";
/* CSS Document */

.mainArea .contact
{
	margin-left: 10px;
	
	width: 645px;
	float: left;
	display: block;
}

.mainArea .contact .inputGroup
{
	display: block;
	float: left;
	width: 600px;
	
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	
	margin-bottom: 10px;
	margin-top: 10px;

	border-bottom: 2px #DDD solid;
}

.mainArea .contact .inputTitle
{
	display: block;
	float: left;
	
	width: 160px;
	height: 25px;
	line-height: 25px;
	
	clear: left;
}

.mainArea .contact .input
{
	display: block;
	float: left;
	
	width: 400px;
	height: 28px;
}

.mainArea .contact #checkbox
{
	display: block;
	float: left;
	
	width: 400px;
	height: 45px;
}

.mainArea .contact #checkbox input
{
	width: 28px;
}

.mainArea .contact .input input
{
	width: 250px;
}

.mainArea .contact .input textarea
{
	width: 380px;
	height: 190px;
}

.mainArea .contact #textareaBox
{
	height: 200px;
}

.mainArea .contact #submitButton
{
	margin-top: 10px;
	
	width: 120px;
}
