@charset "utf-8";
.tfa-menu {
	width: 500px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.tfa-menu a {
	width: 229px;
	height: 29px;
    text-indent: -9999px;
	display: block;	
}

.tfa-menu a.three {
    float: left;
	background: url(../img/tfa/tfalink.gif) no-repeat 0px 0px;
}
.tfa-menu a.three:active,
.tfa-menu a.three:focus,
.tfa-menu a.three:hover {
	background: url(../img/tfa/tfalink.gif) no-repeat -229px 0px;
}

.tfa-menu a.three2 {
    float: right;
	background: url(../img/tfa/tfalink.gif) no-repeat 0px 0px;
}
.tfa-menu a.three2:active,
.tfa-menu a.three2:focus,
.tfa-menu a.three2:hover {
	background: url(../img/tfa/tfalink.gif) no-repeat -229px 0px;
}

.tfa-menu a.tfatop {
    float: left;
	background: url(../img/tfa/tfalink.gif) no-repeat 0px -58px;
}
.tfa-menu a.tfatop:active,
.tfa-menu a.tfatop:focus,
.tfa-menu a.tfatop:hover {
	background: url(../img/tfa/tfalink.gif) no-repeat -229px -58px;
}

.tfa-menu a.tfatop2 {
    float: right;
	background: url(../img/tfa/tfalink.gif) no-repeat 0px -58px;
}
.tfa-menu a.tfatop2:active,
.tfa-menu a.tfatop2:focus,
.tfa-menu a.tfatop2:hover {
	background: url(../img/tfa/tfalink.gif) no-repeat -229px -58px;
}

.tfa-menu a.for {
    float: right;
	background: url(../img/tfa/tfalink.gif) no-repeat 0px -29px;
}
.tfa-menu a.for:active,
.tfa-menu a.for:focus,
.tfa-menu a.for:hover {
	background: url(../img/tfa/tfalink.gif) no-repeat -229px -29px;
}
.tfa-detail {
}
.tfa-detail .tfa-detail-inner {
	width: 560px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #e5e5e5;
}
.tfa-detail-inner p {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.three-title-detail {
	width: 560px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #E9F4FF;
}
.three-title-detail p {
	font-size: 1.2em;
	color: #336699;
	padding: 15px;
	line-height: 1.4em;
}
.three-detail {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.three-detail-inner {
	margin-top: 15px;
}
.three-detail-inner .three-detail-inner-content {
	float: left;
	width: 335px;
}
.three-detail-inner img {
	display: block;
	float: right;
}
.three-detail-inner .three-detail-inner-content p {
	padding-right: 8px;
	padding-left: 15px;
}

.for-detail {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.for-detail-inner {
	margin-top: 15px;
}
.for-detail-inner .for-detail-inner-content {
	float: left;
	width: 335px;
	background-image: url(../img/tfa/for-arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	height: 160px;
}
.for-detail-inner img {
	display: block;
	float: right;
}
.for-detail-inner .for-detail-inner-content p {
	padding-right: 5px;
	padding-left: 45px;
}

