/* CSS Document */
.clear {
	clear:both;
}

.imgover {
}

.float-right {
	float:right;
}

.inline {
	display:inline;
}

.txt-center {
	text-align:center;
}

.txt-right {
	text-align:right;
}

#main .contents p.f08 {
	font-size:80%;
	line-height:100%;
}

#main .contents p.f09 {
	font-size:90%;
	line-height:100%;
	color:#963634;
}

.f11 {
	font-size:110%;
}

.f12 {
	font-size:120%;
}

.f13 {
	font-size:130%;
}

.f14 {
	font-size:140%;
}

.f15 {
	font-size:150%;
}

.w11em {
	width:11em;
	display:block;
	float:left;
}

.m0 {
	margin:0;
	line-height:100%;
	margin-bottom:1em;
}

.mt3em {
	margin-top:3em;
}

.mt1em {
	margin-top:1em;
}

.gray { 
	color:#CCC;
}

.bold {
	font-weight:bold;
}

.red {
	color:#F00;
}

a.link:hover {
	color:#F30;
}