
/* format,character関係 */
#wrapper_footer
{
	text-align: left;
	padding: 0px 10px;
	margin: 0 auto 0;
}

#copyright
{
	text-align: right;
	margin-right: 10px;
}

/* list_link関係 */
#footer
{
	text-align: right;
	margin-right: 10px;
	list-style-type: none;
}

#footer a:link
{
	/* 通常時のハイパーリンクの設定 */
	color: #709F26;
	text-decoration: none;
}

#footer a:visited
{
	/* すでに訪問済みのハイパーリンクの設定 */
	color: #709F26;
	text-decoration: none;
}

#footer a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	color: #00cc00;
	text-decoration: none;
}

#footer a:active
{
	/* ハイパーリンクをクリックした時の設定 */
	color: #00cc00;
	text-decoration: none;
}

.add
{
	list-style-type: none;
	font-style: normal;
}

.add a:link
{
	/* 通常時のハイパーリンクの設定 */
	color: #709F26;
	text-decoration: none;
}

.add a:visited
{
	/* すでに訪問済みのハイパーリンクの設定 */
	color: #709F26;
	text-decoration: none;
}

.add a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	color: #00cc00;
	text-decoration: none;
}

.add a:active
{
	/* ハイパーリンクをクリックした時の設定 */
	color: #00cc00;
	text-decoration: none;
}
