@charset "utf-8";

/*---------------------------------------------
BusCatch
Print Style
Version 1.0.0

http://www.buscatch.com/

Last Update: 2008.7.7
---------------------------------------------
00. Reset Style
01. layout
02. header
03. nav
04. footer
05. common
---------------------------------------------*/

/*---------------------------------------------
00. Reset Style
---------------------------------------------*/
*html body { color: #000; font-size: 12px; line-height: 1.5em; }

*html a { color: #000; text-decoration: underline; }



/*---------------------------------------------
01. layout
---------------------------------------------*/
*html #wrap    { width: 650px; background: none; }

*html .content { padding: 0px; }
*html #main    { float: none; width: 608px; }
*html #sidebar { display: none; }



/*---------------------------------------------
02. header
---------------------------------------------*/
*html #headLogo     { padding: 0px; }
*html #headLogo h1, 
*html #headLogo p   { float: none; text-align: left; }
*html #headLogo div { display: none; }

*html #headBelt { display: none; }



/*---------------------------------------------
03. nav
---------------------------------------------*/
*html #nav { display: none; }



/*---------------------------------------------
04. footer
---------------------------------------------*/
*html #footer         { color: #000; font-size: 10px; line-height: 1.2em; padding: 0px; background: #fff; border-right: none; border-left: none; }
*html #footer ul      { display: none; }
*html #footer address { float: none; text-align: left; }

*html #footer a:link, 
*html #footer a:visited { color: #000; }



/*---------------------------------------------
05. common
---------------------------------------------*/
*html #topicPath    { color: #000; font-size: 10px; line-height: 1.2em; }
*html #topicPath li { display: inline; }
*html #topicPath a  { color: #000; text-decoration: none; }

*html p#pageTop { display: none; }

*html #cateLink { display: none; }