@charset "utf-8";
#sidebar2{
	font-size:90%;
         border: 1px solid #FDC89E;
         	border-radius: 6px 6px 6px 6px; /* CSS3草案 */
	
	-moz-border-radius: 6px 6px 6px 6px;
	
	-webkit-border-top-left-radius: 6px;  /*左上*/
	-webkit-border-top-right-radius: 6px;  /*右上*/
	-webkit-border-bottom-right-radius: 6px; /*右下*/
	-webkit-border-bottom-left-radius: 6px; /*左下*/


}
#sidebar2 .kanren_back{
	background:url("../../img/kanren_back.gif") no-repeat left bottom;
	padding:0;
	width:100%;
}


#sidebar2 h2 {
	clear: both;
	font-size: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0.5em 0 0.6em;
	text-align: center;
         margin-right: 3px;
}

#sidebar2 h3 {
	clear: both;
	font-size: 100%;
	line-height: 150%;
	margin: 5px 15px 0px 5px;
	padding: 0.2em 0px 0.2em 15px;
	background-position: 50%;
	background: url("/img/main_a_h2.gif");
	text-align: left;
}


#sidebar2 .menu_list_c {
	width:100%;
	margin:0px;
	padding:0px;
}

#sidebar2 .menu_list_c ul {
	display:block;
	margin:0px;
	padding:5px 5px 0px 25px;
}

#sidebar2 .menu_list_c li {
	padding:0px;
	margin:0px;
	border:none;
}

#sidebar2 .menu_list_c li span.line_a {
	display:blcok;
	vertical-align:1px;
}