@charset "utf-8";

/*
	SITE: さかがみハウジング
	url: http://www.sakagami-net.jp/
	
-----------------------------------------------------------

	Index
	1.reset,font(YUI)
	2.link
	3.page
	4.header
	5.main
	6.footer
	7.clear

----------------------------------------------------------- 


 1.reset [
----------------------------------------------------------- */
/*

Copyright (c) 2007, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 2.2.2

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

body * {}

/* --------------------------------------------------------- */
body {
	font-size:12px; line-height:1.8em; color:#333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}
*:first-child + html body {
	font-family: "メイリオ","ＭＳ Ｐゴシック",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}
img {vertical-align: text-bottom;}
td,th {vertical-align:top;}

/*
 2.link [
----------------------------------------------------------- */

a:link			 {color:#0000FF;}
a:visited		 {color:#0000FF;}
a:active		 {color:#0000FF;}
a:hover			 {color:#0000FF;text-decoration:none;}

div#header a:link,div#footer a:link	 {color:#333;text-decoration:none;}
div#header a:visited,div#footer a:visited	 {color:#333;text-decoration:none;}
div#header a:active,div#footer a:active	 {color:#464646;text-decoration:none;}
div#header a:hover,div#footer a:hover	 {color:#464646;text-decoration:underline;}
 
/*
 3.page [
----------------------------------------------------------- */
div#page {
	width:840px; margin:0 auto;
}


/*
 4.header [
----------------------------------------------------------- */
div#header {
	position:relative; 
	width:100%; height:75px;
	font-size:10px; line-height:1;
}
div#header h1 { position:absolute; right:3px; top:3px;}
div#header p#h_logo a{
	position:absolute;
	left:20px; top:16px;
}
div#header p#h_discription {position: absolute; width:880px; height:37px; overflow:hidden; left:0px;top:51px; background:url(../house-do/images/h_discription.gif) no-repeat; text-indent:-600px;}
div#header address {position: absolute; width:280px; height:40px; overflow:hidden; left:559px;top:35px; background:url(../house-do/images/h_address.jpg) no-repeat; text-indent:-600px;}
div#header div#h_swf { position:absolute; right:0px; top:88px;}

/* g_navi */
dl#g_navi {position:absolute; right:0px; top:18px;}
dl#g_navi dt{width:0; height:0; overflow:hidden;}
dl#g_navi dd ul li{display:inline; background:url(../images/ico_gnavi.gif) 0 2px no-repeat; margin-left:1em; padding-left:1.2em;}




/*
 5.main [
----------------------------------------------------------- */
div#main {
	position:relative; 
	width:100%;
	padding-bottom:20px;
	clear:both;
}
div#box_contents {
	float:left;
	width:600px;
	margin-top:10px;
}
div#box_side {
	float:right;
	width:211px;
	margin-top:10px;
}


/*
 6.footer [
----------------------------------------------------------- */
div#footer {
	position:relative; 
	width:100%;
	border-top:1px solid #ccc;
	padding:12px 0 50px;
	font-size:10px;
	line-height:1.5;
}
div#footer address { text-align:center; }

div#footer p#f_copy { padding-top:1em; text-align:center;}

/*
 7.clear [
----------------------------------------------------------- */
.z:after{
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .z{height: 1%;}
*+html .z{height: 1%;}
/* End hide from IE-mac */

.clear{clear:both;}
