@media Print    
{
	/*
	Adobe HTML5
	Copyright (C) Adobe Systems Incorporated All Rights Reserved.

	[Base]
		0. Resetting default margin and padding
		1. HTML, Body, Anchor
		2. Heading, Paragraph
		3. List
		4. Table
		5. Form
		6. Other
		7. For IE6/7

	[Layout]
		0. Container
		1. Header
		2. Content
		3. Footer

	[Module]
		1. Common Module
		90. Other
		99. Clearfix
*/
/* ===============================================
    [Base]
================================================== */
/* --------------------------------------------------
    [] defined animation.
-------------------------------------------------- */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, p, blockquote, th, td, form, fieldset, legend {
  margin: 0;
  padding: 0;
}

article, header, footer, section, nav, aside {
  display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html {
  overflow-y: scroll;
}

/* for mozilla: always display scrollbar */
body {
  margin: 0;
  color: #000;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-image: none;
  background: #E9F8FF;
  text-shadow: 0 0 1px rgba(255,255,255,.01);
  /* for ie6/7 */
  font-size: 13px;
  line-height: 1.5;
  *font-size: 82%;
  /* for ie6/7 */
}
/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
#Wallpaper {
	margin: 0 auto;
	width: 1000px;
	background: none;
}

#header {
	margin: 0;
	padding: 0;
	height: 80px;
}

#navi {
	display: none;
	height: 0;
}

#global-navi {
	display: none;
	height: 0;
}

#pankuzu {
	display: none;
}
/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
#footer {
	display: none;
}

#footer-menu  {
	display: none;
}


#copyright {
	display: none;
}

/* -----------------------------------------------
    [Module] 
-------------------------------------------------- */

/* ページトップ */
#back-top {
	display: none;
}

#back-top a {
	display: none;
}
}