@charset "utf-8";
/* CSS Document */

#wrapper{ background:url(images/title_back.jpg) repeat-x top #A0CA2A;}

#main h4{ margin-bottom:20px;}

#table01{
border-collapse:collapse;
margin-bottom:10px;
width:630px;
}


#table01 th{
text-align:left;
padding:15px;
font-weight:bold;
vertical-align:top;
border-bottom:1px dashed #ccc;
}

#table01 td{
padding:15px;
border-bottom:1px dashed #ccc;
}

.gray{ color:#CCC;}

.btm{ text-align:right;}


.a_read{
	width:377px;
	float:left;
	margin:0 10px 20px 0;
}

#table02{
	width:640px;
	border-collapse:collapse;
	margin-bottom:20px;
}

#table02 tr th{
	border-bottom:#ccc 1px dotted;
	padding:10px 0 10px 15px;
	text-align:left;
}
#table02 tr td{
	border-bottom:#ccc 1px dotted;
	padding:10px 0 10px 10px;
}


#table03{
	width:640px;
	border-collapse:collapse;
	margin-bottom:20px;
}

#table03 tr th{
	border-bottom:#ccc 1px dotted;
	padding:10px 0 10px 15px;
	text-align:left;
}
#table03 tr td{
	border-bottom:#ccc 1px dotted;
	padding:10px 0 10px 60px;
}

#table03 tr.gray td,#table03 tr.gray th{
	color:#999;
	
}

#gm{
    height: 350px;
    width: 638px;
    left: 0;
    top: 0;
	border:1px solid #CCC;}
