#link a:link {
	color: #AD9217;
	text-decoration: underline;
}
#link a:hover {
	color: #FB7F88;
	text-decoration: none;
}
#link a:active {
	color: #AD9217;
	text-decoration: underline;
}
#link a:visited {
	color: #AD9217;
	text-decoration: underline;
}
.header-list2 {
	background-attachment: scroll;
	background-image: url(../img/common/header-bg.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	padding-bottom: 14px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	border: none;
	width: 808px;
	height: 70px;
}

