@charset "Shift_JIS";

/* header
---------------------------------------------------- */
#header {
	text-align: left;
	width: 651px;
	height: 62px;
	margin: 0px auto 15px;
}
#header p#logo {
	float: left;
	padding: 12px 0px 0px;
}


/* footer
---------------------------------------------------- */
#footer {
	background: url(../img/common_bg_footer_line.gif) repeat-x top;
	text-align: left;
	width: 651px;
	padding: 10px 0px 27px;
	margin: 33px auto 0px;
}
#txt {
	color:#666666;
	text-align: right;
	float: right;
	padding: 6px 0px 0px;
}


/* help_main
---------------------------------------------------- */
#help_main {
	margin: 0px auto;
	width: 651px;
}
#help_main h1 {
	margin-bottom: 15px;
}
#help_main h2 {
	margin-bottom: 6px;
}

/* margin_ctrl */
.margin_ctrl_btm_3px {
	margin-bottom: 3px;
}
.margin_ctrl_btm_5px {
	margin-bottom: 5px;
}
.margin_ctrl_btm_30px {
	margin-bottom: 26px;
}

/* textlink_arrow */
ul.textlink_arrow li {
	background: url(../img/common_arrow.gif) no-repeat left top;
	padding-left: 10px;
}

/* textlink_circle */
ul.textlink_circle li {
	background: url(../img/common_circle.gif) no-repeat left top;
	padding-left: 13px;
}

/* textlink_number */
ol.textlink_number li.number01 {
	background: url(../img/common_number_01.gif) no-repeat left top;
	padding-left: 22px;
}
ol.textlink_number li.number02 {
	background: url(../img/common_number_02.gif) no-repeat left top;
	padding-left: 22px;
}
ol.textlink_number li.number03 {
	background: url(../img/common_number_03.gif) no-repeat left top;
	padding-left: 22px;
}
ol.textlink_number li.number04 {
	background: url(../img/common_number_04.gif) no-repeat left top;
	padding-left: 22px;
}
