.sidr {
	display:none;
	position:absolute;
	position:fixed;
	top:0;
	height:100%;
	z-index:999999;
	width:260px;
	overflow-x:none;
	overflow-y:auto;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	font-size:15px;
	background:#c1e2fd;
	color:#333;
}
.sidr.right {
	left:auto;
	right:-260px
}
#sidr ul {
	padding:5px;
}
#sidr ul li a{
	height:40px;
	line-height:40px;
	padding:0 0 0 10px;
	color:#2f1204;
}


#sidr ul li{
	margin:0 0 3px;
}
.sub_navi_list{
	  background:-moz-linear-gradient(top , #ffffff 0% , #e4e6e9 100%) ;
  	  background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e4e6e9)) ;
	  border-bottom:2px solid #0069e0;
	height:37px;
	position:relative;
}
.sub_navi_list a{
	display:block;
	text-decoration:none;
	line-height:37px;
	padding:0 0 0 10px;
	font-weight:bold;
	font-size:14px;
}
#sub_navi_03{
	transform: scale( 0.9 , 1 );
	-moz-transform: scale( 0.9 , 1 );
	-webkit-transform: scale( 0.9 , 1 );
	-o-transform: scale( 0.9 , 1 );
	-ms-transform: scale( 0.9 , 1 );
	transform-origin: left top;
	-moz-transform-origin:left top;
	-webkit-transform-origin: left top;
	-o-transform-origin: left top;
	-ms-transform-origin: left top;
}
.sub_navi_list img{
	position:absolute;
	right:10px;
	bottom:5px;
}
.sub_navi_list_in {
	padding:0 !important;
}
.sub_navi_list_in li{
	background-color:#FFF;
	margin:0 !important;
	border-top:1px dotted #7ec3fc;
	height:32px;
}
.sub_navi_list_in li:first-child{
	border-top:none;
}
.sub_navi_list_in li a{
	display:block;
	line-height:32px !important;
	height:32px !important;
	background-image: url(../images/arrow_a2.png);
	background-size:7px;
	background-repeat:no-repeat;
	background-position:13px center;
	padding:0 0 0 28px !important;
	text-decoration:none;
	font-weight:bold;
}

