@charset "UTF-8";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/
a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #006633;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
html
	{
	background: #fefefe;
	margin: 0;
	padding: 0;
	}
body {
 	font-size:78%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:100%;
	}
body.fontM
	{
	font-size:78%;
	}
body.fontS
	{
	font-size:60%;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			font-weight: 100;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			}
		dl#size ul
			{
			display: inline;
			}
		/* 大中小の字 */
		li#small
			{
			font-size: 100%;
			}
		li#medium
			{
			font-size: 100%;
			}
			li#large
			{
			font-size: 100%;
			}
		li#small,
		li#medium,
		li#large
			{
			display: inline;
			padding: 2px 2px;
			margin: 0 0 0 0.3em;
			cursor: pointer;
			color: #000000;
			border: 1px solid #006600;
			background: #FFFFFF;
			font-size: 12px;
			}
			
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #000000;
			border: 1px solid #006600;
			background: #ffccff;
			}


/* 削除不可 */
}