@charset "shift_JIS";

body {
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Sans-Serif;
	color:#444444;
	line-height:1.5;
	background-image: url(../img/back.gif);
/*background-color:#FFFCCD;*/
	background-repeat: no-repeat;
}

/*コンテンツエリア*/
#voice{
	width:600px;
	padding:0;
	margin:0 0 0.5em 0;
	border:none;
}

#voice dl{
	margin: 0px 10px 0.5em 0px;
}
#voice dl dt{
	font-size: 1.1em;
	margin:0;
	padding:0.5em 0 0 0;
	color: #A91437;
	font-weight: bold;
}
#voice dl dd{
	width:500px;
	padding:5px 0 5px 0;
	border-bottom:#CCCCCC 1px solid;
	margin:-2em 0 0 100px;
}

#voice dl p.tright{
	text-align:right;
	margin:0.5em 0 1em 0;
}
