@charset "UTF-8";

/* -- layout -- */
#sub_contents_r table {
	width: 560px;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
.td_l{
	width: 160px;
	background-color:#ecf3f8;
	text-indent: 5px;
}
.td_r{
	width: 360px;
	background-color:#FFFFFF;
}

/* roll over*/

#cont {
	margin-top: 20px;
}
#cont a {
	width:149px;
	height:39px;
	background-image: url(../img/info_sbtn.jpg);
	text-indent: -9999px;
	display: block;
}
#cont a:hover {
	background-image: url(../img/info_sbtn_on.jpg);
}

#pri {
	margin-top: 10px;
}
#pri a {
	width:149px;
	height:39px;
	background-image: url(../img/privacy_sbtn.jpg);
	text-indent: -9999px;
	display: block;
}
#pri a:hover {
	background-image: url(../img/privacy_sbtn_on.jpg);
}

