@charset "utf-8";
/* ================================================================================================
  VOICE (@_0)
================================================================================================ */

/************************************************************** VOICE */

div#agency-voice h3 {
		background: #ccc url(./images/bg_voice-date.jpg) no-repeat; 
		font-size: 15px;
		vertical-align: middle;
		color: #fff;
		margin: 10px 0;
		padding: 3px 0 3px 35px;
		}
div#agency-voice h4 {
		clear: both;
		height: 27px;
		background: url(./images/bg_voiceTitle.gif) no-repeat bottom;
		font-size: 16px;
		color: #000099;
		padding: 6px 0 0 25px;
		border-top: 1px solid #eee;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		}
div.voiceEntry {
		margin: 20px 20px 50px 20px;
		}

div.voiceList {
		width: 100%;
		background: #fff;
		margin: 20px 0 0 0;
		}
div.voiceList ul.general {
		margin: 10px 10px 20px 10px;
		}

/************************************************************** voice LIST */
ul.voiceGeneral {
		list-style: none;
		margin: 10px 20px 40px 30px;
		padding: 0;
		}
ul.voiceGeneral li {
		list-style: none;
		background: url(./images/icon_q.gif) no-repeat; 
		margin: 10px 0;
		padding: 0 0 0 25px;
		}



/* END VOICE */