/* 드래그 시 선택되는 영역의 색을 바꿔준다. CSS3  */
.rnq_newest_white .default .rnq_newest_notice ::-moz-selection { background:#b52818;color:#ffffff; } /*//////// FF ////////*/
.rnq_newest_black .default .rnq_newest_notice ::-moz-selection { background:#b52818;color:#ffffff; } /*//////// FF ////////*/
.rnq_newest_white .default .rnq_newest_notice ::selection { background:#b52818;color:#ffffff; }  /*//////// SAFARI ////////*/
.rnq_newest_black .default .rnq_newest_notice ::selection { background:#b52818;color:#ffffff; }  /*//////// SAFARI ////////*/

/* 링크글 및 타이틀 색상 */
.rnq_newest_white .default .rnq_newest_notice a { color:#505050; text-decoration:none; }
.rnq_newest_black .default .rnq_newest_notice a { color:#818181; text-decoration:none; }
.rnq_newest_white .default .rnq_newest_notice .title a { color:#505050; text-decoration:none; }
.rnq_newest_black .default .rnq_newest_notice .title a { color:#e0e0e0; text-decoration:none; }
	/* Day Box 배경 */
	.default .rnq_newest_notice .date { background:url(../images/box_background/11.jpg) no-repeat; }


/* 마우스 오버시 변화
#b2c917(green) , #de4332(red) , #ff1493(pink) , #a0a4ab(black title)
*/
.default .rnq_newest_notice ol li ul .over { background-color:#298187; color:#ffffff; }
.default .rnq_newest_notice ol li ul .over a { color:#ffffff; text-decoration:none; }
.default .rnq_newest_notice ol li ul .over .button { background:url(../images/back_button_over.png) no-repeat; }
.default .rnq_newest_notice ol li ul .over .button div { color:#000000; }