@CHARSET "UTF-8";

#GC_S_introduction .intro_table {
	width: 500px;
	border-left: 1px solid #D4D4D4;
}

#GC_S_introduction .intro_table .intro_table-title {
	font-weight: bold;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 5px;
	text-align: center;
}

#GC_S_introduction .intro_table .intro_table-subtitle {
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}

#GC_S_introduction .intro_table .intro_table-config {
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 5px;
}

#GC_S_introduction .intro_table .intro_table-level {
	border-bottom:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	padding: 5px;
	width: 75px;
}

#GC_S_introduction .intro_table .intro_table-level1 {
	background: transparent url("../../img/icon_stars_1_24x24.png") no-repeat center center;
}