@CHARSET "UTF-8";

.match_div_top {
	margin: 0px;
	padding: 0px;
}

.match_top_title {
	margin-left: 50px;
	width: 1150px;
}

.match_nav_top {
	border-collapse: collapse;
	border: 0;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
}

.match_nav_td, .match_nav_td_guide {
	background: #177ef5;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 5px solid #154a87;
	cursor: pointer;
}

.match_td {
	background: #177ef5;
	color: white;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 5px solid #154a87;
}

.match_nav_td:hover, .match_nav_td_guide:hover {
	background: #57b9f0;
	border-bottom: 5px solid #177ef5;
}

.match_nav_top td:active span {
	position: relative;
	top: 1px;
}

.top_logo {
	background-image: url(../../img/match/top_content.jpg);
	background-repeat: x-repeat;
	width: 100%;
	height: 40px;
}

.logo_div {
	width: 1000px;
}

.ctcsol_logo {
	height: 24px;
	margin-top: 8px;
	cursor: pointer;
}

.ctcsol_logo:active {
	position: relative;
	top: 1px;
}