@charset "UTF-8";

/*------------------------------------------------------------------------------
	Suncradle Higashiwakabayashi - Print CSS
	URL: http://www.suncradle-h.jp/
	Date: 2009-04-03
	Copyright (C) Suncradle Higashiwakabayashi All Rights Reserved.
------------------------------------------------------------------------------*/

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

ul#skip,
ul#globalNav,
ul#subNav,
p#pan,
div#sub,
ul#txtNav1,
ul#txtNav2,
div#main p#toTop{display:none;}

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

body,
div#wrapper,
div#main,
div#main #pageTitle,
div#footer,
div#footer address{
	background-image:none;
	background-color:#fff;
	}

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

body{
	font-size:12pt;
	font-family:Sans-Serif;
	line-height:1.5;
	}
body div#wrapper {margin-bottom:50px;}
a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}

img{border:0;}
div#header{
height:auto;
}
div#main #pageTitle{
	width:auto;
	height:auto;
	padding:20px 0 30px 0;
	border-top:2px solid #000;
	margin-bottom:30px;
	}
div#main{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	color:#000;
	}

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 address{
padding:20px 0 0;
color:#000;
border-top:2px solid #000 !important;
}
