@charset "UTF-8";

/*------------------------------------------------------------------------------
	静岡住まいラボ - Print CSS
	URL: http://www.sumailab.net/
	Date: 2009-07-09
	Copyright (C) SHIZUOKA ONLINE All Rights Reserved.
------------------------------------------------------------------------------*/

/*  Hide Object 
----------------------------------------------------*/

ul#skip,
#globalNav,
#subNav,
p#pan,
div#sub,
div#main p.toTop,
div#footer #textNav,
.btns,
#panBottom,
#panTop,
#search,
body.area #main #areaNav{display:none;}

/* Hide Background
----------------------------------------------------*/

body,
div#wrapper,
div#main,
div#footer{
	background-image:none;
	background-color:#fff;
	}

/* Printing Setting
----------------------------------------------------*/

body{
	color:#000;
	font-size:10pt;
	font-family:Sans-Serif;
	line-height:1.5;
	letter-spacing:0.1em;
	}

a:link,
a:visited{
	color:#000;
	text-decoration:underline;
	}

img{border:0;}

div#main{
	float:none !important;
	width:auto !important;
	margin:0 !important;
	padding:0 !important;
	border-top: none;
	}

div#main ul{
	list-style-type:square;
	list-style-position:inside;
	}
div#main ul li{
	padding-left:0;
	background:none;
	}

div#main table,
div#main table th,
div#main table td{
	border:1px solid #333;
	}
	
body#home div#main {
	float:left !important;
	width: 750px;
	}
body#home div#main .section{
	width: 750px;
	overflow:hidden !important;
	}
body#home div#sub{
	width: 180px !important;
	float: right;	
	display:block !important;	
	}
	
* html body#home div#sub{
	display:none;
	}
	

	