@charset "utf-8";
/* CSS Document */
.custamr-voice{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.custamr-voice h1{
	font-size: 16px;
	font-weight: bold;
	color: #660;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #600;
}
.custamr-voice dl{
	font-size:14px;
}
.custamr-voice dt{
	clear:both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.custamr-voice dd{
}

.custamr-voice ul {
	list-style:none;
	float:left;
	padding:0px;
}

.custamr-voice li img{
	width:20%;
	float:left;

}
.custamr-voice li a{
	float:left;
	margin-left:10px;
	margin-bottom:5px;
	background:#CCC;
	display: block;
	text-decoration:none;
}
.custamr-voice li a:active,.custamr-voice li a:hover{
	background:#fff;
	display: block;
	text-decoration:none;
}

