@media screen and (max-width: 800px) {
 div.table{
	width:			96%;
	margin-right:		2%;
	margin-left:		2%;
 }

 div.t_content_l{
	margin-right:		1em;
	margin-left:		1em;
 }

 div.t_content_u{
 	height:			650px;
	background:		URL(../../image/99_001.jpg);
	background-repeat:	no-repeat;
	background-position:	bottom center;
	margin-bottom:		0px;
 }

}


@media print, screen and (min-width: 800px) {

 div.table{
	height:			600px;
	width:			96%;
	margin-right:		2%;
	margin-left:		2%;
 }

 div.t_content_l{
	width:			48%;
	margin-right:		4px;
	margin-left:		4px;
	float:			left;
	padding-left:		1.5em;
 }

 div.t_content_r{
	height:			100%;
	width:			45%;
	margin-right:		4px;
	padding-top:		1em;
	float:			right;
 	background:		URL(../../image/99_001.jpg);
	background-repeat:	no-repeat;
	background-position:	bottom right;
 }



}