@charset "UTF-8";
/* ==============================================================================
	TopImage  Settings
============================================================================== */
.TopImage {
	float:			left;
	width:			510px;
	height:			345px;
	margin:			0 0 0 10px;
	padding:		10px 0 0 10px;
	background:		#F7F5E8;
}

/* ==============================================================================
	Welcome  Settings
============================================================================== */
.Welcome {
	float:			right;
	width:			428px;
	margin:			0 0 20px 0;
	letter-spacing:		0.2em;
	line-height:		1.3;
}
.Welcome h2 {
	float:			right;
	width:			428px;
	height:			18px;
	margin:			0 0 15px 0;
	background:		url(img/welcome.jpg) no-repeat;
}
.Welcome h2 span {
	text-indent:		-9999px;
	overflow:		hidden;
	display:		block;
	font-size:		1px;
}
.Welcome p {
	font-size:		75%;
	padding:		0 0 0 5px;
}

/* ==============================================================================
	InforList  Settings
============================================================================== */
.InforList {
	float:			right;
	width:			428px;
	margin:			0 0 10px 0;
	letter-spacing:		0.2em;
	min-height:		120px;
	line-height:		1.3;
}
.InforList h2 {
	float:			right;
	width:			428px;
	height:			18px;
	margin:			0 0 15px 0;
	background:		url(img/information.jpg) no-repeat;
}
.InforList h2 span {
	text-indent:		-9999px;
	overflow:		hidden;
	display:		block;
	font-size:		1px;
}
.InforList ul {
	float:			right;
	width:			423px;
	margin-bottom:		2px;
	padding:		0 0 0 5px;
	font-size:		100%;
}
.InforList li {
	color:			#000;
	list-style:		none;
	margin:			0 0 10px 0;
	font-size:		75%;
	
}
.InforList h3 {
	color:			#336600;
	font-weight:		normal;
	font-size:		75%;
}

/* ==============================================================================
	HistoryList  Settings
============================================================================== */
.HistoryList {
	float:			right;
	width:			428px;
	margin:			0 0 30px 0;
	letter-spacing:		0.2em;
	line-height:		1.3;
	font-size:		75%;
}
.HistoryList h2 {
	float:			right;
	width:			428px;
	height:			18px;
	margin:			0 0 15px 0;
	background:		url(img/history.jpg) no-repeat;
}
.HistoryList h2 span {
	text-indent:		-9999px;
	overflow:		hidden;
	display:		block;
	font-size:		1px;
}
.HistoryList dt{
	float:			left;
	width:			45px;
	padding-left:		10px;
	margin-bottom:		5px;
	color:			#336600;
	font-weight:		normal;
	letter-spacing:		0.1em;
	line-height:		100%;
}
.HistoryList dd{
	margin-bottom:		5px;
	color:			#000;
	letter-spacing:		0.1em;
	line-height:		100%;
}

