@charset "utf-8";	

/*==============================	
	((CSS INDEX))

	CSS for Top Page
	
==============================*/	
table.privacy {	
	width:100%;
	border:none;
	border-top:dashed 1px #999;
	border-bottom:none;
	border-left:none;
	border-right:dashed 1px #999;
	border-collapse: collapse;
}

table.privacy td{
	background: url(../common/line_tate.png) left top repeat-y;
	border-bottom:dashed 1px #999!important;
	padding:8px 10px 8px 10px;
}

table.privacy th{
	width: 35%;
	background:url(../common/line_tate.png) left top repeat-y #F3F1EC !important;
	padding:8px 10px 8px 10px;
}

