@charset "utf-8";
/* CSS Document */

body {
	font-family: "Meiryo","メイリオ","ヒラギノ角ゴ Pro W3";
	background-color: #202421;
	color: #E6E9E0;
	padding: 0px;
	font-size: 13px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}
a{
	color: #FFCC00;
	text-decoration: none;
	font-size: 13px;
}
table{
	margin-top: 10px;
}
table tr{
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}
table td{
	padding: 0;
}
table td a,
table td a img
{
	display: inline-block;
	width: auto;
}
table tr td:nth-child(1){
	text-align: left;
}
table tr td:nth-child(2){
	width: 59% !important;
	padding-left: 10px;
}
table tr td:nth-child(3){
	width: 21% !important;
}
#rwsCredit{
	text-align: right;
}
#rwsCredit a {
	color: #1E282F;
	text-decoration: none;
}

/*hover*/
a:hover{
	color: #CC0000;
	text-decoration: underline;
}
