@charset "utf-8";

/*------------------------------------------------------------------------------
	Client Name - Print CSS
	URL: http://foo.co.jp/
	Date: 2007-00-00
	Copyright (C) Client Name All Rights Reserved.
------------------------------------------------------------------------------*/



/* nondisplay */

#skip,
#subNav,
#pan,
#banner,
#bottom,
#footer,
div#subContent,
div#subContent #localNav,
div#header #globalNav,
div#mainContent p.toTop{

	display:none;
}

/*end of nondisplay */

body {
	font-size:12pt;
	font-family:
		"ヒラギノ明朝 Pro W3",
		"HiraMinPro-W3",
		"平成明朝",
		"MS P明朝",
		Sans-Serif;
	zoom: 95%;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #000000;
	background-color: #FFFFFF;
	background-image :none;
	font-style: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	position: absolute;
}

div#mainContent ul{
	zoom: 95%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	list-style-type: square;
}

a:link , a:visited {
text-decoration: underline;
color: #000000;
}

img {
border: 0;
}


