@charset "UTF-8";
/* CSS Document */

.left-contents {
float:left;
}
.right-contents {
float:right;
}
.clear {
height:0;
clear:both;
}
.v-middle {
vertical-align:middle;
}
.v-bottom {
vertical-align:bottom;
}
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}

/*font size*/
.f60 {
font-size: 60%;
line-height: normal;
}
.f70 {
	font-size: 70%;
}
.f74 {
	font-size: 74%;
}
.f80 {
	font-size: 80%;
}
.f85 {
	font-size: 85%;
}
.f90 {
	font-size: 90%;
}
.f100 {
	font-size: 100%;
}
.f110 {
	font-size: 110%;
}
.f120 {
	font-size: 120%;
}
.f130 {
	font-size: 130%;
}
.f140 {
	font-size: 140%;
}
strong {
	font-weight: bold;
	color: #106F02;
}
.border {
	border: 1px solid #dedede;
}
em {
	font-weight: bold;
	color: #C33;
	font-style: normal;
}
.t120 {
	line-height: 100%;
}
.yellow  {
	font-weight: normal;
	color: #FF0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
