@charset "utf-8";



#sb_right{

		color:#666666;

		background-color:#FFFFFF;

		overflow:hidden;

		word-break:break-all;

		width:170px;

		margin:0 0 5px 10px;

		}

			







/*■■■■ サイドメニューリンクバナー等の枠 ■■■■*/

/*　サイドメニュータイトル部　*/

div.menu_bgtop{

		width:170px;

		height:24px;

		}





/*　サイドメニューコンテンツ部　*/



div.menu_bg_middle{

		width:170px;

		/* background: url(img/ln/menu_back1.jpg) repeat-y center top;*/

text-align:center;

		}



div.menu{

display:block;

	width:160px;

	font-size:11px;

	line-height:1.3em;

	color:#555;

	}

div.menu a img{

border:none;

}

.menu hr{

		border:1px dotted #999;

		width:150px;

		}



/*　サイドメニュー下段　枠を閉じる　*/



div.menu_bg_bottom{

		width:170px;

		background: url(img/ln/menu_back2.jpg) no-repeat left top;

height:17px;

		}





/*　サイドナビゲーション部　*/

.sidenavi ul li a{

	border-left: solid 1px #c9c9c9;

	border-right: solid 1px #c9c9c9;

	}





.sidenavi ul{

		margin:0;

		padding:0;

		}



.sidenavi ul li{

	text-align: left;

	list-style-type:none;

	}



.sidenavi ul li a{

	width: 150px;

	color: #484342;

	display: block;	

	padding: 6px 0 2px 17px;

	font-size: 12px;

	height:17px;

	background:url(img/ln/bg_menu_off.gif) no-repeat  left center #fff;

	}



.sidenavi ul li a:hover{

	color: #333;

	background:url(img/ln/bg_menu_on.gif) no-repeat left center #efefef;

	text-decoration:none;

	}



.sidenavi ul li.current_page_item a{

	width:150px;

	color: #eee;

	font-weight:bold;

	background:url(img/ln/bg_menu_white.gif) no-repeat left center #9d5234;

	padding-left:17px;

	text-decoration:none;



	}