@charset "Shift_JIS";

/*--------------------------------------------------------------------
GC web frontend dev guideline ver.1.0 / T.Tsubo / 2007-01-23
--------------------------------------------------------------------*/

/* print.css 目次

  - 印刷用
      - 印刷用ヘッダー

--------------------------------------------------------------------*/


/* 印刷用
--------------------------------------------------------------------*/

/* 印刷用ヘッダー
------------------------------------------------*/

#print-hide{
display:none;
}
/*
.top #tnav {
display:block;
background:url(../images_top/top_print2.gif) no-repeat 0px;
}
*/
body.top #head {
background:#fff url(../images_top/top_print_head.gif) no-repeat 0px 0px;
height:265px;
width:730px;
left:35px;
}


