html{
}
body{
	background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAAABCAIAAAB/kG/JAAAANklEQVR4nGP8//8/A3GAaIXY9JKvlXx7KXEwJWBAAooiSylyMJmaB87BA2ApJRlgCCYJGtoLALV8It8CAcxVAAAAAElFTkSuQmCC") top right repeat-y fixed;
	color: #666;
	font-family: Tahoma,IPAPGothic,"IPA Pゴシック",sans-serif;
	margin: 0 2ex;
	text-shadow: 0.1em 0.1em 0.2em #999;
}
section{
	margin-left: 2ex;
}
a:link,a:visited{
	color: #00C;
	text-decoration: none;
	text-shadow: 0.1em 0.1em 0.2em #00F;
}
a:hover,a:visited:hover{
	color: #C00;
	background-color: #FCC;
	text-shadow: 0.1em 0.1em 0.2em #F00;
}
h1{
	color: #999;
}
.comment:before{
	content: "(※ ";
}
.comment:after{
	content: ")";
}
.comment{
	color: #096;
}
.warning{
	color: orange;
}

body > h1{
	font-size: 170%;
}
body > h2, body > section > h1{
	font-size: 130%;
}
body > h3, body > section > section > h1 {
	font-size: 110%;
}

footer{
	border-top:thin solid;
	margin-top:1em;
}
#footerlink{
	margin-top: 0.5em;
	text-align:center;
}
#footerlink a:link{
	margin-left:2.5ex;
	margin-right:2.5ex;
}

select[multiple="multiple"]
{
	width: 20ex;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus
{
	background-color:#fff0e0;
}

input[disabled="disabled"],
select[disabled="disabled"],
textarea[disabled="disabled"]
{
	background-color:#666666;
}

.komagoma{
	color:#555;
	font-size:50%;
}

