@charset "utf-8";

div.content{
	padding-bottom: 0;
}

div.voices{
	padding: 0 0 50px 0;
}

div.voices h2.vertical{
	float: left;
	padding-right: 50px;
	padding-bottom: 50px;
}

div.voices p{
	line-height: 1.8;
	padding: 0 50px;
}
div.voices p.include{
	overflow: hidden;
}

div.voices h3{
	display: block;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.3;
	padding: 50px 50px 0px 50px;
	margin-bottom: 1.5em;
}

hr {
	clear: both;
	margin: 50px 50px 0;
	height:0;
	border:0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}

img.alignLeft{
	float: left;
	margin: 5px 30px 20px 0;
}

img.alignRight{
	float: right;
	margin: 5px 0 10px 30px;
}


dl.voice{
	overflow: hidden;
}

dl.voice dt{
	width: 10em;
	float: left;
	overflow: hidden;
	border-top: 1px dotted #999;
	padding: 1.5em 0 0 0;
	font-size: 15px;
	font-weight: normal;
}

dl.voice dd{
	margin-left: 17em;
	margin-bottom: 70px;
}

dl.voice dd ul{
	margin-bottom: 3.5em;
}

dl.voice dd.bottom,
dl.voice dd.bottom ul.bottom{
	margin-bottom: 0;
}

ul.voiceList{
	overflow: hidden;
}

ul.voiceList li{
	float: left;
	margin-bottom: 30px;
}

li.left{
	margin-right: 30px;
}

ul.voiceList a{
	display: block;
	width: 213px;
}

ul.voiceList a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div.column{
	clear: both;
	background: url(../img/bg_column.gif);
	padding: 10px;
	margin: 50px 50px 0;
}

div.column div.inner{
	background-color: #fff;
	padding: 30px 40px 30px;
}

div.inner{
	overflow: hidden;
}

div.inner p{
	padding: 0;
	line-height: 1.5;
}

div.inner p.tab{
	display: block;
	margin-bottom: 30px;
}

div.inner p.lead{
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

p.update{
	margin-top: 20px;
	text-align: right;
}