@charset "utf-8";
/*-------------------------------------------------
  Copyright 2008 株式会社エクスト
  プリント
  File  :  print.css
-------------------------------------------------------*/





/* For All
-------------------------------------------*/
@import "reset.css";
@import "basic.css";
@import "style.css";
@import "top.css";


body {
	font-size: 65%;
	font-family:'メイリオ', Meiryo, 'MS UI Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	bottom: 0px;
	color: #000000;
}


/* wrapper 
-------------------------------- */
#wrapper {
	height: 100%;
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}


/*container
-------------------------------- */
#container {
	/*IE6*/ _padding-right: 0px;
	/*IE6*/ _padding-left: 0px;
	width: auto;
}


/* header
-------------------------------- */
#header {
	background-repeat: repeat-x;
	width: 840px;
	height: 40p
