@import "/en/common/css/base.css";

#mainArea div.section2:after,
#mainArea div.section1:after,
#mainArea dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#mainArea div.section2,
#mainArea div.section1,
#mainArea dl {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}

/* ---- Header ---- */
#header h1{
	background: url(../images/title.gif) no-repeat 0 0;
	width: 135px;
}

		#header li.li3 a {
			background: url(/en/common/images/nav_03.gif) no-repeat 0 -38px;
		}

/* ----------------------------------------------------
Contents setting
---------------------------------------------------- */

#contents {}

#contentBody {}

#mainArea {
	margin-left: 26px;
	margin-right: 26px;
}

#mainArea div.section1 {
	margin-bottom: 38px;
}
	#mainArea div.section1 h3 {
		background: url(../images/hed_01.gif) no-repeat 0 0;
		margin-bottom: 15px;
		height: 19px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	#mainArea div.section1 p {
		text-indent: 18px;
	}
	
#mainArea div.section2 {
	margin-bottom: 30px;
}
	#mainArea div.section2 h3 {
		background: url(../images/hed_02.gif) no-repeat 0 0;
		margin-bottom: 15px;
		height: 19px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	#mainArea div.section2 p {
		text-indent: 18px;
	}
