/*
a:link {color: #FF6600; text-decoration: none; font-weight: bold}
a:visited {color: #CC9966; text-decoration: none; font-weight: bold}
a:active {color: #FF0000; text-decoration: none}
a:hover {color: #FF0000; text-decoration: none; font-weight: bold}
.default {
	font-size: 12px;
	line-height: 20px;
	font-family: "Times New Roman", "Times", "serif";
}
.defaultBold {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	font-family: "Times New Roman", "Times", "serif";
}
.small {
	font-size: 10px;
	line-height: 12px;
	font-family: "Arial", "Helvetica", "sans-serif";
}*/
.tight {
	line-height: 140%;
}
.smallBold {
	line-height: 110%;
	font-weight: bold;
}
.spec {
	font-size: 85%;
	line-height: 110%;
}
.specBold {
	font-size: 85%;
	line-height: 110%;
	font-weight: bold;
}
.tightBold {
	line-height: 140%;
}
.med {
	line-height: 110%;
	font-weight: normal;
}
.medBold { line-height: 110%; font-weight: bold; }

/*  追加スタイル  */

.small {
	font-size:85% !important;
	line-height:110%;
}