@charset "UTF-8";

/*------------------------------------------------------------------------------
	e.Gate Corp. - Print CSS
	URL: http://www.egate1.com/
	Date: 2010-01-05
	Copyright (C) e.Gate Corp. All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
div#sub,
ul#txtNav,
.toTop { display:none; }

/* Hide Background
----------------------------------------------------*/

body,
div#wrapper,
div#main,
div#footer {
	background-image:none;
	background-color:#fff;
}

/* Printing Setting
----------------------------------------------------*/

body {
	color:#000;
	font-size:11pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
}

div#wrapper,
div#header,
div#footer{ width:100%; }

a:link,
a:visited {
	color:#000;
	text-decoration:underline;
}

img { border:0; }

#siteTitle { top:0 !important; }

div#header {
	height:50px;
	padding:15px 0 !important;
	width:100%;
}

div#main {
	float:none !important;
	width:auto !important;
	margin:0 0 30px !important;
	padding:0 !important;
}

div#main #pageTitle {
	color:#000;
	border-top:3px solid #000;
		border-bottom:1px dashed #000;
	height:inherit;
	min-height:inherit;
	padding:10px;
	margin-bottom:30px;
}

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 #333; }

div#footer {
	border-top:3px solid #000;
	margin:0;
	padding-top:10px;
}

div#footer address {
	padding-left:0;
	background:none;
	margin-left:0;
	color:#000;
}
	
/*--EOF-----------------------------------------------------------------------*/
