@charset "utf-8";

.subcont {
	text-align: left;
	width: 980px;
	margin: 0 auto;
}
.subcont:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .subcont {
    height: 1em;
    overflow: visible;
}
/**/

/* title
--------------------------------------------- */

.tih301 {
	font-size: 20pt;
	font-weight: normal;
	color: #000;
	text-align: center;
}

.tih301b {
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
}

.tih302 {
	font-size: 18pt;
	font-weight: normal;
}

.tih303 {
	font-size: 22pt;
	font-weight: normal;
}

.tih304 {
	font-size: 25pt;
	font-weight: normal;
	color: #e60012;
}


/* margin
--------------------------------------------- */

.flol {
	float: left;
}

.flor {
	float: right;
}

.cen {
	text-align: center;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb102 {
	margin-bottom: 102px;
}


/* font
--------------------------------------------- */

.tx000 {
	color: #000;
}

.txred {
	color: #e60012;
}

.txs {
	font-size: 115%;
}


