/***********************************************************
# 全体のレイアウト
***********************************************************/
div#contents {
	margin-top: 10px;
	width:580px;
	font-size:9.2pt;
	line-height:1.2;
}

div#headtop {
	margin: 0 auto 0 auto;
	background: url("images/head_back.gif") top left repeat-x;
	border-bottom: none;
	text-align: left;
	font-size: 82%;
	height:100px;
}

div#headtop img {
	margin-top:5pt;
	margin-left:15pt;
}

/***********************************************************
# ATM一覧
***********************************************************/
.branch {
    width:550px;
}

table.tenpo {
	border: 2px solid #6699cc;
	border-collapse: collapse;
	line-height:1.2;
	font-size:9.2pt;
}

table.tenpo2 {
	border: 2px solid #6699cc;
	border-collapse: collapse;
	line-height:1.2;
	font-size:9.2pt;
    width:550px;
}

table.tenpo th {
	border: 2px dotted #6699cc;
	font-weight:normal;
	padding:5px;
	text-align:left;
	background:#eeeeff;
}

table.tenpo td {
	border: 2px dotted #6699cc;
	padding: 5px;
	vertical-align: middle;
}

.midashi {
	background:#efefef;
	width:110px;
}
.kiji {
	width:440px;
}

table.time {
	border: 1px none #FFFFFF;
	border-collapse: collapse;
	line-height:1.2;
	font-size:9.2pt;
}

table.time th ,
table.time td {
	border: 1px none #FFFFFF;
	background:#B1E8E9;
	padding: 1px;
	vertical-align: top;
}


td.top_item {
	background:url("images/top1.gif") no-repeat;
	width:180;
	height:30px;
	font-size:9.2pt;
}

/***********************************************************
# テキスト
***********************************************************/
.prefecture {
	font-size:14pt;
	color:#990033;
	font-weight:bold;
	text-align:left;
}


.annai_top {
	font-size:14pt;
	color:#000080;
	font-weight:bold;
}

.bank_code {
	text-decoration:underline;
}

.gaitame {
	color:#ff4d4d;
}

.change {
	color:#008080;
}

.RED {
	color:#FF0000;
}

.BLUE {
	color:#0000FF;
}

.block {
	color:#000080;
}

.kana {
	font-size:8pt;
}

.atm_warning {
	color:#800080;
}

/********************************************************
#リンクの設定
********************************************************/
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#ff0000;}
a:active {color:#ff0000;}


/********************************************************
 地図情報関連 
********************************************************/
#float{
	  width:400px;
	  height:420px;
	  background-color:#eeeeff;
	  border-style:solid;
	  border-width:2px;
	  border-color:#6699cc;
	  position: absolute;
	  z-index : 3;
	  display:none;
	  left:600px;
	  top:20px;
}
	  
.button{
	  background-color:#6699cc;
	  color:FFFFFF;
      float:right;
      margin-left:5px;
      padding-left:5px;
      padding-right:5px;
}
	  
#close{
     font-weight:bold;
     font-size:90%;
	 color:#FFFFFF;
}

#map{
     clear:both;
     position:relative;
     width:400px;
     height:400px;
}
