#mainContents div.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#mainContents div.row {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

#flash {
	position: relative;
}
	#flash div {
		position: absolute;
		left: 17px;
		top: -12px;
	}

/* NAVIGATION */
#localNavigation {
	padding-top: 432px;
}

/* MAINCONTENTS */
#mainContents {
	padding-top: 430px;
	padding-bottom: 54px;
	width: 598px;
	float: right;
	line-height: 1.6;
	font-size: 12px;
	/*\*/
	*font-size: 75%;
	/**/
}
	#mainContents * {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#mainContents div.row {
		width: 470px;
	}
	#mainContents h1 {
		background: url(title.gif) no-repeat left top;
		margin-bottom: 27px;
		width: 254px;
		height: 28px;
		/*\*//*/
		padding-bottom: 29px;
		/**/
		text-indent: -999px;
		overflow: hidden;
	}
	#mainContents h2 {
		background: url(catch_01.gif) no-repeat left top;
		margin-bottom: 20px;
		width: 112px;
		height: 18px;
		/*\*//*/
		padding-bottom: 18px;
		/**/
		text-indent: -999px;
		overflow: hidden;
	}
	#mainContents p.lead {
		background: url(lead_01.gif) no-repeat left top;
		margin-bottom: 40px;
		width: 332px;
		height: 94px;
		/*\*//*/
		padding-bottom: 94px;
		/**/
		text-indent: -9999px;
		overflow: hidden;
	}

	#mainContents p.link {
		margin-bottom: 36px;
		width: 87px;
		height: 15px;
	}
		#mainContents p.link a:hover {
			background: url(nav_01.gif) no-repeat 0 -15px;
		}
		#mainContents p.link a {
			background: url(nav_01.gif) no-repeat left top;
			margin-top: 6px;
			width: 107px;
			height: 15px;
			/*\*//*/
			padding-bottom: 15px;
			/**/
			text-indent: -9999px;
			overflow: hidden;
			display: block;
		}

	#mainContents p.pageTop {
		margin-bottom: 0;
		padding-left: 400px;
	}
		#mainContents p.pageTop a {
			background: url(btn_pagetop.gif) no-repeat left top;
			margin-bottom: 0;
			width: 70px;
			height: 15px;
			/*\*//*/
			padding-bottom: 15px;
			/**/
			text-indent: -999px;
			overflow: hidden;
			display: block;
		}
