@charset "utf-8";
/* -----------------------------------------------------------
* Filename: print.css
* Version: 1.0 (2007-12-10)
* Website: http://site.com/
* Author: Name
* Description: 印刷用
----------------------------------------------------------- */

/* 基本設定 */
body {
font-size: 10pt;
color: #000000;
background-image:none;
line-height: 1.5;
letter-spacing: 1px;
}
a:link,
a:visited {
background: transparent;
text-decoration:none;
color: #000000;
}
/*
a:link:after, a:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
*/
a img {
border: 0;
margin:0;
padding:0;
text-decoration:none;
}
table,
th,
td {
width:auto;
border-collapse: collapse;
border-spacing: 0;
}


pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
white-space: -pre-wrap;
word-wrap: break-word;
}



/* レイアウト用ボックス要素の崩れ防止 */
#XXX {
float: none !important;
width: auto !important;
margin: 0 !important;
padding: 0 !important;
font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
}


/* 不要な要素の削除 */
div.XXX,
div.XXX {
display:none;
}


#gNav {
width:800px;
font-size:0;}



