	@import "/common_css/default_wide.css";	
	@import "/common_css/component_wide.css";
	@import "/aboutus/css/component_aboutus.css";
	@import "/aboutus/profile/css/profile_Comp.css";

#contents div.subTitle {
	margin-bottom:5px;
}

#contents .subHeadingBlock {
	margin-top: 20px;
}
#contents .subHeadingBlock span {
	font-size:small;
	font-weight:normal;
	margin-bottom: 5px;
}
#contents .subHeadingBlock span.left {
	display:block;
	float:left;
}
#contents .subHeadingBlock span.right {
	display:block;
	float:right;
}

#contents table.tableRating {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0px;
}
#contents table.tableRating thead th,
#contents table.tableRating thead td {
	font-weight: normal;
	text-align: center;
	background-color: #ebebeb;
	padding: 5px 5px 0px 5px;
}
#contents table.tableRating thead th{
	width: 150px;
	border-left: 1px solid #ccc;
}

#contents table.tableRating tbody th {
	text-align: left;
	background-color: #eefecf;
	border-top: 1px solid #ccc;
	padding: 5px 5px 0px 5px;
}
#contents table.tableRating tbody td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px 5px 0px 5px;
}