@charset "UTF-8";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/

/* 文字サイズ変更後（L・M・S） */



div.fontL{
	font-size:14px;
}


div.fontM{
	font-size:12px;
}

	
div.fontS{
	font-size:10px;
}







/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			font-weight: 700;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			}
		dl#size ul
			{
			display: inline;
			}
		/* 大中小の字（変更必要なし） */
		li#small
			{
			font-size: 80%;
			}
		li#medium
			{
			font-size: 100%;
			}
		li#large
			{
			font-size: 120%;
			}
		li#small,
		li#medium,
		li#large
			{
			display: inline;
			padding: 4px 4px 4px 4px;
			margin: 0 0 0 4px;
			cursor: pointer;
			color: #333333;
			
			font-size: 11px;
			background: url(../../img/switch_bg.gif) no-repeat left top;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #fff;			
			background: url(../../img/switch_bg_on.gif) no-repeat left top;
			}
		
		ul.font li#medium,	
		ul.fontS li#small,
		ul.fontM li#medium,
		ul.fontL li#large{
			color: #fff;
			background: url(../../img/switch_bg_on.gif) no-repeat left top;
		}



/* 削除不可 */
}