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


/*table-wrap*/

#table_wrap{
	position: relative;	
}

	#table_wrap h2{
		position: relative;
		top: 20px;
		margin-left: 26px;
	}

	/*table*/
	table#top_list_table{
		width: 500px;
		border: 1px solid #e8b3ac;
		background: #ffeae5 url('/images/table_bg.png') top left;
		padding: 13px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-top: -48px;
	}
	
	table#top_list_table td.space{
			height: 38px;
	}
		table#top_list_table td{
			padding-bottom: 12px;	
		}
		
	/*logo*/
	table#top_list_table td.logo{
		padding-left: 13px;
	}
	
	/*description*/
	table#top_list_table td.description{
		width:  229px;
		color: #511d1d;
		line-height: 19px;
	}
	
	/*button*/
	table#top_list_table td.button a{
		width: 86px;
		height: 32px;
		display: block;
		background: url('/images/btn.png') no-repeat;
		text-indent: -9999px;
	}
	
	table#top_list_table td.button a:hover{
		background: url('/images/btn_hover.png') no-repeat;	
	}
