@charset "UTF-8";
/* ==============================================================================
	BaseNavigation Settings
============================================================================== */
#BaseNavigation {
	float:			left;
	width:			200px;
	margin:			0 0 0 10px;

}
#BaseNavigation ul {
	list-style: 		none;
}
#BaseNavigation li {
	display:		block;
	width:			160px;
	height:			24px;
	margin-bottom:		5px;
	padding:		6px 0 0 20px;
	font-size:		12px;
	color:			#000;
}
#BaseNavigation li span {
	width:			160px;
	height:			24px;
	display:		block;
}
#BaseNavigation li a {
	width:			160px;
	height:			24px;
	display:		block;
	text-decoration:	none;
	overflow:		hidden;
	color:			#000;
}
#BaseNavigation li#gnavi01 {
	background:		url(img/navi_active.jpg) no-repeat;
}
#BaseNavigation li#gnavi02 {
	background:		url(img/navi.jpg) no-repeat;
}

/* ==============================================================================
	BaseContents Settings
============================================================================== */
#BaseContents	{
	float:			right;
	width:			766px;
	min-height:		360px;
	margin:			0 0 10px 0;
}

/* ==============================================================================
	MenuArea  Settings
============================================================================== */
.MenuArea {
	float:			right;
	width:			726px;
	padding:		20px 20px 15px 20px;
	background:		#F7F5E8;
}
.MenuArea h2 {
	float:			left;
	width:			711px;
	height:			18px;
	margin:			0 0 5px 0;
	padding:		0 0 0 10px;
	color:			#FF9900;
	border-left:		5px solid #FF9900;
	border-bottom:		1px solid #FF9900;
	font-size:		80%;
	letter-spacing:		0.2em;
}
.MenuArea h3 {
	float:			left;
	width:			711px;
	height:			18px;
	margin:			10px 0 0 0;
	padding:		0 0 0 15px;
	color:			#993300;
	font-size:		80%;
	font-weight:		normal;
	letter-spacing:		0.2em;
}
.MenuArea dl {
	font-size:		75%;
	margin:			0 0 0 15px;
}
.MenuArea dt {
	float:			left;
	width:			600px;
	color:			#333;
	line-height:		150%;
	border-bottom:		#999 1px dotted;
	padding:		2px 0 2px 0;
}
.MenuArea dd {
	float:			left;
	width:			96px;
	line-height:		150%;
	text-align:		right;
	border-bottom:		#999 1px dotted;
	padding:		2px 0 2px 0;
}

