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

.voice_text01{
	width:100%;
	height:auto;
	margin-bottom:30px;
}


.voice_text01 A { text-decoration:underline; }
.voice_text01 A:link { color:#990000; } 
.voice_text01 A:visited { color: 990000; } 
.voice_text01 A:hover { color: #FF6600; } 
.voice_text01 A:active { color: #ff0000; } 


.voice_m_title{
	width:100%;
	height:auto;
	background-color:#990000;
	color:#fff;
	padding:5px 10px;
	
}

.voice_m_title h3{
	font-size:18px;
	font-weight:bold;
}

.voice_deta{
	width:100%;
	height:auto;
	text-align:right;
	font-size:14px;
	color:#990000;
	
}


pre {
	padding:10px;
	white-space: pre-wrap ;
}

.voice_s_title{
	width:98%;
	height:auto;
	background-color:#eeeeee;
	color:#000;
	padding:5px 10px;
	margin:0px auto;
	
}

.voice_text_waku{
	width:98%;
	height:auto;
	margin:15px auto 30px auto;
}








