@charset "utf8";
body{ 
	background-color: #ffffff;

	margin-top: 15pt;
	margin-left: 15pt;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3","小塚ゴシック Std B","ＭＳ Ｐゴシック";
	word-spacing: 2pt;
}

h1 {
	font-size: 28pt;
	color: #000044;  
	text-shadow: 3px 3px 2px #666b70;
}

h2 {
	font-size: 22pt;
	color: #000044;  
	text-align: left;
}

h3 {
	font-size: 18pt;
	color: #000044;  
	text-align: left;
}

h4 {
	font-size: 16pt;
	color: #000044;  
	text-align: left;
}

h5 {
	font-size: 14pt;
	color: #000077;  
	text-align: left;
}
h5:first-letter { font-size: 18pt; }

#fs12 { 
	font-size: 12pt;
}

#fs20 { 
	font-size: 20pt;
}

p {
	line-height: 125%;
}
dl {
	line-height: 120%;
}
li {
	line-height: 100%;
}
ul {
	color: #000044;  
}

td, th {
	padding: 10px 10px;
}
img {
	border-style: hidden;
	border-width: 1px; 
	color: #FF0000;
	margin-bottom: -7px;
	margin-right: 2px;
}

.indent { text-indent: 15pt; }

