@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#voice {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #voice {
	height: 500px;
}

#voice a {
	text-decoration: underline;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#voice div.voice-Lt {
	width: 140px;
	float: left;
}

#voice div.voice-Rt {
	width: 410px;
	float: right;
}

#voice div.voice-Rt h4{
	font-weight: bold;
	line-height: 1.2em;
}

#voice div.voice-wrap {
	margin-bottom: 30px;
	padding-bottom: 26px;
	background: url(../../shared/images/common_bg_002.gif) left bottom repeat-x;
}

#voice div.voice-detail-wrap {
	line-height: 1.5em;
	font-size: 80%;
}

#voice img.img-Lt {
	float: left;
	margin: 0 10px 10px 0;
}

#voice img.img-Rt {
	float: right;
	margin: 0 0 10px 10px;
}

#voice h5{
	color:#1a2c58;
	margin:0px 0px 15px 0px;
}
