@charset "shift_jis";
/* CSS Document */

#fax_wrap {
	background-image: url(../img/fax/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

#fax_header {
	height: 60px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fax/hd_bg.gif);
}
.toziru {
	float: right;
	height: 18px;
	width: 110px;
	margin-top: 26px;
	margin-right: 8px;
	overflow: hidden;
}
#fax_content {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

#fax_footer {
	text-align: center;
	overflow: hidden;
	background-image: url(../img/fax/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	clear: both;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.fax_copyright {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}
.f14-b_r {
	font-size: 16px;
	font-weight: bold;
	color: #FF3333;
}

