@charset "utf-8";
#info {
	height: 389px;
	overflow: auto;
}
#info #menu {
	height: 28px;
	width: 446px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/faq_menu_bg_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#info #menu ul {
	background-image: url(../img/faq_menu_bg_right.gif);
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: right top;
}
#info #menu li {
	list-style-type: none;
	width: 138px;
	height: 28px;
	float: left;
}
#info #menu  a {
	display: block;
	height: 28px;
	width: 138px;
}
#info #menu  #menu1 {
	background-image: url(../img/faq_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#info #menu #menu1_b {
	background-image: url(../img/faq_menu.gif);
	background-repeat: no-repeat;
	background-position: left -28px;
}

#info #menu #menu2 {
	background-image: url(../img/faq_menu.gif);
	background-repeat: no-repeat;
	background-position: -137px top;
}
#info #menu #menu2_b {
	background-image: url(../img/faq_menu.gif);
	background-repeat: no-repeat;
	background-position: -137px -28px;
}

#info #menu #menu3 {
	background-image: url(../img/faq_menu.gif);
	background-repeat: no-repeat;
	background-position: -274px top;
}
#info #menu #menu3_b {
	background-image: url(../img/faq_menu.gif);
	background-repeat: no-repeat;
	background-position: -274px -28px;
}
#info   #menu   li   span  {
	display: none;
}

#info #text {
	width: 569px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/faq_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}
#info  #text  #next {
	font-size: 1.2em;
	position: absolute;
	width: 5em;
	top: 20px;
	left: 232px;
}
#info  #text  #next  a {
	color: #00b3de;
	font-weight: bold;
	text-decoration: none;
}
#info #text #back {
	font-size: 1.2em;
	position: absolute;
	width: 5em;
	top: 20px;
	left: 229px;
}
#info #text #back a {
	color: #DD0000;
	font-weight: bold;
	text-decoration: none;
}


#info #text h2 {
	margin: 0px;
	padding: 0px;
}
#info #text #qlist {
	float: left;
	width: 292px;
	font-size: 1.2em;
}
#info #text #qlist li {
	list-style-type: none;
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#info #text #qlist #q1 {
	background-image: url(../img/list_icon_now.gif);
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
}

#info #text #qlist li a {
	color: #444444;
	text-decoration: none;
}
#info #text #qlist .bg_color {
	background-color: #DADAD9;
}

#info #text #alist {
	float: right;
	width: 270px;
	font-size: 1.2em;
	line-height: 1.6;
}
#info #text #alist ul {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../img/ans_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A2E2FB;
	margin-bottom: 10px;
	margin-top: 10px;
}
#info #text #alist li {
	text-align: left;
	list-style-type: none;
	display: none;
	background-image: url(../img/ans_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
}
#info #text #alist #a1 {
	display: block;
}
#main #info #notice {
	font-size: 1.2em;
	text-align: center;
	padding-top: 20px;
}
