@charset "utf-8";
/* CSS Document */

.head_img {
	background:url(../images/category/guide/hed_img.jpg) no-repeat;
	height: 150px;
	width: 920px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.sub_title {
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 1.2em;
}
.title {
	background: #E6E6E6;
	font-size: 1.1em;
	font-weight: normal;
	padding: 6px 6px 6px 10px;
	margin-bottom: 15px;
}
.title span {
	border-left: 5px solid #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.btn_wrap {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	margin-bottom: 20px;
}
.btn_member01 {
	float: left;
	width: 200px;
}
.btn_member02 {
	width: 200px;
	float: right;
}
.btn_member01 a {
	background: url(../images/category/guide/btn_member.gif) no-repeat 0 0;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.btn_member01 a:hover {
	background: url(../images/category/guide/btn_member.gif) no-repeat 0 -75px;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.btn_member02 a {
	background: url(../images/category/guide/btn_member.gif) no-repeat -200px 0;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.btn_member02 a:hover {
	background: url(../images/category/guide/btn_member.gif) no-repeat -200px -75px;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
#howto_title01 {
	background: url(../images/category/guide/kessai_title.gif);
	height: 30px;
	width: 680px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#howto_title02 {
	background: url(../images/category/guide/web_title.gif);
	height: 30px;
	width: 680px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.btn_fax {
	height: 75px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.btn_fax a {
	background: url(../images/category/guide/btn_fax.gif) no-repeat 0 0;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.btn_fax a:hover {
	background: url(../images/category/guide/btn_fax.gif) no-repeat 0 -75px;
	height: 75px;
	width: 200px;
	text-indent: -9999px;
	display: block;
}
.guide_table {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
.guide_table th {
	background: #F0F0F0;
	padding: 8px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.guide_table td {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

