@charset "UTF-8";
@media print
{
	#fsswitch {	
	visibility: hidden;
	}

	}
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/

/*#fsswitch {
	position: absolute;
	width: 196px;
	top: 38px;
	right: 210px;
	

	}*/

/* 文字サイズ変更後（L・M・S） */
#contents.fontL,
body.fontL
	{
	font-size: 130%;
	}
#contents.fontM,
body.fontM
	{
	/*font-size: 100%;*/
	font-size: 130%;
	}
#contents.fontS,
body.fontS
	{
		font-size: 100%
	/*font-size: 84%;*/
	}
/* 文字サイズ変更ボタン */
dl#size {
	position: relative;
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	}
		dl#size dt
			{
			font-weight: 700;
			float: left;
			margin-right: 0.5em;
			padding-top: 0.5em;
			width: 7em;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			float: left;
			width: 80px;
			
			}
		dl#size ul
			{
			display: block;
			margin: 0;
			padding: 0;
			}
		dl#size ul li {
			padding: 0 0;
			border: none;
			margin: 0;
			}
		/* 大中小の字（変更必要なし） 
		li#small
			{
			font-size: 10px;
			}
		li#medium
			{
			font-size: 12px;
			}
		li#large
			{
			font-size: 14px;
			}*/
/*		li#small,
		li#medium,
		li#large
			{
			display: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: default;
			color: #999;
			border: 1px solid #CCC;
			background: #EFEFEF;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #FFF;
			border: 1px solid #AAA;
			background: #AAA;
			}*/
		li#small,
		li#medium,
		li#large
			{
	display: block;
	float: left;
	cursor: default;
	text-indent: -9999px;
	/*border: 1px solid #CCC;*/
	width: 26px;
	height: 26px;
	/*background: url(../images/fsize.gif) no-repeat;*/
			}
		li#small
			{
			background: url(../images/_icon/icon_hed01.png) no-repeat;
			}
		li#medium
			{
			background: url(../images/_icon/icon_hed02.png) no-repeat;
			}
		li#large
			{
			text-indent:inherit !important;
			/text-indent:0px;
			/*background: url(../images/_icon/icon_hed03.png) no-repeat;*/
			}

		li#small:hover,
		li#medium:hover,
		li#large:hover,
		li#small.on,
		li#medium.on,
		li#large.on{
			-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);
	}


/* 削除不可 */
}
