@charset "utf-8";

/* CSS Document */

/*main
-------------------------------------------------*/

#body #main {
	background: none;
}

#body #main .main {
	margin: 0 0 30px 0;
}

#body #main #box05 {
	margin: 0 0 0 0;
}

/* title */

#body #main #title {
	height: 273px;
	margin: 0 0 0 0;
	position: relative;
}

#body #main #title p {
	z-index: 100;
}

#body #main #lnav {
	position: absolute;
	top: 202px;
	left: 0;
	z-index: 300;
}

#body #main #lnav li {
	float: left;
}

#body #main .inner_main {
	padding-bottom: 27px;
}

#body #main div div ul {
	padding: 18px 26px 16px 23px;
}

#body #main div div li {
	background: url(../img/index_q_bg01.gif) left top no-repeat;
	/zoom: 1;
}

#body #main div div li.first {
	margin-top: 0;
}

#body #main div div li {
	margin-top: 17px;
}

#body #main div div li.active {
	background: url(../img/index_q_bg01_active.gif) left top no-repeat;
}

#body #main div div li dt {
	background: url(../img/index_q_bg02.gif) left bottom no-repeat;
}

#body #main div div li.active dt {
	background: url(../img/index_q_bg02_active.gif) left bottom no-repeat;
}

#body #main div div li a {
	display: block;
	padding: 11px 0 14px 15px;
	width: 565px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/index_q_open.gif) 513px center no-repeat;
	outline: none;
}

#body #main div div li.hover a {
	background: url(../img/index_q_open_hover.gif) 513px center no-repeat;
}

#body #main div div li.active a {
	background: url(../img/index_q_close.gif) 513px center no-repeat;
}

#body #main div div li.active dt.hover a {
	background: url(../img/index_q_close_hover.gif) 513px center no-repeat;
}

#body #main div div li dt span.question {
	position: relative;
	width: 450px;
	display: table-cell;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
}

#body #main div div li dt span.icon {
	position: relative;
	display: table-cell;
	/display: inline;
	/zoom: 1;
	vertical-align: middle;
	position: relative;
	width: 36px;
	height: 36px;
	line-height: 0;
	font-size: 0;
	padding-right: 9px;
	overflow: hidden;
	background: url(../img/index_q.gif) left top no-repeat;
}

#body #main div div li.active dt span.icon {
	background: url(../img/index_q_active.gif) left top no-repeat;
}

/* box01 */

#body #main div div li dd {
	display: none;
}

#body #main div div li.active dd {
	position: relative;
	display: block;
	padding: 18px 31px 18px 66px;
	background: #ccc url(../img/index_a_bg.gif) left bottom no-repeat;
	/zoom: 1;
}

#body #main div div li dd span {
	text-indent: inherit;
}

#body #main div div li dd span.icon {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 36px;
	height: 36px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	background: url(../img/index_a.gif) left top no-repeat;
} 

#body #main .inner_main p.pagetop {
	padding: 0 26px 0 0;
	text-align: right;
}

#body #main p.pagetop {
	clear: both;
	padding: 10px 5px 8px 0;
	text-align: right;
}