.mid {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
}
.large {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14px;
}
.small {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
}

h1 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}
.height15 {
	line-height: 15px;
}
.height18 {
	line-height: 18px;
}
.height21 {
	line-height: 21px;
}
.height27 {
	line-height: 27px;
}
.nonline {
	text-decoration: none;
}
a {
	color:#006600;
	text-decoration: none;
}
a:hover{
	color:#CC0000;
	text-decoration: underline;
}

td {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	line-height: 18px;
}
.colorBlue {
	color: #000066;
}
.colorWhite {
	color: #FFFFFF;
}
.underDot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #006666;
}
.colorShuiro {
	color: #E03719;
}

li {
	list-style-position: outside;
	margin-left: -15px;
	list-style-type: decimal;
}
.dotline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
