/*-----基本フォント-----*/
body {
	font-weight: normal;
	color: #333333;
	font-size: 80%;
	line-height: 1.7em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
.blue {
	color: #039;
}

.orange {
	color: #F90;
	background: url(none);
}
.light-blue {
	color: #39F;
}
.light-green {
	color: #9C0;
}
/*-----フッター-----*/
.b12white {
	font-weight: bold;
	padding-bottom: 5px;
	color: #FFF;
	line-height: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	margin-right: 15px;
}
.s10 {
	font-size: 90%;
	margin-bottom: 10px;
}

