@charset "EUC-JP";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/

/* 文字サイズ変更後（L・M・S） */
body.fontL { font-size:115%; }
body.fontM { font-size:100%; }
body.fontS { font-size:87%; }
/* 文字サイズ変更ボタン */
div#size{
text-align:right;
margin:0;
padding:0 0 25px 0;
}
		div#size ul { display: inline; }
		/* 大中小の字（変更必要なし） */
		li#changef { float:right; list-style:none; margin: 0 padding: 0; }
		li#changef img { vertical-align:bottom; margin: 0; }
		li#medium {
			overflow: hidden;
			float:right;
			padding: 0;
			margin: 0 0 0 10px;
			font-weight:bold;
			list-style:none;
			font-size: 12px;
			cursor: pointer;
			}
		li#medium a {
			 height: 20px;
			 width: 50px;
			 display:block;
			 background:url(../img/page/fc_normal.gif) no-repeat scroll left top;
			}
		li#medium a:hover {
			 background:url(../img/page/fc_normal_ov.gif) no-repeat scroll left top;
			}
		li#medium a strong {
			 position:relative;
			 height: 20px;
			 width: 50px;
			 display: block;
			 z-index:-1;
			 overflow: hidden;
			 margin: 0;
			 padding: 0;
			 font-size: 12px;
			 }
		li#large {
			overflow: hidden;
			float:right;
			padding: 0;
			margin: 0 0 0 5px;
			font-weight:bold;
			list-style:none;
			font-size: 12px;
			cursor: pointer;
			}
		li#large a {
			 height: 20px;
			 width: 60px;
			 display:block;
			 background:url(../img/page/fc_large.gif) no-repeat scroll left top;
			}
		li#large a:hover {
			 background:url(../img/page/fc_large_ov.gif) no-repeat scroll left top;
			}
		li#large a strong {
			 position:relative;
			 height: 20px;
			 width: 60px;
			 display: block;
			 z-index:-1;
			 overflow: hidden;
			 margin: 0;
			 padding: 0;
			 font-size: 12px;
			 }
/* 削除不可 */
}