@charset "UTF-8";


.Accordion {
	position:absolute;
	top:176px;
	left:167px;
	width:450px;
	height:652px;
	background-image:url(../images/bg4.gif);
	background-repeat:repeat;
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	background-image:url(../images/accordian_sp.gif);
	background-repeat:repeat-x;	
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	background-image:url(../images/a_centre.gif);
	background-repeat:repeat-y;
	font-size:14px;
	text-align:justify;
	height: 590px;
	padding: 10px 10px 10px 2px;	
}
.AccordionPanelContent table {
	left:-10px
	padding-left: -10px;
}
.AccordionPanelContent p {
	padding-left:20px;
	font-size:11px;
}
.AccordionPanelContent ul {
	list-style-type: none;
}
.li { height:6px;}
	
.text2 {
	font-size:14px;
	text-align:left;
	line-height:18px;
	
}
.text3 {
	font-size:14px;
	text-align:left;
	line-height:30px;
}
.text4 {
	font-size: 14px;
	text-align: left;
	list-style-type: none;
	margin-left:-1%;	
	font-weight: normal;
}
.AccordionPanelContent text6 {
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	color:#900;
}

 .ul{
	font-size:13px;
	text-align:left;
	line-height:24px;
	padding-left:-20px;
	list-style:none;
 }

.AccordionPanelOpen .AccordionPanelTab {
	background-image:url(../images/accordian_sp.gif);
	background-repeat:repeat-x;
	height:20px;
	color:#FF0;
	text-align:center;
	font-size:14px;
	font-weight: bold;	 
}
.q {
	color: #00F;
	font-size:16px;
}



.AccordionPanelTabHover {
	color: #555555;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FF0;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #930;
}


.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #930;
}
.red {
	font-size: 12px;
	color: #930;
}
.acc_con {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}

