@charset "utf-8";

/* font 12px/100% ------------------------------ */
.f10{font-size:83%;}
.f11{font-size:91%;}
.f12{font-size:100%;}
.f13{font-size:108%;}
.f14{font-size:116%;}
.f15{font-size:125%;}
.f16{font-size:133%;}
.f17{font-size:141%;}
.f18{font-size:150%;}
.f19{font-size:158%;}
.f20{font-size:166%;}
.f21{font-size:175%;}
.f22{font-size:183%;}
.f23{font-size:191%;}
.f24{font-size:200%;}
.f25{font-size:208%;}
.f26{font-size:216%;}

/* margin  ------------------------------ */
.mg_btom10{margin-bottom:10px;}
.mg_btom15{margin-bottom:15px;}
.mg_btom20{margin-bottom:20px;}
.mg_btom25{margin-bottom:25px;}
.mg_btom30{margin-bottom:30px;}
.mg_btom35{margin-bottom:35px;}
.mg_btom40{margin-bottom:40px;}
.mg_btom45{margin-bottom:45px;}
.mg_btom50{margin-bottom:50px;}

.mg-t15 { margin-top: 15px;}

/*   ------------------------------ */
.left {float:left}
.right {float:right;}

/* denny  ------------------------------ */
p.hide {display:none;}

hr {display: none;}

/* background text image  -------------- */
.bgt {
	text-indent: -9999px;
	overflow: hidden;
}
.cf {
	clear: both;
}

/* vertical align middle --------------- */
.valign_m {
	display: table-cell;
	vertical-align: middle;
}
/* IE 6 */
* html .valign_m {
	display: inline;
	zoom: 1;
}
/* IE 7 */
*:first-child+html .valign_m {
	display: inline;
	zoom: 1;
}
/*\*//*/
* html .valign_m {
	display: inline-block;
}
/**/

/* heading --------------- */
#main h2.ttl {
	margin: 0 0 26px 0;
	height: 61px;
}
#main .ttl_m {
	width: 716px;
	height: 33px;
	border-bottom: 2px #ffb000 solid;
	background-repeat: no-repeat;
}

/* tool ------------------ */
.column {
	padding: 10px;
	background-color: #eee;
}

.error-message
  { color: #c00; }

