@charset "UTF-8";
/* ==============================================================================
	LeftArea Settings
============================================================================== */
#LeftArea {
	float:			left;
	width:			600px;
	margin:			0 0 30px 10px;
}
#LeftArea h3 {
	float:			left;
	width:			100%;
	margin:			0 0 10px 0;
	color:			#993300;
	font-size:		85%;
	letter-spacing:		0.2em;
}
#LeftArea p {
	font-size:		75%;
	margin:			0 0 10px 0;
}
#LeftArea th {
	width:			25%;
	background:		#F7F5E8;
	padding:		2px 0 2px 5px;
	color:			#993300;
	font-size:		75%;
}
#LeftArea td {
	height:			40px;
	padding:		2px 0 2px 5px;
	color:			#333;
	font-size:		75%;
}
#LeftArea .textfield {
	padding:		2px;
	border:			1px solid #82a3c4;
	width:			90%;
}

/* ==============================================================================
	RightArea Settings
============================================================================== */
#RightArea {
	float:			right;
	width:			330px;
	min-height:		360px;
	margin:			0 0 10px 0;
}
#RightArea h2 {
	float:			left;
	width:			300px;
	margin:			0 0 10px 0;
	color:			#993300;
	border-bottom:		1px solid #F5B8A3;
	font-size:		85%;
	letter-spacing:		0.2em;
}
#RightArea p {
	float:			left;
	width:			300px;
	color:			#333;
	font-size:		75%;
	line-height:		150%;
	margin:			0 0 30px 0;
}

