@charset "utf-8";
/* CSS Document */

#globalContents table tr:first-child th {
	background-color: #333;
	padding: 5px 0;
}

#globalContents table span:before {
	content:"■";
	padding-right: 3px;
}

#globalContents table th,
#globalContents table td {
	padding: 3px;
	border: 1px solid #CCC;
}

#globalContents table th {
	background: #fff;
	font-size: 18px;
	text-align:center;
	background-color: #aaa;
	color: #fff;
}

#globalContents table th a {
	font-size: 18px;
	color: #fff;
	text-decoration:underline;
}

#globalContents table th a:hover {
	text-decoration:none;
}

#globalContents table td.bgcolor {
	background-color: #f5f5f5;
	
}

#globalContents table#SKBtable td img {
	width: 200px;
	margin: auto;
	display:block;
}

#globalContents a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

table#SKBtable {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
