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

.section {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #b3a077;
}

.section.top {
	margin: 0;
	border: none;
}

.section img.menuImg {
	border: 1px solid #fff;
	float: left;
}

.section .menuTxt {
	float: right;
	width: 260px;
	padding-top: 0px;
}

.section .menuTxt h4 {
	margin: 0;
	padding: 0;
	font-size: 154%;
	font-weight: bold;
	color: #900;
	font-family: Times New Roman ,serif;
}

.section .menuTxt p {
	margin-top: 10px;
}

/* -----------------------------------------------------------
	clearfix
----------------------------------------------------------- */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

/* IE6 hack */
* html .clearfix {
	height: 1%;
}

/* IE7 hack */
*:first-child+html .clearfix {
	min-height: 1%;
}