.normal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}
.small {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	line-height: 14px;
	color: #555555;
}
.txt10 {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;

}
.radioline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}
.smallfoot {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	line-height: 14px;
	color: #555555;
	padding: 15px;

}
.normal2 {

	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 16px;
	color: #555555;
}
.dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

.float{
         float: right;
}

.floatleft{
		 margin-right: 1em;
         float: left;
      }

.floatclear{
         clear: both;
      }

.pad10 {
	padding: 10px;
}
