@charset "utf-8";


.HybLtHdr #voice_main {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0px;
	width: 900px;
	background-color: #ffffff;
}

.int_head {
	background-color: #666666;
	width: 900px;
	margin: 0px;
	padding: 0px;
}


#titlebox {
	padding: 20px;
	margin: 0px;
}
#i_dd {
	width: 860px;
	overflow: hidden;
	position: relative;
	margin: 0px;
}

#i_dd .title03 {
  margin: 0;
  padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #ffcc33;
}


#voice_contents {
	margin: 20px 70px 0px 70px;
	padding-bottom: 20px;
}
.voice01 {
	padding-top : 40px;
}
.voice02 {
	padding-top : 20px;
}
.voice03 {
	padding-top : 20px;
	float: right;
	width: 430px;	
}
.voice04 {
	padding-top : 20px;
	clear: both;	
}
.devright {
	float: right;	
}
.devleft {
	float: left;	
}
.qa {
	margin-top : 10px;
	
}



