@charset "utf-8";
.frame_t {
	background-image: url(../img/corp/back_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	margin-bottom: 20px;
}
#page_list {
	margin-top: 20px;
}


.frame_b {
	background-image: url(../img/corp/back_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#support_guide {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
}
#support_guide h3 {
	margin-bottom: 20px;
}

#support_guide h4 {
	margin-bottom: 30px;
	font-size: 16px;
}

#support_guide h5 {
	margin-bottom: 20px;
	font-size: 16px;
	background-color: #FFE6E6;
	margin-top: 20px;
	color: #333333;
	padding: 5px;
}
#support_guide h6 {
	margin-bottom: 10px;
	font-size: 15px;
	margin-top: 10px;
	color: #333333;
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
}
#support_guide p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.right_margin20 {
	padding-right: 20px;
}
#support_guide li {
}
#support_guide hr {
border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
	margin-top: 40px;
	margin-bottom: 30px;
	}
