@charset "utf-8";

*{ margin: 0; padding: 0; border: 0; list-style: none; color: #333333; text-decoration: none; }
body { width: 800px; margin: 0 auto; }
a { color: #003AB5; }

div {
	position: relative;
	float: right;
	width: 535px;
	background: no-repeat top right;
	margin: 10px 0 0;
}
p { margin: 5px 15px; line-height: 1.3em; }
p:first-letter { margin: 0 0 0 1em; }
p#title {
	height: auto !important;   /*IE以外*/
	height: 19px;                /*IE*/
	min-height: 19px;
	width: 505px;
	font-weight: bold;
	background: no-repeat;
	padding: 1px 0 0;
	margin: 340px 15px 0 15px;
}
p#title:first-letter { margin: 0 0 0 30px;}

div div {
	position: static;
	height: auto !important;    /*IE以外*/
	height: 120px;                /*IE*/
	min-height: 120px;
	padding: 0 0 5px;
	background: url(img/help_bg.png) repeat-y;
}

#helpFooter {
	position: absolute;
	bottom: 0;
}

#help1 { background-image:url(img/help1.png); }
#help2 { background-image:url(img/help2.png); }
#help3 { background-image:url(img/help3.png); }
#help4 { background-image:url(img/help4.png); }
#help5 { background-image:url(img/help5.png); }
#help6 { background-image:url(img/help6.png); }
#help7 { background-image:url(img/help7.png); }
#help8 { background-image:url(img/help8.png); }
#help9 { background-image:url(img/help9.png); }
#help10 { background-image:url(img/help10.png); }
#help11 { background-image:url(img/help11.png); }
#help12 { background-image:url(img/help12.png); }
#help1 p#title, #list1 { background-image:url(img/list_1.png); }
#help2 p#title, #list2 { background-image:url(img/list_2.png); }
#help3 p#title, #list3 { background-image:url(img/list_3.png); }
#help4 p#title, #list4 { background-image:url(img/list_4.png); }
#help5 p#title, #list5 { background-image:url(img/list_5.png); }
#help6 p#title, #list6 { background-image:url(img/list_6.png); }
#help7 p#title, #list7 { background-image:url(img/list_7.png); }
#help8 p#title, #list8 { background-image:url(img/list_8.png); }
#help9 p#title, #list9 { background-image:url(img/list_9.png); }
#help10 p#title, #list10 { background-image:url(img/list_10.png); }
#help11 p#title, #list11 { background-image:url(img/list_11.png); }
#help12 p#title, #list12 { background-image:url(img/list_12.png); }

div#index {
	float: left;
	width: 265px;
	height: auto;
	margin: 10px 0 0;
}
div#index img {
	display: block;
}
li {
	width: 215px;
	min-height: 19px;
	line-height: 19px;
	text-align: left;
	background: #ffffff no-repeat;
	padding: 0 0 0 30px;
	margin: 15px 0;
}
li.on {
	font-weight: bold;
	background: #eaebee no-repeat;
}
li a {
	display: block;
	width: 215px;
	min-height: 19px;
	font-weight: normal;
	background: #ffffff;
	padding: 0 0 0 11px;
	margin: 0 0 0 -11px;
}
li a:hover,
li a:focus { color: #000000; background: #B3E4FF; }
a.buttonBefore, a.buttonNext { display: block; width: 94px; height: 35px; margin: 0 0 0 40px; overflow: hidden; }
a.buttonBefore img { margin: 0; }
a.buttonNext img { margin: -35px 0 0; }
img.button { margin: 0 0 0 40px; }






















