/******************************************************************************
	print.css
 ******************************************************************************/

@import url(screen.css);
@import url(custom.css);

body
{
}

hr
{
}

#wrapper
{
	position: static;
	width: auto;
}


/*
 *-------------------------------------------------------------------
 *	header
 *-------------------------------------------------------------------
 */
#header div
{
}

#header h1,
#header p
{
	padding-left: 20px;
	background: none;
	height: auto;
	width: auto;
	font-size: medium;
	border-bottom: solid 1px #0A0;
}

#header #navi
{
	display: none;
}


/*
 *-------------------------------------------------------------------
 *	content
 *-------------------------------------------------------------------
 */
#content
{
}

#content .ret
{
	display: none;
}

/*
 *-------------------------------------------------------------------
 *	localNavi
 *-------------------------------------------------------------------
 */
#content #localNavi
{
	display: none;
}

/*
 *-------------------------------------------------------------------
 *	main
 *-------------------------------------------------------------------
 */
#content #main
{
	margin: 10px 0 0 0px;
	width: 100%;
}

#content #main table th
{
	border: solid 1px orange;
	background: #FFF;
	color: orange;
}

/*
 *-------------------------------------------------------------------
 *	footer
 *-------------------------------------------------------------------
 */
#footer
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: solid 1px #0A0;
	text-align: right;
}

#footer p
{
	margin: 0;
	padding: 0;
}

