@charset "utf-8";

.copy {
	padding:0 0 27px;
}

.column table {
	width:100%;
	margin:0 0 7px;
}

.column th,
.column td {
	padding:8px 0;
	background:url(../../images/dotline.gif) left top repeat-x;
}

.column .headCell th,
.column .headCell td {
	padding-top:0;
	background:none;
}

.column th {
	width:6em;
}

.column td li {
	padding-left:20px;
	background: url(../images/listmark.gif) 3px 2px no-repeat;
	list-style-type:none;	
}


/* @group clearfix=================================================================== */
#groupMap ul:after,
.coHp:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#groupMap ul,
.coHp {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #groupMap ul,
* html .coHp {
	height:1%;
}

#groupMap ul,
.coHp {
	display:block;
}
/* End hide from IE-mac */
/* @end */


