@charset "utf-8";

/*
******************************************************************************************
* print.css
* site name : 政経倶楽部
* description : 印刷用
* since : 2009/10/29
******************************************************************************************
*/
/*
------------------------------------------------------------------------------
* 非表示
------------------------------------------------------------------------------
*/

	body{
		width:100%;
		margin:0;
		padding:0;
	}

	div#container{
		background:none;
		margin:0;
	}

	div.print_size_box,
	div#page_top,
	div#header,
	div#d_side,
	div#d_side2,
	div.page_top,
	div#footer,{
		display:none;
	}

/*
------------------------------------------------------------------------------
* コンテンツ部
------------------------------------------------------------------------------
*/

	div#main_img img{
		margin:0 auto;
		width:820px;
	}

	#wrapper div{
		text-align:left;
		width:97%;
		margin:0;
		padding:0 10px 10px 10px;
	}

	#wrapper p{
		width:95%;
		margin:20px;
	}

	div.d_main_box{
		width:99%;
		margin:0;
		padding:10px;
	}

	ul.ttl_report{
		margin:10px;
	}

	h3.main_ttl{
		background:url("../image/print_bg.gif") repeat 0 0;
		width:99.5%;
	}

