@charset "UTF-8";

/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/

/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size: 16px;
	}
body.fontM
	{
	font-size: 14px;
	}
body.fontS
	{
	font-size: 12px;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
dl#size dt {
	float: left;
	width: 59px;
	height: 12px;
	margin-right: 45px;
	background: url(../../images/txt_size.png) no-repeat;
}
			
dl#size dd {
			margin: 0;
			background-image: url("");
}
			
dl#size dd ul li {
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	cursor: pointer;
}
			
/* 大中小の字（変更必要なし） */
li#small {			
	background: url(../../images/btn_ssize.png) no-repeat;
}
			
li#medium {
	background: url(../../images/btn_msize.png) no-repeat;
}
			
li#large {
	background: url(../../images/btn_lsize.png) no-repeat;
}

