@charset "Shift_JIS";

/* 左右マージンは好き嫌いあるが、私は好きなので。*/body {background-color:#C0FDBD;color:#002B82;margin-left:5%;margin-right:5%;}
/* 品の良くないものであるのは承知。 */.hidden {color:#C0FDBD;font-size:85%;
}

.comment{
font-size:85%;
}

a{
text-decoration:none;
color:#4444FF;
}a:link{}a:active{}
a:visited{ color:#4233DD;}a:hover{ color:#FF6699;}    a:focus{ color:#FF6699;}
h1{font-size:150%;background-color:#88AAFF;border-style:solid;
border-width:thin 0;
font-weight:bold;}h2{font-size:110%;background-color:#88AAFF;font-weight:bold;
border-style:solid;
border-width:0 0 thin 0;
}
h3{font-size:100%;border-style:solid;
border-width:0 0 thin thin;
font-weight:bold;
}
h4{font-size:100%;border-style:solid;
border-width:0 0 thin 0;
font-weight:bold;
}
h5{font-size:100%;border-style:dotted;
border-width:0 0 thin 0;
font-weight:bold;
}
h6{font-size:100%;font-weight:bold;
}
address	{
	text-align:left;
	font-style:normal;
	}

blockquote	{
	font-style:normal;
	font-weight:normal;
	border-style:dotted;
	border-width:thin;
	margin:0.5em 1em 0.5em 1em;
	padding:0em 0.5em;
	}

p{ line-height:120%;}
pre	{
	font-style:normal;
	font-weight:normal;
	font-size:90%;
	border-width:0;
	line-height:110%;
	}

dl	{
	margin:0.25em;
	padding:0.25em;
	}

dt	{
	margin:0.3em 0 0 0;
	padding:0;
	}

dd	{
	margin:0.3em 0 0 2em;
	padding:0;
	}

ol	{
	}

ul	{
	}

li	{
	line-height:120%;	}	


hr	{
	}

em	{
	color:#FF6699;
	font-style:normal;
	font-weight:normal;
	}

strong	{
	color:#FF6699;
	font-style:normal;
	font-weight:bold;
	}

small	{
	font-size:70%;
	}

big	{
	font-size:150%;
	}

q	{
	font-style:normal;
	font-weight:normal;
	color:#3399FF;
	quotes:"「" "」";
	}
	q:before{
	content:open-quote;
	}

q:after	{
	content:close-quote;
	}
cite	{
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#3399FF;
	quotes:"[" "]";
	}
code	{
	font-style:normal;
	font-weight:normal;
	}
dfn	{
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	padding:1px 0.25em;
	}
