/* basics */
html
{
	height: 100%;
}
body
{
	background-color: #FFFFFF;
	color: #000000;
	margin: 0 auto;
}
a:link,
a:visited,
a:hover,
em,
strong
{
	color: #000000;
}
h1
{
	background: none;
	color: #000000;
	margin: 10px 0;
	padding: 0;
	text-align: left;
}
h2,
h3,
h4
{
	color: #000000;
}


/* container */
#header
{
	background: none;
}
#mainMenuArea
{
	display: none;
}


/* container */
#content
{
	background: none;
	margin: 0;
	overflow: visible;
	width: auto;
}


/* content */
#sidebar
{
	display: none;
}


/* content */
#main
{
	float: none;
	padding: 0;
	width: auto;
}
#main a,
#main a:hover
{
	color: #000000;
}
#main div.photo img
{
	background: none;
	margin: 5px 0;
	padding: 0;
}
#main dl dt
{
	color: #000000;
}
#main ul li
{
	background: url(../image/main_ul_li_print.png) no-repeat 0 50%;
}
#main div.logoareaPrint
{
	height: auto;
	visibility: visible;
}
	* html #main div.logoareaPrint
	{
		display: block;
	}
#main div.section
{
	padding: 10px 0;
}
#main div.column
{
	background: none;
	float: none;
	margin: 10px 0 0;
	padding: 0;
	width: auto;
}
#main div.column,
#main div.column a:hover
{
	color: #000000;
}
#main div.column h3
{
	background: none;
	margin: 20px 0 10px;
	padding: 0;
	width: auto;
}
#main div.column_end
{
	display: none;
}
#main div.column ul li
{
	background: url(../image/main_ul_li_print.png) no-repeat 0 2px;
}
#main table a:hover
{
	color: #000000;
}
#main table.priceList th,
#main table.ep th,
#main table.priceList td,
#main table.ep td
{
	background: none;
	border: 1px solid #000000;
	color: #000000;
}
#main table.priceList td.borderLeftRightNone
{
	background: none;
}
#main table.timetable td
{
	color: #000000;
	background: none;
	border: 1px solid #000000;
}
#main table.timetable td.intensive
{
	background-image: none;
}
#main table.timetable td.shape
{
	background-image: none;
	color: #000000;
}
#main table.timetable td.change
{
	text-decoration: underline;
}
#main table.timetable thead td,
#main table.timetable tfoot td
{
	background: none;
	border: 1px solid #000000;
	color: #000000;
}
#main table.timetable tbody th,
#main table.timetable td.time
{
	background: none;
	border: 1px solid #000000;
	color: #000000;
}
#main img.map
{
	display: none;
}
#main div.mapPrint
{
	height: auto;
	margin: 10px 0;
	visibility:visible;
}
	* html #main div.mapPrint
	{
		display: block;
	}


/* container */
#footer
{
	display: none;
}