/* side枠部分 */
.sidenavi04-g{
	width: 160px;
	margin-bottom:20px;/*ナビゲーションブロックの下の余白*/
	}
.sidenavi04-g dl{
	width: 100%;
	margin-top:0px;
	}
.sidenavi04-g dt {
	color: white;
	height:30px;/*高さの指定*/
	line-height:30px;/*行間の指定*/
	text-indent:20px;
	background-image: url(../image/sidenavi04-g-dt.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	margin:0px;
	padding:0px;
	}
.sidenavi04-g dt a {
	display:block;
	color: white;
	}
.sidenavi04-g dd {
	height:30px;
	line-height:30px;
	text-indent:20px;
	background-image: url(../image/sidenavi04-g-dd.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	margin:0px;
	padding:0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	}
.sidenavi04-g dd a {
	display:block;
	}
.sidenavi04-g dd a:hover{
	text-indent:20px;
	background-image: url(../image/sidenavi04-g-dda.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	}
