
/* ===== maincontentsAreatxt ===== */

#maincontentsAreatxt table{
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-collapse: collapse;
}

#maincontentsAreatxt table th{
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

#maincontentsAreatxt table td{
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#maincontentsAreatxt table td dd{
	padding-left: 1em;
	margin-bottom: 0em;
}



#maincontentsAreatxt dl dt{
	color:#5C6A8B;
	font-size:1em;
	padding-left: 20px;
	margin-bottom:0.75em;
	background-image: url(../img/ic_h401.gif);
	background-repeat: no-repeat;
	background-position: left;
}


#maincontentsAreatxt dl dd{
	padding-left: 1em;
	margin-bottom: 1em;
}

#massagename{
	float: right;
	clear: both;
	text-align: right;
}


img.left{
	float: left;
	clear: left;
	margin-right: 1em;
}
img.right{
	float: right;
	clear: right;
	margin-right: 1em;
}