@charset "UTF-8";
/* ========================================

  CSS Information

  File name:   print.css
  Summary:     印刷用スタイルシート
  Created:     2008-06-27
  Last update: 2008-10-30 by Tomohiro Okuwaki
  Author:      Tomohiro Okuwaki
  Copyright:   (c) 2008 Tomohiro Okuwaki
  Note:        

======================================== */

/* ----------------------------------------
   __Print
---------------------------------------- */
* {
	position: static;
	overflow: visible;
	line-height: 1.8;
}

#hoge {
	display: none;
}

a img {
	border-style: none;
}

