#container-qna {
	width: 100%;
	border-bottom: solid 1px #333230;
	background: #fff url(imgs/bg-program-qna.jpg) center top no-repeat;	
}
#content {
	width: 710px;
	padding-top: 113px;
	padding-bottom: 4em;
	margin: 0 95px;
	font-size: 80%;
	text-align: left;
}
#questions {
	width: 600px;
	margin: 2em 55px 3em 55px;
}
#questions ul {
	list-style: none;
}
#questions li {
	list-style: none;
	display: block;
	width: 100%;
	height: 33px;
	margin: 10px 0;
	border-bottom: 1px solid #e6e6e6;
}
#questions li span a {
	color: #F3641E;
	text-decoration: none;
}
#questions li span a:hover {
	color: #F3641E;
	text-decoration: underline;
}
#questions li a {
	color: #666;
	text-decoration: none;
}
#questions li a:hover {
	color: #09B0F4;
}
.question-number {
	width: 30px;
	color: #09B0F4;
	margin-right: 5px;
	font-size: 180%;
	font-style: Arial;
	font-weight: bolder;
	text-align: right;
	vertical-align: middle;
}
#answers {

}
#answers ul {
	list-style: none;
}
#answers li {
	list-style: none;
	margin-top: 4em;
}
#answers h2 {
	display: inline;
	padding-right: 11px;
	font-size: 14px;
	color: #fff;
	background: url(imgs/bg-qna-question2.gif) top right no-repeat;
}
#answers span {
	padding-top: 7px;
	padding-bottom: 29px;
	padding-left: 12px;
	background: url(imgs/bg-qna-question1.gif) top left no-repeat;
}
#answers dl {
	width: 650px;
	padding-top: 1.2em;
	margin-top: 1.2em;
	margin-left: 60px;
	font-size: 90%;
	color: #737373;
	line-height: 1.8em;
}
#answers dt {
}
#answers dd {
	margin-top: 1em;
	text-align: right;
}
#admin-panel {
	text-align: left;
	margin-left: 1em;
	margin-bottom: .5em;
	font-size: 70%;
}
#admin-panel a {
	color: #888;
	text-decoration: none;
}
#admin-panel a:hover {
	color: #333;
}
.text2 {/* ¤º®e */
	border: 1px solid  #CCC;
	background-color: #F3F3F3;
	padding: 2px;
	width: 98%;
}

