/* 左メニューの基本構成用CSS */
/* サイドバー装飾用CSS */

#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
/*	background-color: #ffecff;*/
}

/*店舗ATM・手数料ﾛｺﾞ表示部分（変更しない）*/

#secondary  H1 {
	display: list-item;
	margin-bottom: 3px;
	text-align: center;
}

#secondary  H2 {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid silver; /* 上方向に1pxのボーダーを指定 */
	font-size: 11pt;
	font-family: Verdana;
	font-weight: normal;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #ff8000;
	background-color: white;
	display: list-item;
}

#secondary  H2  A {
/*	border-right:solid 1px #CCCCCC;*/
/*	border-bottom:solid 1px #CCCCCC;*/
	background-color: #FFFFFF;
	display: block;
	padding: 0px 5px 0px 0px;
	margin-top: 1px;/*10→0*/

  font-size : 11pt;
}

#secondary  H3 {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 15px;
	display: list-item;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: silver;
	margin-top: 0px;
}

#secondary  H3  A {
  	display: block;
	font-weight: normal;
}

#secondary  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
}

#secondary  LI {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	background-repeat: no-repeat;
}

/*#secondary  A {*/
/*	padding: 4px 0 4px 10px;*/
/*	background-repeat : no-repeat;background-color : #ffffff;*/
/*	display: block; /* ブロックレベル要素として表示されるように指定 */
/*	width: 120px !important;  Windows Internet Explorer対策のため、ボックスの幅を指定 */
/*	width : 150px; /* Windows Internet Explorer 5用の値を指定 */
/*↑意味不明のため、コメント 5/25 */
/*	color: #333333;  /*文字色を指定 */
/*	text-decoration: none; /* リンクの下線を表示させないように指定 */
/*}*/
