@charset "utf-8";

@import "standard03.css";
@import "main.css";

/* 文字サイズ変更用btn */
#header ul li.fontl a {
	background-position: center -25px;
	color: #FFFFFF;
	font-weight: bold;
}
#header ul li.fontl a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul li.fontl a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul li.fontl a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul li.fontm a {
	background-position: center 0px;
	color: #3C1E00;
	font-weight: normal;
}
#header ul li.fontm a:visited {
	color: #3C1E00;
	text-decoration: none;
}
#header ul li.fontm a:hover {
	color: #3C1E00;
	text-decoration: none;
}
#header ul li.fontm a:active {
	color: #3C1E00;
	text-decoration: none;
}

