

/*------------------------------------------------------------------------------
	UNIPOS - Print CSS
	URL: http://www.unipos.net/
	Date: 2012-10-11
	Copyright © 2013 UNIPOS.NET All rights reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
/*div#sub,
div#footer,*/
div#main p.toTop{display:none;}

/* Hide Background
----------------------------------------------------*/

body,
div#wrapper,
div#main{
	background-image:none;
	background-color:#fff;
	}
div#footer{
	background-image:none;
	background-color:#1a59b2;
	}
/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.03em;
	}

a:link,
a:visited{
	color: #1a59b2;
	text-decoration:none;
	}

img{border:0;}

div#main{
	/*float:none !important;
	width:auto !important;*/
	margin:0 !important;
	padding:0 !important;
}

div#main ul{
	list-style-type:square;
	list-style-position:inside;
	}
div#main ul li{
	/*padding-left:0;*/
	/*background:none;*/
	
	}

div#main table,
div#main table th,
div#main table td{
	border: 1px solid #cacaca;
	}
	
	
/*--EOF-----------------------------------------------------------------------*/
