@charset "shift_jis"; 

/*
===== CONTENTS =====
	last-updated: 19 Feb 2006;

	1: Quiz defult
	2: Quiz Top
	3: Past Issue
	4: Question
	5: Answer
	6: pattern parts

 
====================
*/



/* 1:Quiz defult   */
#teach_quiz #bodyQuiz {
	position: relative;
	width: 510px;
	padding: 0px;
	margin: 0px 15px;
}
#teach_quiz h1 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	line-height: normal;
}
#teach_quiz .contentsQuiz {
	margin: 5px 10px 0px;
	padding: 0px 0px 10px;
	width: 490px;
	clear: both;
	float: none;
}
#teach_quiz .contentsQuizCenter {
	margin: 5px 10px 0px;
	padding: 0px 0px 10px;
	width: 490px;
	text-align: center;
	clear: both;
	float: none;
}

#teach_quiz .contentsQuizCenter p{
	text-align: left;
}

#teach_quiz h2 {
	padding-left: 25px;
	margin-bottom: 15px;
	font-size: 130%;
	line-height: 20pt;
	background-image: url(../images/title_h2_defult.gif);
	background-position: -15px 0px;
	background-repeat: no-repeat;
	height: 100%;
}
#teach_quiz p#backpage {
	margin-top: 15px;
}
#teach_quiz .contentsQuiz p.inputLeft  {
	margin-left: 35px;
}
#teach_quiz .contentsQuiz p.inputCenter  {
	margin-left: 190px;
}

#teach_quiz li.arrow_01 {
	padding-left: 15px;
	background-image: url(../images/arrow_01.gif);
	background-repeat: no-repeat;
	line-height: 1.5em;
	background-position: 0px 3px;
}


/* 2: Quiz Top  */
#teach_quiz h2#Quizh2month {
	position: absolute;
	left: 25px;
	top: 130px!important;
	top: 132px;
	width: 340px;
	padding: 0px;
	margin: 0px;
	font-size: 131.25%;
	color: #FFFFFF;
	line-height: normal;
	background-image: none;
	height: 30px;
}

#teach_quiz #bodyQuiz p#pastIssue {
	position: absolute;
	left: 396px;
	top: 131px!important;
	top: 133px;
	font-size: 81.25%;
}
#teach_quiz ul#quizNav {
    letter-spacing: -0.4em;
}
#teach_quiz ul#quizNav li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

/* 3.Past Issue */
#teach_quiz #bodyQuiz ul.pastIssue li.arrow_01 {
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../images/arrow_01.gif) 0px 2px no-repeat;
}

/* 4: Question */
#teach_quiz p#Quizh2month2 {
	position: absolute;
	left: 300px;
	top: 80px!important;
	top: 82px;
	width: 138px;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	color: #FFFFFF;
	line-height: normal;
	background-image: none;
	height: 30px;
	font-weight: bold;
}
#teach_quiz p#backpage {
	margin-top: 15px;
}
#teach_quiz .contentsQuiz p.inputLeft  {
	margin-left: 35px;
}
#teach_quiz .contentsQuiz p.inputCenter  {
	margin-left: 190px;
}

/* 5: Answer */

#teach_quiz .contentsBGclear,#teach_quiz .contentsBGnonclear {
	margin: 5px 10px 0px;
	padding: 0px 0px 10px;
	width: 490px;
	min-height: 230px;
	background-repeat: no-repeat;
}
#teach_quiz .contentsBGclear {
	background-image: url(../../teach/quiz/otona/images/bg_clear.gif);
	height: 250px;
}
#teach_quiz .contentsBGnonclear {
	background-image: url(../../teach/quiz/otona/images/bg_nonclear.gif);
}
#teach_quiz .answerTitle {
	color: #F26522;
	text-align: center;
}

/* 6: pattern parts */
.marginR10 {
	margin-right: 10px;
}
