/* CSS Document */

body{
	background-repeat:repeat;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* リンク */
a.l1:link{
	color: #EAE972;
	text-decoration: underline;
	font-weight: bold;
}
a.l1:visited{color: #D4D46A; text-decoration: underline; font-weight: bold;}
a.l1:active{color: #EAEA00;text-decoration: underline;font-weight: bold;}
a.l1:hover{color: #EAEA00;text-decoration: underline;font-weight: bold;}

a.l2:link{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
a.l2:visited{color: #9A5607; text-decoration: underline; font-weight: bold;}
a.l2:active{color: #E08417;text-decoration: underline;font-weight: bold;}
a.l2:hover{color: #E08417;text-decoration: underline;font-weight: bold;}

/* フッター */
a.link_bg:hover {
background-color: gray;
} 

a.link_txt {
text-decoration: none;
border-bottom: 1px dotted;
} 