/* side枠部分 */
.sidenavi-g{
	width: 100%;
	margin-bottom:20px;/*ナビゲーションブロックの下の余白*/
	}
.sidenavi-g dl{
	margin-top:0px;/*上の余白*/
	border-top: 1px solid #aaa;
	}
.sidenavi-g dt {
	color: white;
	height:30px;/*高さの指定*/
	line-height:30px;/*行間の指定*/
	text-indent:20px;
	background-image: url(../images/sidenavi-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:20px;
	background-image: url(../images/sidenavi-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:20px;
	background-image: url(../images/sidenavi-dda.jpg);/*リンクの背景画像*/
	background-position: left center;/*背景画像の開始位置*/
	}
.sidenavi-gazou {
	background-color:#ecedef;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	text-align:center;
	margin-top:0px;
	}
