@charset "UTF-8";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/

/* 文字サイズ変更後（L・M・S） */
td.fontL
	{
	font-size:120%;
	}
td.fontM
	{
	font-size:100%;
	}
td.fontS
	{
	font-size:80%;
	}
/* 文字サイズ変更ボタン */
		table#size{
			width:100px;
		}
		table#size th
			{
			font-weight:normal;
			font-size:8px;
			}
		table#size td
			{
			}
		table#size ul
			{
			display: inline;
			margin:0;
			padding:0;
			}
		/* 大中小の字（変更必要なし） */
		li#small
			{
			font-size: 80%;
			}
		li#medium
			{
			font-size: 100%;
			}
			li#large
			{
			font-size: 120%;
			}
		li#small,
		li#medium,
		li#large
			{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 2px;
			cursor: help;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 12px;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #919b4a;
			border: 1px solid #919b4a;
			background: #ffffff;
			}



/* 削除不可 */
}