@import url("global.css");

.box{
	border-bottom:1px dotted #CCCCCC;
	padding-top:30px;
}
.frimg{
	float:right;
	margin:0 0 10px 20px;
}
.flimg{
	float:left;
	margin:0 20px 10px 0;
}
.cap{
	background:#EFEFEF;
	width:300px;
	color:#666;
}
.cap p{
	padding:5px;
	font-size:14px;
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.img01{
	width:300px;
	height:200px;
	overflow:hidden;
}

/* table */
.infotable{
	border:1px solid #DFDFDF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.infotable table{
	border-collapse:collapse;
	width:100%;
}
.infotable table th{
	padding:15px 15px 15px 25px;
	border-bottom:1px dotted #CCCCCC;
}
.infotable table .nobd {
	border-bottom:none;
}
.infotable table td{
	padding:15px 15px 15px 0;
	border-bottom:1px dotted #CCCCCC;
}
.infotable table td .bdl{
	background:url(../voice/img/tablebg.gif) repeat-y top left;
	padding-left:25px;
}




h3{
	font-weight:bold;
	font-size:20px;
	margin-bottom:15px;
	line-height:1.5;
}

.txt{
	margin-bottom:35px;
}

.endmsg{
	padding-top:20px;
	background:url(../voice/img/endmsg_bg.gif) no-repeat right bottom;
	min-height: 165px;  
	height: auto !important;  
	height: 165px; 
	padding-right:146px;
}
.pagepath{
	line-height:50px;
	margin-top:20px;
	background:#DCF1FA;
	padding:0 10px;
}
.pagepath li{
	width:350px;	
}
.p_bef{
	float:left;
}
.p_nex{
	text-align:right;
	float:right;
}

.list{
	padding-bottom:10px;
}
.list li{
	margin-bottom:5px;
}
.list li a{
	color:#E38800;
}