/***********************************************/
/* leftArea                                */
/***********************************************/

/* ===== txtArea ===== */

.txtArea{
	clear: both;
}

.txtArea p{
	clear: both;
	margin-bottom: 1em;
}

.txtArea ul li{
	clear: both;
}

.txtArea ul li dl{
	clear: both;
}

.txtArea ul li dl dt{
	float: left;
	clear: left;
	width: 160px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.txtArea ul li dl dd{
	float: right;
	clear: right;
	width: 360px;
	padding-top: 4px;
	padding-bottom: 4px;
}


/* ===== poweredArea ===== */

#poweredArea{
	text-align: right;
	font-size: x-small;
	color: #CCCCCC;
}

#poweredArea a{
	color: #CCCCCC;
	text-decoration: none;
}




/***********************************************/
/* clear fix                                */
/***********************************************/

.txtArea ul li dl:after{
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.txtArea ul li dl{/* ===== IE hack ===== */
	display: inline-block;
}

.txtArea ul li dl{/* ===== Opera ===== */
	display: block;
}
