@charset "utf-8";

/*
 *		QUESTION AND ANSWER STYLE
 */


div#contents h1{
	width: 437px;
	height: 73px;
	margin: 20px auto;
	background: url(../images/faq/faq_header.gif) no-repeat;
	text-indent: -1000em;
}

div#contents h2,
div#contents h3{
	width: 600px;
	font-size: 135%;
	margin: 20px auto;
}

div#contents ul#scr-menu{
	position:relative;
	width: 600px;
	margin: 5px auto;
	height: 25px;
	padding: 5px 0 0 0;
	background: #F2F5F6;
	border-top: 1px solid #0C9;
	border-bottom: 1px solid #0C9;
	z-index: 0;
}

div#contents ul#scr-menu li{
	position: relative;
	display: inline;
	font-size: 12px;
	margin: 0 13px;
	padding: 0;
	z-index: 20;
}

div#contents ul#scr-menu li a{
	text-decoration: none;
	color: #638DA1;
}

#slider {
	position: absolute;
	background: #0C9;
	border: 1px solid #0C9;
	width: 80px;
	height: 20px;
	padding: 0;
	z-index: 1;
}


div#contents p{
	width: 600px;
	margin: 5px auto;
}

div#contents dl#add{
	width: 200px;
	padding: 20px 30px;
	margin: 20px auto;
	border: 2px solid #CCC;
}


div#contents dl#add dt{
}

div#contents dl#add dd{
	display: block;
	padding: 0;
	background: none;
}


/* FAQ STYLE */
div#contents dl.faq{
	width: 605px;
	margin: 15px auto;
}

div#contents dl.faq dt{
	width: 603px;
	height: 38px;
	font-weight: bold;
	padding: 3px 0px 0 50px;
	margin: 10px 0;
	background: url(../images/faq/q_bg.gif) no-repeat;
	cursor: pointer;
}

div#contents dl.faq dd{
	width: 550px;
	margin-left: 15px;
	padding-left: 50px;
	background: url(../images/faq/ans_bg.gif) no-repeat left;
	display: none;
}

div#contents dl.faq dd ul{list-style: disc; margin: 10px 30px;}


div#contents table{
	width: 480px;
	margin: auto;
	border: 1px solid #0CC;
}
div#contents table th,
div#contents table td{
	text-align: center;
	padding: 2px;
	border: 1px solid #0CC;
}

div#contents div#faq4{
	width: 600px;
	margin: auto;
}

div#contents div#faq4 table{
	width: auto;
	border: none;
}

div#contents div#faq4 table th{text-align: left;}


div#contents div#faq5 table{
	width: 550px;
	margin: 20px auto;
	border: none;
}

div#contents div#faq5 table td{
	font-weight: 700;
	text-align: left;
	padding: 5px;
	border: none;
}

div#contents ul.category-end{
	position: relative;
	width: 170px;
	height: 36px;
	margin: 30px 0 0 550px;
	
}

div#contents ul.category-end li.ce1 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 36px;
	background: url(../images/common/bt_form.gif) no-repeat left;
	text-indent: -1000em;
	overflow: hidden;
}
div#contents ul.category-end li.ce1 a:hover{background: url(../images/common/bt_form.gif) no-repeat right;}

div#contents ul.category-end li.ce2 a{
	position: absolute;
	top: 1px;
	left: 135px;
	width: 34px;
	height: 34px;
	background: url(../images/common/bt_top.gif) no-repeat left;
	text-indent: -1000em;
	overflow: hidden;
}
div#contents ul.category-end li.ce2 a:hover{background: url(../images/common/bt_top.gif) no-repeat right;}

