/* CSS Document */
a{
	 text-decoration: none;
	 }

#stage{
	margin: 0px;
	width: 800px;
	height:auto;
}	 
#left_stage{
     float: left;
	 margin: 0px;
	 width: 154px;
	height:800px;
	 border-right: 1px solid #999999;
	 }	 
#right_stage{
     width:630px;
     float: left;
	 margin: 0px;
	 height: auto;
	 margin-left: 14px;
	 }	
#pankuzu{
     display: block;
	 width: 144px;
	 height: 17px;
	 margin: 5px 0px 1px 5px;
     color: #000000;
	 text-decoration: none;
	  }
#pankuzu a{
     color: #ff6633;
	 text-decoration: none;
	 }
#left_menu{
	display:block;
	position:relative;
	margin:0px 0px 0px 5px;
	height:auto;
	width:144px;
	border-top-width: 1px;
}

#k_submenu01 {
	display:block;
	width:144px;
	height:35px;
	background-image:url(../img/kowledge_over.gif);
	background-repeat:no-repeat;
	float:left;
	margin-bottom: 1px;
}
#k_submenu01 a{
	display:block;
	width:144px;
	height:35px;
	background-image:url(../img/knowledge.gif);
	background-repeat:no-repeat;
	float:left;
}	
#k_submenu01 a:hover{
	background-image:url(../img/knowledge_over.gif);
	display: block;
}

.LeftMenu_text{
     color: #FFFFFF;
	 font-weight: bold;
	 margin: 12px 0px 0px 18px;
	 text-decoration: none;
	 border: none;
}
.LeftMenu_text_here{
     color: #000000;
	 font-weight: bold;
	 margin: 12px 0px 0px 18px;
	 text-decoration: none;
	 border: none;
}

.cont_wrap{
     width:100%;
	 height:230px;
	 margin:0px;
}
.cont_lwrap{
	 float:left;
}
.cont_rwrap{
	 float:left;
}
.title01{
     width:auto;
	 height:auto;
	 margin:10px 0px;
}
.quiz_text01{
     width:377px;
	 height:auto;
	 padding:0px 10px;
	 line-height:150%;
}
.title02{
     width:100%;
	 height:auto;
	 margin:10px 0px;
}
.question_bg{
     width:588px;
	 height:380px;
	 border:1px solid #009999;
	 background-color:#f7f7f7;
	 padding:20px;
	 margin-bottom:20px;
}
.question_wrap{
     width:588px;
	 height:auto;
     float:left;
	 margin-bottom:10px;
	 border-bottom:1px dotted #999999;
}
.question_lwrap{
     float:left;
}
.question_rwrap{
     float:right;
	 margin:70px 0px 10px 0px;
}

