@charset "UTF-8";

/*------------- 印刷用 -------------*/

#header ul,
#globalnavi,
#sidebar {
	display: none;
}

body {
	background-image: none;
	min-width: 0px;
	margin: 10px;
}

#header {
	height: auto;
	width: auto;
	border-bottom: 1px solid #000000;
overflow:visible;
}

#top {
	float: none;
	width: auto;
	height: auto;
	background-image: none;
	text-indent: 0px;
}

#top a {
	display: inline;
	color: #000000;
	text-decoration: none;
}

#pagebg {
	overflow:visible;
	background-image: none;
}

#main {
	width: auto;
	margin: 10px;
	overflow:visible;
}

#breadcrumbs {
	float: none;
	width: auto;
	background-image: none;
}

#contents {
	float: none;
	width: auto;
	background-image: none;
}

#footer {
	width: auto;
}

#footer p {
	color: #535353;
	margin-left: 10px;
}

.totop {
	display: none;
}

