/* ====================================================================== */
/* メインタイトル */
/* ====================================================================== */

.mainttl-plain {
	width: 885px;
	height: 101px;
	color: #456d8e;
	padding: 15px 0px 0px 15px;
	text-align: left;
	background: url("../img/cmn/mainttl_plain.jpg") no-repeat;
}

.mainttl-simple {
	padding: 0px 0px 0px 0px;
}

/* ====================================================================== */
/* サブタイトル */
/* ====================================================================== */

.subttl-plain {
	padding: 0px 0px 0px 0px;
	color: #456d8e;
	letter-spacing: 0.1em;
}

.subttl-plain a {
	color: #333333;
	text-decoration: none;
}

.subttl-plain a:hover {
	color: #ff7f00;
	text-decoration: none;
}

.subttl-simple {
}

