@charset "UTF-8";
/* CSS Document */


#footer_menu_k {
	border-top: 1px solid black;
	border-bottom: 1px dotted gray;
	margin-top:10px;
	margin-bottom: 1px;
	padding-top:20px;
	padding-bottom:10px;
	font-size:13px;
}

#footer_menu_k ul {
	margin-bottom:40px;
}

#footer_menu_k li {
	width:180px;
	height:200px;
	float:left;
	margin-right:10px;	
}

#footer_menu_k dt {
	width:174px;
	height:22px;
	padding:8px 0 0 6px;
	margin-bottom:10px;
	font-size:14px;
	background-color:#7E6B5A;
	color:#fff;
}

#footer_menu_k dd {
	line-height:1.8;
	margin-left:10px;
}

#footer_menu_k a:link {
	color: #000;
	text-decoration:underline;
}
#footer_menu_k a:visited { color: #000; }
#footer_menu_k a:hover { color: #ccc; }
#footer_menu_k a:active { color: #ccc; }


#footer_menu_k dt a:link {
	color: #fff;
	text-decoration:underline;
}

#footer_menu_k dt a:visited { color: #fff; }
#footer_menu_k dt a:hover { color: #CCC; }
#footer_menu_k dt a:active { color: #fff; }
