﻿@charset "UTF-8";
@media screen
{
/*
*  Author: 坂取
*  Author URI: http://az-store.nrym.org/
*/
a
	{
	text-decoration: underline;
	}
a:link
	{
	color: #445BAF;
	}
a:visited
	{
	color: #445BAF;
	}
a:hover
	{
	color: #445BAF;
	}
html
	{
	background: #fefefe;
	}
body
	{
	background: #fefefe;
	color: #333333;
	font-size: 100%;
	line-height: 1.5;
	position: relative;

	}
/* 文字サイズ変更後（L・M・S） */
body.fontL
	{
	font-size:105%;
	}
body.fontM
	{
	font-size:95%;
	}
body.fontS
	{
	font-size:80%;
	}
/* 文字サイズ変更ボタン */
dl#size
	{
	}
		dl#size dt
			{
			font-weight: 700;
			}
		dl#size dd
			{
			margin: 0;
			background-image: url("");
			}
		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 #D5DCF2;
			background: #D5DCF2;
			font-size: 12px;
			}
		li#small:hover,
		li#medium:hover,
		li#large:hover
			{
			color: #D5DCF2;
			border: 1px solid #D5DCF2;
			background: #ffffff;
			}
               

/* 削除不可 */
}