@charset "EUC-JP";

.clearFix {
   clear: both;
}

/*VISAカードマーク*/
.cardMarkWrap{
	width:585px;
}

.cardMark{
	width:97px;
	float:right;
}

body {
	height:100%;
	width:100%;
	text-align:center;
	background-image: url(../images/visa_gradation.jpg);
	background-repeat: repeat-x;
}

#atm_wrapper {
	margin:0 auto;
	width:595px;
	text-align:left;
}


/*----------------------------------
 フッター Visa Official
------------------------------------- */
#footer {
	width:585px;
	height:30px;
	padding:0 0 10px 10px;
	margin-top:20px;
}
#footer a {
	color:#666666;
}

#footer #footer_l_Wrap {
	width:385px;
	float:left;
}

#footer #footer_l_Wrap #footer_l {
	width:385px;
	margin:0;
	height:1em;
}

#footer #footer_l_Wrap #footer_l ul {
	margin: 0;
	padding:0;
}
#footer #footer_l_Wrap #footer_l ul li {
	list-style:none;
	font-size:11px;
	float:left;
	line-height:1.5em;
	color:#8A8C8E;
}
#footer #footer_l_Wrap #footer_l ul li a{
	text-decoration:underline;
	padding: 0;
}
#footer #footer_l_Wrap #footer_l ul li a:hover {
color:#000000;
}
#footer #footer_l_Wrap #footer_l #copyright {
	clear:both;
	line-height: 1em;
	padding-top:2px;
	font-size:11px;
}
#footer #footer_l_Wrap #footer_l #copyright a{
	text-decoration:none;
}
#footer img.footer_logo {
	float:right;
}
