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

#main p{
	color:#000000;
}

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

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

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

#interview a{
	color: #a52d4f;
}

#interview #side{
	color: black;
}


#interview #side h2{
	text-align: center;
	background-color: #64b7c7;
}

