@charset "utf-8";

/*
*	※Licence: CC3.0 
*	http://creativecommons.org/licenses/by/3.0/deed.ja
*
*	Title: Fontsize Switcher 1.0
*	URI: http://10coin.com/products/fontsize-switcher/
*	Last Modified: 2008-01-06
*	Author: marble
*/

/*======================================

	Main Style

=======================================*/

dl#fontSizeSwitcher {
	margin: 13px 0 0 13px;
	padding: 2px 3px;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #018cd4;
}

dl#fontSizeSwitcher dt {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 93%;
	font-weight: bold;
}

dl#fontSizeSwitcher dd {
	margin: 0;
	padding: 0;
	float: left;
}

dl#fontSizeSwitcher dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl#fontSizeSwitcher dd ul li {
	margin: 0 0 0 3px;
	padding: 0 2px;
	float: left;
	width: 1em;
	color: white;
	font-size: 93%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

dl#fontSizeSwitcher dd ul li:hover,
dl#fontSizeSwitcher dd ul li:focus,
dl#fontSizeSwitcher dd ul li.current {
	color: black;
	background-color: white;
}

/*======================================

	Clearfix

=======================================*/

dl#fontSizeSwitcher,
dl#fontSizeSwitcher ul {
	_height: 1px;
	min-height: 1px;

	/* for MacIE5 \*//*/
	height: auto;
	overflow: hidden;
	/* end */
}

dl#fontSizeSwitcher:after,
dl#fontSizeSwitcher ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}