@charset "utf-8";
/* CSS Document */

#display .content{
	margin:15px 35px 60px 35px;
}
#display .tb{
	padding-left:10px;
	padding-bottom:2px;
	font-size:22px;
	font-weight:bold;
	color:#999;
}

#game .th{
	height:40px;
	background:url(../images/lang289.jpg);
}
#display .tb{
	padding-left:10px;
}

#content .share{
	float:left;
	font-weight:bold;
}
#content .sel{
	float:right;
}
#content .sel select{
	width:90px;
	height:20px;
	border:1px solid #7E9DB9;
}

.table{
	margin-top:10px;
	font-size:12px;
	color:#999;
}
.table td{
	text-align:center;
	padding:12px 2px;
	border-bottom:1px dashed #CCC;
}
.table td img{
	vertical-align:middle;
}
.table tr.ht td{
	padding:7px 2px;
	border:none;
	color:#FFF;
	background-color:#B2B2B2;
	font-weight:bold;
}
.table td.course{
	text-align:left;
	font-size:14px;
	color:#000;
	padding-left:10px;
}
.table td a:link,.table td a:visited{
	color:#999;
	text-decoration:none;
}
.table td a:hover{
	color:#000;
	text-decoration:underline;
}
.turn{
	margin-top:30px;
}
.turn table{
	float:right;
	font-size:12px;
	color:#999;
}
.turn td{
	text-align:right;
}
.turn select{
	color:#999;
	width:60px;
	border:1px solid #7E9DB9;
}
.turn a:link,.turn a:visited{
	color:#999;
	text-decoration:none;
}
.turn a:hover{
	color:#4883E7;
	text-decoration:underline;
}
