* {
	margin: 0;
	padding: 0;
	font-size:100%;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align:left;
	color:#505046;
}

h1 {
	margin:0;
	padding:0;
}
.modelhouse_header h2{
	font-size:20px;
	line-height: 140%;
	color: #666666;
}
img
{
	vertical-align: top;
	border: 0px;
}
span
{
	margin-top: 0px;
	vertical-align: top;
}
a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; }

#logo{
width:161px;
float:left;
*margin-right: -1px;
}
#logo img{
display:block;
}
.home
{
	float:left;
	width:100px;
	height:15px;
	font-size: 0;
	*margin-right: -1px;
}
.home a
{
    display: block;
	width:100px;
	height:15px;
	background: url(../image2011/btn_shh.gif) no-repeat;
	background-position: left top;
	text-decoration: none;
}
.home a:hover
{
	background-position: 0 -18px;
}
.kinjo
{
	float:right;
	width:101px;
	height:17px;
	font-size: 0;
}
.kinjo a
{
    display: block;
	width:100px;
	height:17px;
	background: url(../image2011/btn_nsh.gif) no-repeat;
	background-position: left top;
	text-decoration: none;
}
.kinjo a:hover
{
	background-position: 0 -18px;
}
.kensaku
{
	float:right;
	width:101px;
	height:17px;
	font-size: 0;
}
.kensaku a
{
    display: block;
	width:40px;
	height:17px;
	background: url(../image2011/btn_sea.gif) no-repeat;
	background-position: left top;
	text-decoration: none;
}
.kensaku a:hover
{
	background-position: 0 -18px;
}
#contents{
	width:760px;
	border-right:1px dotted #d8d8d8;
}
.footer{
	height:60px;
}
.copyright{
	margin-left: 20px;
	float:left;
	width:560px;
	height:18px;
	text-indent:-9999px;
	font-size:0;
	display: inline;
}
.copyright a,
.copyright a:link,
.copyright a:visited{
    display: block;
	width:560px;
	height:18px;
	background: url(../image2011/btn_copyright.gif) no-repeat;
	background-position: left top;
	text-decoration: none;
}
.copyright a:hover{
	background-position: 0 -18px;
}
.attention
{
	float:left;
	width:180px;
	height:18px;
	font-size: 0;
	border-right:1px dotted #d8d8d8;
	_width:181px;
}
.attention a
{
    display: block;
	width:160px;
	height:18px;
	background: url(../image2011/btn_information.gif) no-repeat;
	background-position: left top;
	text-decoration: none;
}
.attention a:hover
{
	background-position: 0 -18px;
}


/*----------------------------------------

	clearfix
	
----------------------------------------*/


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
font-size: 0;   /* フォントサイズを0にする */
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end MacIE5 */
