
/*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;
}*/
/* 文字サイズ変更後（L・M・S） */
body.fontL {
	font-size:120%;
}
body.fontM {
	font-size:100%;
}
body.fontS {
	font-size:80%;
}
/* 文字サイズ変更ボタン */
#size {
}
#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:pointer;
	color: #ffffff;
	border: 1px solid #000099;
	background: #000099;
	font-size: 12px;
}
li#small:hover,  li#medium:hover,  li#large:hover {
	color: #000099;
	border: 1px solid #000099;
	background: #ffffff;
}
/* 削除不可 */
@media screen {}
