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


h2{
	background:url(../img/main_voice.jpg) center center;
	width:600px;
	height:150px;
	text-indent:-5000px;
	display:inline-block;
}

#bar_voice1{
	background:url(../img/bar_voice.jpg) no-repeat center center;
	width:602px;
	height:33px;
	display:inline-block;
	text-indent:-3000px;
}

.voice_inner{
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
	margin-bottom:15px;
    overflow: hidden;
}

.voice_inner:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .voice_inner {
    height: 1em;
    overflow: visible;
}
/**/

.voice_l{
	float:left;
	width:133px;
}

.voice_r{
	float:right;
	width:440px;
	border:1px solid #AA0000;
	padding:10px;
}
