@charset "utf-8";
/*------------------------------------------------------------
  print.css
------------------------------------------------------------*/

html {
	background: #fff;
}

body {
	min-width: auto;
	background: #fff;
	color: #000;
	font: 12pt/1.6 "Meiryo", "Lucida Grande", "Verdana", sans-serif;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}


#logo ,
#header_nav ,
#header_fontchange ,
#header_bgcolor ,
#header_search ,
#header_link ,
#nav ,
#sub ,
#footer ,

.topicpath ,
.main_print {
	display: none;
}


#header ,
#headerInner {
	background: none;
}

#headerInner {
	position: static;
	width: auto;
	height: auto;
	margin-bottom: 0;
}
#logo {
	position: static;
}

#contents {
	margin: auto;
	font: 12pt/1.6 "Meiryo", "Lucida Grande", "Verdana", sans-serif;
}
#contentsInner {
	width: auto;
}

#main {
	float: none;
	width: 100%;
}

#footerInner {
	height: auto;
}