@charset "UTF-8";

h3.title{
	margin-bottom: 10px;
}

h3#beginner1{
}

h3#beginner2{
	margin-left: 2px;
}

h3#expert1{
	margin-bottom: 12px;
}

h3#expert2{
	margin-left: 3px;
	margin-top: 4px;
	margin-bottom: 12px;
}

.faq1{
}

#faq_left{
	float: left;
	display: inline;
	width: 410px;
	margin: 0 0 0 45px;
}

#faq_right{
	float: left;
	display: inline;
	width: 410px;
	margin: 0 0 0 45px;
}

.box{
	margin: 0 5px 20px;
}

.box.beginner{
}

.box.expert{
	border: 3px solid #ff8fbd;
}

.question{
	text-align: left;
	padding: 5px 5px 5px 9px;
	position: relative;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	behavior: url("PIE/PIE.htc");
}

.answer{
	text-align: left;
	padding: 5px 5px 5px 9px;
}

.beginner .question{
	background: #fff0c6;
}

.beginner .answer{
}

.expert .question{
	background: #ffe0ea;
}

.expert .answer{
}


.question div,
.answer div {
	float: left;
	display: inlnine;
	width: 355px;
}

.question div.mark,
.answer div.mark {
	width: 20px;
	text-align: left;
}

