@charset "utf-8";
/* Unchanged */



/*****************************/

/*############################################*/
/*レフトnavi*/
/*############################################*/
#columnLeft dd ul{
	height:35px;
}
#columnLeft dd li{
	
}
#columnLeft dd li a{
	background:url(./images/share/left_navi.gif) no-repeat;
}
/**/
#lnAcc, #lnAcc a:link, #lnAcc a:visited{
	height:35px;
	background-position:0 0;
}
/*hover*/
#lnAcc a:hover{
	height:35px;
	background-position:-190px 0;
}
/*選択*/
#lnAccView, #lnAccView a:link, #lnAccView a:visited, #lnAccView a:hover{
	height:35px;
	background-position:-190px 0;
}




/*############################################*/
/*アクセスマップ*/
/*############################################*/
#access {
	padding-top:20px;
	}

#access .line{
	border-left: 1px solid #c3bfad;
	border-right: 1px solid #c3bfad;
	padding:12px 25px 15px 25px;
	}

#access .line .block{
	background:url(../images/share/dotline.gif) left bottom repeat-x;
	padding-bottom:2px;
	}

#access .line ul{
	margin:1.5em 0 10px 0;
	padding:0 0 0 2.75em;
	list-style-type:disc;
}
#access .line li{
	margin:0;
	padding:0 0 8px 0;
	list-style-type:disc;
}
#privacy .line li strong{
	font-weight:bold;
	font-style:normal;
}

#access .line dl{
	margin:15px 20px 0 0;
	width:176px;
	float:left;
		}

#access .line dl.end{
	float:right;
	margin:15px 0 0 0;
	}		

#access .line dl dt{
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	font-style:normal;
	}
#access .line dl dd{
	padding:0;
	margin:0;
	}

