@charset "UTF-8";



div.heading {
width: 550px;
margin-top: 80px;
margin-bottom: 1em;
margin-bottom:0;
background: url(../img/heading_back_left.gif) no-repeat left top; 
border-bottom: 2px #c0c0c0 solid;
}

div.heading h3 {
margin: 0;
padding: 10px 10px 5px; 
background: url(../img/heading_back_right.gif) no-repeat right top; 
border-bottom: 2px #33cccc solid;
font-size: 100%; 
line-height: 100%;
}





table	{font-size:1.0em;
	margin-bottom:20px;
	width: 550px;
	border: none;
	border-collapse: collapse;
}
th,td	{padding: 8px;}

th	{width: 150px;
	text-align: right;

	background-color: #999999;
	color: #ffffff;
	border: solid 1px #d6d6cd;}

td	{background-color: #f5f5f1;
	border: solid 1px #d6d6cd;}


