@charset "utf-8";
/* CSS Document */

#main p{
	color:#000000;
}

#main p.q{
	color:#3E883D;
}

#interview #body{
	background: #ffffff url(images/bg.jpg) no-repeat 100% 110px;
}

#interview hr{
   border-width: 0px 0px 1px 0px;
   border-bottom:1px dashed #999999;
}

#interview a{
	color:#000000;
}

#interview #side{
	color: #3E883D;
}


#interview #side h2{
	background-color: #3E883D;
}

