@charset "UTF-8";

/*
============================================================
print css
------------------------------------------------------------

============================================================
*/

/* ---------------------------------------------------------
display none
--------------------------------------------------------- */
* html body { background-image: none;}

* html body div#navi { display: none; }
 
* html body div.left_zone { display: none; }

* html body div#wrapper div#content { float: none;}
* html body div#content_base div#footer { display: none; }

/* ---------------------------------------------------------
sub
--------------------------------------------------------- */
* html body div#content_base div#content { width: 640px; float: left;}
* html body div#content_base div#header { width: 640px; float: none;}

* html body div#content h1 img { width: 640px; height: auto;}

* html body div#content h2,
* html body div#wrapper div#content h2 { width: 617px; background: url(../img/tit_print.jpg) no-repeat;}

* html body ul#topic-path { display: none;}

* html body div#content .comment { width:620px;}
* html body div#content table { width:640px;}

/* ---------------------------------------------------------
top
--------------------------------------------------------- */

* html body #main_img  { width: 640px; height: 175px;}
* html body #main_img ul,
* html body #main_img ul li { display: none;}

* html body #top_content div.bnr,
* html body #top_content div.bnr li,
* html body #top_content div.bnr li img {
	width: 150px;
	height: auto;
}
* html body #top_content div.bnr { margin-right: 10px;}

* html body #top_content div.bnr ul.kamei li,
* html body #top_content div.bnr ul.kamei li img {
	width: 100px;
	height: auto;
}

* html body #top_content div.right { width: 400px; float: left;}




