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

html{
height: 100%;
}

.big_box{
	height:auto;
	width:680px;
	margin:0 auto;
	clear:both;
}

.image_box{
	height:auto;
	width:326;
	margin-right:10px;
	float:left;
}

.bun{
	height:auto;
	width:340;
	float:left;
	table-layout:fixed;
}

.bun h2,h3,h4{
font-size:16px;
font-weight:800;
color:#000066;
margin:0;
padding:0;
}

.su th{
	background-color:#080134;
	width:150px;
	height:auto;
	padding:5px;
	color:#FFF;
	text-align:center;
	}

.su td{
	width:150px;
	height:auto;
	padding:5px;
	color:#333;
	text-align:center;
	border-top:solid 1px #003;
	}

.voice{
	float:left;
	width:290px;
	margin-right:20px;
	padding:3px;
	}
	
.voice img{
margin-right:5px;
	}	
