@charset "utf-8";
/* CSS Document */

ul.accordion {
	font-size:12px;
	margin-bottom:30px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	text-align: left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(../../PIE.html);
	background-color: #999;
}
ul.accordion a {
	display:block;
	color:#222222;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
ul.accordion span {
	display:block;
	color:#222222;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
ul.accordion ul {display:none;}

ul.accordion > li {
		}
ul.accordion > li > p {
	font-size: 12px;
	line-height: 15px;
}
ul.accordion > li > ul > li {
	background-color: #FFF;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-collapse: solid;

}
ul.accordion > li > ul > li > li:last-child {border:none;}

ul.accordion > li > p span {
	background-image:url(../image/support/s_icon_link.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	cursor:pointer;
}
ul.accordion > li > p span.open {
	background-image:url(../image/support/s_icon_open_o.png);
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
ul.accordion > li > a {
	background-image:url(../image/support/s_icon_link.png);
	font-size: 12px;
	line-height: 15px;
}

ul.accordion > li > ul > li > p span {background-image:url(img/b_close.html);}
ul.accordion > li > ul > li > p span.open {background-image:url(img/b_open.html);}
ul.accordion > li > ul > li > a {
}

ul.accordion > li > ul > li > ul > li a {background-image:url(img/c_link.html); color:#333;}
#s_main .s_leftnav {
	width: 260px;
	float: left;
}
#s_main .s_leftnav .accordion .s_tb {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	border-collapse:collapse;
}
#s_main .s_leftnav .accordion .s_bb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-collapse:collapse;
}
#s_main .s_rightconts {
	float: right;
	width: 580px;
	text-align: left;
}

#s_main .s_rightconts .s_main_conts_area h4 {
	background-color: #CCC;
	font-size: 15px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: normal;
	margin: 5px;
	clear: both;
}
.s_pagetop_area.right a span {
	background-image: url(../image/support/support_pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
#s_main .s_leftnav .accordion li a:hover {
	background-color: #F5F5F5;
}
#s_main .s_noneul {
	background-image:url(../image/support/s_icon_link.png);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.s_main_conts_area p.s_p {
	font-size: 14px;
	line-height: 26px;
}
.s_link {
	color: #003399;
}
.s_red {
	color: #C00;
}
#s_main .s_rightconts .s_main_conts_area h5 {
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	font-weight: normal;
}
.content_in {
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.s_attention {
	font-size: 15px;
	color: #C00;
}
.s_table{
	border-collapse:collapse;
	width: 550px;
	clear: both;
}

.s_table td{
	border-collapse:collapse;
	border:1px solid #B8B8B8;
	padding:5px;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	vertical-align:middle;
}
.s_table th{
	border-collapse:collapse;
	border:1px solid #B8B8B8;
	padding:7px;
	font-weight:bold;
	background-color:#E4E4E4;
	font-size:12px;
	line-height:18px;
	text-align:center;
	vertical-align:middle;
}
