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

	}
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
a
	{
	text-decoration: underline;
	}
a:link
	{
	color: #2b51db;
	}
a:visited
	{
	color: #a75aa6;
	}
a:hover
	{
	color: #f37497;
	}
html
	{
	background: #fefefe;
	margin: 0;
	padding: 0;
	}
body
	{
	background: #fefefe;
	color: #333333;
	font-size: 100%;
	line-height: 1.8;
	margin: 2% 5%;
	padding: 0;
	position: relative;
	}*/

#fsswitch {
	position: absolute;
	width: 13em;
	top: 38px;
	right: 10px;
	}

/* 文字サイズ変更後（L・M・S） */
#contents.fontL,
body.fontL
	{
	font-size:110%;
	}
#contents.fontM,
body.fontM
	{
	font-size:90%;
	}
#contents.fontS,
body.fontS
	{
	font-size:70%;
	}
/* 文字サイズ変更ボタン */
dl#size {
	position: relative;
	}
		dl#size dt
			{
			font-weight: 700;
			float: left;
			margin-right: 0.5em;
			padding-top: 0.5em;
			width: 6em;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			float: right;
			width: 78px;
			
			}
		dl#size ul
			{
			display: block;
			margin: 0;
			padding: 0;
			}
#header dl#size ul {
	margin: 0 0;
	padding: 0 0;
	list-style: none;
	}
#header dl#size ul li {
	padding: 0 0;
	border: none;
	}

		/* 大中小の字（変更必要なし） 
		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;
	padding: 0;
	margin: 0;
	cursor: default;
	text-indent: -9999px;
	border: 1px solid #CCC;
	width: 26px;
	height: 26px;
	background: #FFF url(../images/fsize.gif) no-repeat;
			}
		li#small
			{
			background-position: 0 0;
			}
		li#medium
			{
			background-position: -26px 0;
			}
		li#large
			{
			background-position: -52px 0;
			}

		li#small:hover
			{
			background-position: 0 -26px;
			}
		li#medium:hover
			{
			background-position: -26px -26px;
			}
		li#large:hover
			{
			background-position: -52px -26px;
			}

		li#small.on
			{
			background-position: 0 -52px;
			}
		li#medium.on
			{
			background-position: -26px -52px;
			}
		li#large.on
			{
			background-position: -52px -52px;
			}


/* 削除不可 */
}