/* side枠部分 */
.sidenavi-g{
	width: 140px;
	margin-bottom:20px;/*ナビゲーションブロックの下の余白*/
	}
.sidenavi-g dl{
	margin-top:0px;
	}
.sidenavi-g dt {
	color: white;
	height:30px;/*高さの指定*/
	line-height:30px;/*行間の指定*/
	text-indent:30px;
	background-image: url(../images/sidenavi-g-dt.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	margin:0px;
	padding:0px;
	}
.sidenavi-g dt a {
	display:block;
	color: white;
	}
.sidenavi-g dd {
	height:30px;
	line-height:30px;
	text-indent:30px;
	background-image: url(../images/sidenavi-g-dd.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	margin:0px;
	padding:0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	}
.sidenavi-g dd a {
	display:block;
	}
.sidenavi-g dd a:hover{
	text-indent:30px;
	background-image: url(../images/sidenavi-g-dda.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	}
/* 送金部分 */
.soukin{ 
	font-size: xx-small;
	text-indent: 0em;
	margin-top: 8px;
	margin-bottom: 8px }
.soukin dt  {
	color: red;
	font-size: x-small;
	margin-top: 8px;
	margin-bottom: 4px;
	}
.soukin dd  {
	font-size: xx-small;
	margin-top: 4px;
	margin-left:0px;
	}
/* 登録の流れ */
#tourokunagare{
	text-align:center;
	margin-bottom:10px;
	}
#tourokunagare h3{
	text-align:center;
	font-weight: normal;
	font-size: xx-small;
	line-height: 100%;
	margin-top:3px;
	margin-bottom:3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px gray;
	}