@charset "utf-8";

/*/////////////////////////////////////////////////////////////////////////////////////////// about.css */

/* ------------------------------
 character
------------------------------ */
#mainBlock #rightBlock #character {
	margin-top: 30px;
	width: 660px;
	text-align: center;
}
#mainBlock #rightBlock #character img {
	margin-right: 5px;
	vertical-align: middle;
}

#rightBlock #atm {
	padding: 0;
 width: 620px;
}

/*-------------------------------
 atm
-------------------------------*/
#rightBlock #atm {
	margin-top: 30px;
}
#rightBlock #atm h2 {
	width: 250px;
	height: 40px;
	background: url(../images/ttl_atm.png) no-repeat 5px 5px;
	text-indent: -9999px;
 overflow: hidden;
	white-space: nowrap;
	float: left;
}
#rightBlock #atm .btn_atm {
	width: 136px;
	height: 23px;
	text-indent: -9999px;
	white-space: nowrap;
	float: right;
}
#rightBlock #atm .btn_atm a {
	width: 136px;
	height: 23px;
	background: url(../images/btn_atm.png) no-repeat 0 0;
	display: block;
}
#rightBlock #atm table {
	background: #fff;
	border: 1px solid #ee873a;
}
#rightBlock #atm th {
	padding: 5px;
	border: 1px solid #ee873a;
	text-align: center;
	font-size: 13px;
}
#rightBlock #atm .th1 {
	background: #fff8d3;
	font-weight: normal;
}
#rightBlock #atm .th2 {
	color: #fff;
	background: rgb(255,157,0);
	background: -moz-linear-gradient(top,  rgba(255,190,70,1) 0%, rgba(255,140,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,190,70,1)), color-stop(100%,rgba(255,140,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,190,70,1) 0%,rgba(255,140,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,190,70,1) 0%,rgba(255,140,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,190,70,1) 0%,rgba(255,140,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,190,70,1) 0%,rgba(255,140,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff8c00',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
}

#rightBlock #atm td {
	padding: 5px;
	border: 1px solid #ee873a;
	background: #fff;
	text-align: center;
	font-size: 13px;
}

#rightBlock #atmtesuryo{
    margin-top:-50px;
    padding-top:50px;
			}
