@charset "Shift_JIS";

/*レフトメニュー*/
#leftmenu_navi {
	width:185px;
	text-align:left;
	font-size:80%;
	}
#leftmenu_navi a {
	display:block;
	background-image: url(../img/left_arrow.gif);
	background-repeat: no-repeat;
	padding:8px 5px 8px 24px;
	text-decoration:none;
	color:#000000;
	background-position: 0px center;
	}
#leftmenu_navi a:hover {
	background-color:#FFFFFF;
	color:#B91450;
	}
#leftmenu_navi .select {
	display:block;
	background-image: url(../img/left_arrow.gif);
	background-repeat: no-repeat;
	padding:8px 5px 8px 24px;
	text-decoration:none;
	color:#B91450;
	background-position: 0px center;
	background-color:#FFFFFF;
	}
#leftmenu_navi img {
	display:block;
	margin:0px;
	}
.lefthead {
	background-color:#333333;
	height:5px;
	}	
#leftmenu_navi .subselect {
	display:block;
	background-image: url(../img/tree.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	color:#B91450;
	background-position: 27px center;
	background-color:#FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 45px;
	}

/*レフトメニュードット線*/
.dotbar {
	background-image:url(../img/dot_line.gif);
	background-repeat:no-repeat;
	display:block;
	width:185px;
	height:1px;
	border:none;
	margin:0;
	padding:0;
	line-height:0px;
	background-position: center center;
	}

