@charset "utf-8";


/* Font Size setting
--------------------------------------------------*/
body {
	font-size: 90%; /* normal */
	line-height: 20px;
}

#header #fs_select ul .fs_small a {
	display: block;
	width: 15px;
	height: 20px;
	background:url(../img/common/header_fs_small_off.gif)
}
#header #fs_select ul .fs_small a:hover {
	display: block;
	width: 15px;
	height: 20px;
	background:url(../img/common/header_fs_small_on.gif)
}
#header #fs_select ul .fs_normal a {
	display: block;
	width: 17px;
	height: 20px;
	background:url(../img/common/header_fs_normal_on.gif)
}
#header #fs_select ul .fs_normal a:hover {
	display: block;
	width: 17px;
	height: 20px;
	background:url(../img/common/header_fs_normal_on.gif)
}
#header #fs_select ul .fs_large a {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../img/common/header_fs_large_off.gif)
}
#header #fs_select ul .fs_large a:hover {
	display: block;
	width: 20px;
	height: 20px;
	background:url(../img/common/header_fs_large_on.gif)
}