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

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

#mainArea div.section2 div.row,
#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: 151px;
}

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

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

#contents {}

#contentBody {}

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

#mainArea div.section1 {}
	#mainArea div.section1 th {
		padding-bottom: 28px;
		vertical-align: top;
	}
	#mainArea div.section1 td {
		padding-bottom: 32px;
		vertical-align: top;
	}
	#mainArea div.section1 td.td1 {
		font-weight: bold;
	}
	#mainArea div.section1 td.td1,
	#mainArea div.section1 th.th1 {
		width: 201px;
	}
	#mainArea div.section1 td.td2,
	#mainArea div.section1 th.th2 {
		width: 306px;
	}
	#mainArea div.section1 td.td3,
	#mainArea div.section1 th.th3 {
		width: 271px;
	}
	#mainArea div.section1 span {
		height: 17px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
		#mainArea div.section1 th.th1 span {
			background: url(../images/hed_01.gif) no-repeat 0 0;
			width: 45px;
		}
		#mainArea div.section1 th.th2 span {
			background: url(../images/hed_02.gif) no-repeat 0 0;
			width: 49px;
		}
		#mainArea div.section1 th.th3 span {
			background: url(../images/hed_03.gif) no-repeat 0 0;
			width: 61px;
		}

#mainArea div.section2 {
	background-color: #f5f5f5;
	border: solid 1px #ddd;
	padding: 19px;
}
	#mainArea div.section2 h3 {
		background: url(../images/hed_04.gif) no-repeat 0 0;
		margin: 0 auto 10px auto;
		width: 90px;
		height: 14px;
		text-indent: -9999px;
		display: block;
		overflow: hidden;
	}
	#mainArea div.section2 p {
		text-indent: 18px;
	}
	#mainArea div.section2 div.div1 {
		width: 359px;
		float: left;
	}
	#mainArea div.section2 div.div2 {
		width: 359px;
		float: right;
	}
