@charset "utf-8";
/* CSS Document */
#ghgs {
	word-wrap:break-word; 
	break-word:break-all;	
}
#ghgs .h h4 {
	display:inline-block;
	font-weight:normal;
	font-size:16px;
	color:white;
	background:#0a6ccf;	
	padding:10px 30px;
	margin-bottom:15px;
}
#ghgs .h h4 {
	*display:inline;
}
#ghgs .table {
	margin-bottom:20px;	
	border:1px #eeeeee solid;
}
#ghgs .table .tr {
	border-bottom:1px #eee solid;	
}
#ghgs .table .tr:last-child{
	border:0;	
}
#ghgs .table .tr .tdl {
	display:inline-block;
	width:160px;
	padding:10px;
	vertical-align:top;
}
#ghgs .table .tr .tdl {
	*display:inline;
	border-right:1px #eee solid;
}
#ghgs .table .tr .tdr {
	display:inline-block;
	width:980px;
	padding:10px;
	vertical-align:top;
}
#ghgs .table .tr .tdr {
	*display:inline;
}
#ghgs .text {
	padding:0 0 50px;	
}