@charset "shift-jis";
@media screen
{

/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:120%;
	}
body.fontM
	{
	font-size:100%;
	}
body.fontS
	{
	font-size:80%;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			float:left; 
			font-size:11px;
			}
		dl#size a{
		text-decoration:none;
		color:#000;
		}
		dl#size a:hover{
		background-color:#dcedda;
		}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			float:right; 
			font-size:11px;	
			}
		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: inline;
			padding: 2px 3px;
			margin: 0 0 0 0.5em;
			cursor: help;
			color: #ffffff;
			border: 1px solid #919b4a;
			background: #919b4a;
			font-size: 11px;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #919b4a;
			border: 1px solid #919b4a;
			background: #ffffff;
			}

}
