@charset "utf-8";

.noData{height:600px;}

#contentsArea h2{margin-bottom:20px;}

table,/*caption,*/th,td{border:1px solid #CCC;}

table {
	width:100%;
	border-collapse:separate;
	border-right:0;
	border-bottom:0;
	border-spacing: 0;
}

/*for IE6,7*/
*html table{border-collapse:collapse;}
*+html table{border-collapse:collapse;}

caption{border-bottom:0;}

th,td{
	border-top:0; border-left:0;
	padding:2px 5px;
	line-height:1.5em;
}

th {
	font-weight:bold;
	line-height:1.2em;
	background:#EEE url(../../img/frame/stripe_white_transmit.gif) top left;
	color:#FFF;
}
th,
em,
h3{color:#50ACCF;}

em{
	font-style:normal;
	margin-bottom:15px;
	display:block;
}
