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

#main p{
	color:#000000;
}

#main p.q{
	color:#c8c0a9;
}

#main p.b{
	color:#fb8cc1;
}

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

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

#interview a{
	color:#ff0000;
}

#interview #side{
	color: #000000;
}


#interview #side h2{
	background-color: #d2cec3;
}

