@charset "UTF-8";

/*------------------------------------------------------------------------------
	中根製茶 茶つみの里 - Print CSS
	URL: https://www.e-ochaya.co.jp/
	Date: 2009-00-00
	Copyright(C) 2013 Chatsuminosato, 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,
div#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;}

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 #333;
	}
	
	
/*--EOF-----------------------------------------------------------------------*/
