@charset "EUC-JP";
a:link {
	background-color:inherit;
	color:blue;
	text-decoration:underline;
}
a:visited {
	background-color:inherit;
	color:navy;
	text-decoration:none;
}
a:hover {
	background-color:inherit;
	color:red;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing:0.3em;
}
h1 {
	font-size:144%;
}
h2 {
	font-size:120%
}
h3 {
	font-size:100%;
}
body {
	margin-left:3em;
	margin-right:3em;
	margin-top:3em;
	line-height:1.3;
	background-color:#fffff0;
}
p,li,td,blockquote {
	line-height:1.3;
}
img {
	border:none;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.honbun {
	text-indent:1em;
}
.yohaku {
	margin-left:5mm;
	margin-right:5mm;
	margin-bottom:5mm;
}
.indent1 {
	margin-left:1.5em;
}
.indent2 {
	margin-left:3em;
}
.indent3 {
	margin-left:4.5em;
}
.indent-1 {
	text-indent:-1em;
}
.indent-2 {
	text-indent:-2em;
}
.midasi {
	margin-left:-1.5em;
}
.gou {
	list-style-type:cjk-ideographic;
}
.gou2 {
	list-style-type:katakana-iroha;
}
.g-b {
	font-family:£Í£Ó ¥´¥·¥Ã¥¯,ms gothic,gothic,sans-serif;
	font-weight:bold;
}
@media print{
body{
	font-size:9pt;
}
h1 {
	font-size:14pt
}
h2 {
	font-size:12pt
}
h3 {
	font-size:10pt
}
}
