/*left menu
--------------------------------------------------------------------------*/
#leftmenu_top {
	text-align: left;
	padding: 0px;
	margin: 20px 0px 0px;
	width: 195px;
	height: auto;
}
#leftmenu_btm{
	padding: 0px;
	margin: 0px;
	
}
#leftmenu_contents {
	background-image: url(/img/common/sidemenu/leftmenu/leftmenu_frame_center.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#leftmenu_contents h2{
	border-bottom: 3px solid #8E9486;	
}
#leftmenu_contents h3{
	background: #999999;
	width: 195px;
}

#leftmenu_contents .arrow-red {
	background: url(/img/common/arrow-red.gif) no-repeat 6px 9px;
	list-style: none;
	padding-left:16px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #CDC9B7;
	margin: 0px 1px;
	border-top: 1px solid #FFFFFF;
}

#leftmenu_contents .arrow-gray {
	background: url(/img/common/arrow-gray.gif) no-repeat 0px 7px;
	list-style: none;
	padding-left:7px;
	padding-top: 0px;
	padding-bottom: 1px;
	margin: 0px;
}
#leftmenu_contents .arrow-red a {
	
	width: 170px;
	display: block;
	text-decoration:none;
}
#leftmenu_contents .arrow-red a:hover {
	
	width: 170px;
	background: #E9C1C1;
	text-decoration:none;	
}

#leftmenu_contents .arrow-gray a:hover {
	
	width: 170px;
	background: #CACD80;
	text-decoration:none;		
}
#leftmenu_contents .arrow-red-end {
	padding-left:11px;
	padding-top: 0px;
	margin: 0px 6px;
	border-top: 1px solid #FFFFFF;
	padding-bottom: 0px;
	}
/*right menu
--------------------------------------------------------------------------*/
#sidemenu-r_frame {
	background: repeat-y;
	width: 190px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#sidemenu-r_frame_topimg {
	background: url(/img/common/frame/submenu_top.gif) no-repeat;
	width: 190px;
	height: 18px;
	margin: 0px;
	padding: 0px;	
}
#sidemenu-r_frame_y_repeat {
	background: url(/img/common/frame/submenu_center.gif);
	margin: 0px;
	padding: 23px 13px 15px 13px;
}

#sidemenu-r_frame * h3{
	margin-top: 0px;
	padding-bottom: 15px;
}
#sidemenu-r_frame_y_repeat li {
	margin-left: 2px 0px 0px 0px;
	list-style: none;
	}
	
#sidemenu-r_frame_y_repeat img {
	vertical-align: top;
	margin-bottom: 2px;
}
#sidemenu-r_frame_y_repeat .arrow-red {
	margin-left: 0px;
	background: url(/img/common/arrow-red.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left:11px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #999999;
}

#sidemenu-r_frame_y_repeat .arrow-red a{
	text-decoration:none;
}

#sidemenu-r_frame_y_repeat .arrow-red a:hover{
	text-decoration:none;
}

/*サイドメニュー（右）用のラウンドに使用：
--------------------------------------------------------------------------*/
#sidemenu-r_frame_y_repeat .round
 {
	width: 164;
	margin-bottom: 15px;
	
		
}
/*
--------------------------------------------------------------------------*/
#sidemenu-r_frame .round
 {
		
}
#sidemenu-r_frame .round-top {
	background: #EBEAEA url(/img/common/sidemenu/round_t_l.gif) no-repeat top left;
	
}
#sidemenu-r_frame .round-top span {
	background: url(/img/common/sidemenu/round_t_r.gif) no-repeat top right;
	height: 10px;
	display: block;
	
}
#sidemenu-r_frame .round-bottom {
	background: #EBEAEA url(/img/common/sidemenu/round_u_l.gif) no-repeat bottom left;
}
#sidemenu-r_frame .round-bottom span {
	background: url(/img/common/sidemenu/round_u_r.gif) no-repeat right bottom;
	height: 10px;
	display: block;
}
#sidemenu-r_frame .round-body {
	font: 12px/150%;
	background: #EBEAEA;
	padding: 8px;
	width: 148px;	

}
.round-body .btn{
	
	margin-bottom: 2px;
	

}