.f12 {
	font-size: 1.0em;
}
.f90 {
	font-size: 0.9em;
}
.f80 {
	font-size: 0.8em;
}
.f110 {
	font-size: 1.1em;
}
.f120 {
	font-size: 1.2em;
}
.f100b {
	font-size: 1.0em;
	font-weight: bold;
}
.f90b {
	font-size: 0.9em;
	font-weight: bold;
}
td.f90b{
	text-align: center;
}
a {
	font-size: 1.0em;
	text-decoration: none;
}
a:hover {
	font-size: 1.0em;
	text-decoration: underline;
}
.f120b {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
}
.f100 {
	font-size: 1.0em;
}
.f90red {
	font-size: 0.9em;
	color: #990000;
}


/* faq */

#faq{
	background: #ffc;
}

#faq h2{
	background: #d44;
	color: #fff;
	font-size: 16px;
	padding: 10px;
}
.unit{
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
}
.unit li{
	font-size: 12px;
	display: inline-block;
	padding: 0 2px;
}

dt.question,
dt.answer{
	display:none;

}

dd.question{
	background-image: url("../images/qa_q.gif");
	background-position: 0 10px;
	background-repeat: no-repeat;
	border-top: 1px solid #d00;
	color: #24a;
	font-size: 14px;
	margin: 0 20px;
	padding: 10px 20px 10px 30px;
}

dd.answer{
	background-image: url("../images/qa_a.gif");
	background-repeat: no-repeat;
	color: #a22;
	font-size: 14px;
	margin: 0 20px;
	padding: 0 20px 10px 30px;
}

