@charset "UTF-8";

/*------------------------------------------------------------------------------
	Megabass - Print CSS
	URL: http://www.megabass.co.jp/
	Date: 2009-00-00
	Copyright (C) Megabass All Rights Reserved.
------------------------------------------------------------------------------*/

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

ul#skip,
#globalNav,
#subNav,
#header #siteTitle #tagline,
#header #contactNav,
div#sub,
div#contentsHeader,
div#contentsFooter,
div#main .contact,
div#main p.toTop{display:none;}

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

body,
div#wrapper,
div.inner,
div#contents,
div#main,
div#footer{
	width:640px !important;
}
div.inner{
	padding:0 !important;
}

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

body{
	color:#000;
	font-size:10pt;
	}

#header{
	height:100px;
	padding:0;
}
#header #siteTitle img{
	padding:0;
}

div#contents{
	background:none;
}
div#main{
	float:none !important;
	width:640px !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{
	}

div#footer{
	clear:both !important;
	width:640px !important;
	margin:10px 0 0;
	padding:0;
	background:#fff;
}
#footer address{
	margin:0;
	padding:0;
	background:none;
}
#footer .area,
#footer #copyright{
	display:none;
}

	
body#poiGate div#main table em.note{
	font-size:6pt;
}
body#poiGate div#main #intro,
body#poiGate div#main form p.alignC{
	display:none;
}
body#poiGate #main table td textarea,
body#poiGate #main table td input.textLabel{
	border:none;
}
	
/*--EOF-----------------------------------------------------------------------*/
