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

}
#BaseNavigation ul {
	list-style: 		none;
}
#BaseNavigation li {
	display:		block;
	width:			160px;
	height:			22px;
	margin-bottom:		5px;
	padding:		8px 0 0 20px;
	font-size:		12px;
	color:			#000;
}
#BaseNavigation li span {
	width:			160px;
	height:			22px;
	display:		block;
}
#BaseNavigation li a {
	width:			160px;
	height:			22px;
	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;
}

/* ==============================================================================
	EventArea  Settings
============================================================================== */
.EventArea {
	float:			right;
	width:			726px;
	padding:		20px 20px 25px 20px;
	background:		#F7F5E8;
	border-bottom:		2px dotted #fff;
}
.EventArea h2 {
	float:			left;
	width:			726px;
	margin:			0 0 10px 0;
	color:			#FF0099;
	border-bottom:		1px solid #F5B8A3;
	font-size:		85%;
	letter-spacing:		0.2em;
}
.EventArea p {
	color:			#333;
	font-size:		75%;
	line-height:		150%;
	margin:			0 0 10px 0;
}
.EventArea img {
	margin-bottom:		10px;
}
.EventArea .heartcolor {
	color:			#f00;
}

