
	.div_paging{ margin: 10px 0;text-align: center }
	.div_paging a{ color: #555 }
	.div_paging a:hover{ color: #F55 }
	.div_paging span{ font-weight: bold;color: #00F }

	

	.list_table{ border-bottom: 2px solid #CCC }
	.list_table th{
		border-top: 4px solid #CCC;
		border-bottom: 1px solid #CCC;
		padding: 8px 0 4px;
		background-color: #DDD;
	}
	.list_table td{
		border-top: 1px solid #DDD;
		padding: 5px 0 2px;
		text-align: center;
	}



	.write_table{ border: 2px solid #CCC }
	.write_table th{ background-color: #EEE }
	.write_table th,
	.write_table td{ border: 1px solid #CCC;padding: 5px }


	.board_file{ line-height: 18px }
	.board_file a{ color: #666 }
	.board_file a:hover{ text-decoration: underline;color: #F66 }
	.board_file span{ font-size: 11px;color: #AAA }



/******************************************************************************************
¢Ñ IFRAME ´Þ·Â CSS
******************************************************************************************/
	#CalendarLayer{
		display:none;
		position: relative;
		width:176px;
		height:181px;
		z-index: 99;
	}
	#CalendarLayer iframe{ width: 100%;height: 100% }


	.input_date{
		width: 80px !important;
		text-align: center !important;
		cursor: pointer !important;
	}

