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

table tr{
}

table th{
	padding: 10px 10px 10px 0;
	color: #1e3ca0;
	font-weight: bold;
	text-align: right;
	width: 140px;
	vertical-align: top;
}

table td{
	padding: 10px 0;
	width: 520px;
	vertical-align: middle;
}

#contentsRight img{
	margin: 20px auto;
	display: block;
}

#contentsRight img:hover{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: #fff;
}
