@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Print CSS
	URL: http://foo.co.jp/
	Date: 2009-00-00
	Copyright (C) Client Name All Rights Reserved.
------------------------------------------------------------------------------*/

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

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


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

div#wrapper,
div#main,
div#footer{
	background:none;
}


/* Printing Setting
----------------------------------------------------*/

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

a:link,
a:visited{
	color:#000;
	text-decoration:underline;
}

img{border:0;}

div#main{
	float:none !important;
	width:670px !important;
	margin:0 !important;
	padding:0 0 0 100px !important;
}
div#main h1{
	position:absolute;
	top:0;
	left:0;
	border: none;
	text-align:center;
}
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;
}
	
	
/*--EOF-----------------------------------------------------------------------*/

