@charset "Shift_JIS";
@media screen {
/*
* ORG_0006 (2008.05.18)
* 作成者: 坂取
* URI: http://az-store.nrym.org/
*/

/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:100%;
	}
body.fontM
	{
	font-size:90%;
	}
body.fontS
	{
	font-size:80%;
	}

/* ==================== */
/* 11. Original class & id */
/* ==================== */
/* 文字サイズ変更ボタン */
dl#size
	{
	text-align: right;
	margin: 0;
	padding: 0;
	}
		dl#size dt
			{
			font-weight: 700;
			display: none;
			}
		dl#size dd
			{
			margin: 0;
			border: none;
			}
		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: block;
			width:25px;
			height:26px;
			text-indent:-9999px;
			list-style-type:none;
			margin: 0 0 0 6px;
			cursor:pointer;
			border:;
			font-size: 12px;
			float:left;
			}
		li#small
			{
			background:url('../img_common/font_s.gif') no-repeat;
			}
		li#medium
			{
			background:url('../img_common/font_m.gif') no-repeat;
			}
		li#large
			{
			background:url('../img_common/font_l.gif') no-repeat;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color:;
			border:;
			background:;
			}
		li#small:hover
			{
			background:url('../img_common/font_s_hover.gif') no-repeat;
			}
		li#medium:hover
			{
			background:url('../img_common/font_m_hover.gif') no-repeat;
			}
		li#large:hover
			{
			background:url('../img_common/font_l_hover.gif') no-repeat;
			}

/* ↓必ず残すこと（@media） */
}