@charset "UTF-8";

/*------------------------------------------------------------------------------
	Pearl Berry Garden Anfiesta - Print CSS
	URL: http://www.anfiesta.jp/
	Date: 2008-09-11
	Copyright (C) Pearl Berry Garden Anfiesta. All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
#globalNav,
#subNav,
p#pan,
#subContent,
#footer,
#tocontact,
#mainContent p.toTop{display:none;}

/* Hide Background
----------------------------------------------------*/

body,
#wrapper,
#mainContent,
.inner,
#footer{
	background-image:none;
	background-color:#fff;
	}

/* 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;}

#mainContent{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	}

#mainContent ul{
	list-style-type:square;
	list-style-position:inside;
	}
#mainContent ul li{
	padding-left:0;
	background:none;
	}

#mainContent table,
#mainContent table th,
#mainContent table td{
	border:1px solid #333;
	}
	
#header{
	float: none;
}
