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

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

#mainArea dl {
	display: inline-table;
	/*\*/
	display: block;
	*height: 1%;
	/**/
}


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

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

#contents {}

#contentBody {}

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

#mainArea h2 {
	background: url(../images/hed_01.gif) no-repeat 0 0;
	margin: 0 auto 30px auto;
	width: 211px;
	height: 17px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#mainArea p,
#mainArea dl {
	margin: 15px 0 0 0;
}
	#mainArea dt {
		float: left;
	}
	#mainArea dd {
		margin-left: 22px;
	}
	#mainArea dd strong {
		font-weight: bold;
	}
ul.listbox li{
	text-indent:-10px;
	margin-left:10px;
}
