#fontswitch {
	height: 50px;
	float: right;
	width: 120px;
}

#fontswitch h1 {
	width: 120px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	padding: 1px 5px;
}

#fontswitch li {
     float: left;
     list-style-type: none;
}

#fontswitch li a {
	width: 30px;
	height: 14px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin-left: 5px;
	padding: 4px 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #BF368F;
	background-image: url(./images/button-1.gif);
	background-repeat: no-repeat;
}

#fontswitch li a:active {
	height: 12px;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	outline: none;
	background-color: #FF3366;
	background-image: url(./images/button-2.gif);
	background-repeat: no-repeat;
}

#fontswitch li a:visited {outline: none;}

