@charset "UTF-8";

/*------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	４つ仕様Button
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.afourlink{
	width:119px;
	height:25px;
	position: relative;
	margin-top:10px;
	margin-left:6px;
	float:left;
}

div.afourlink a.one{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/001_button_off.gif) no-repeat;
}
div.afourlink a.one:hover{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/001_button_on.gif) no-repeat;
}
div.afourlink a.two{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/002_button_off.gif) no-repeat;
}
div.afourlink a.two:hover{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/002_button_on.gif) no-repeat;
}
div.afourlink a.three{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/003_button_off.gif) no-repeat;
}
div.afourlink a.three:hover{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/003_button_on.gif) no-repeat;
}
div.afourlink a.four{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/004_button_off.gif) no-repeat;
}
div.afourlink a.four:hover{
	width:119px;
	height:25px;
	display: block;
	overflow: hidden;
	background: url(../img/004_button_on.gif) no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	お宅訪問Menu
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.otakulink{
	width:200px;
	position: relative;
	margin-top:10px;
	margin-right:56px;
	float:left;
}

div.otakulink a.otaku_a{
	width:200px;
	height:24px;
	display: block;
	overflow: hidden;
	background: url(../img/otaku_button_off.gif) no-repeat;
}
div.otakulink a.otaku_a:hover{
	width:200px;
	height:24px;
	display: block;
	overflow: hidden;
	background: url(../img/otaku_button_on.gif) no-repeat;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Header
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#Header{
	width: 100%;
	height: 81px;
	position: relative;
	background: #e0f4ff url(../img/common/bk_header.gif) repeat-x;
	text-align: center;
}

div#Header div#HeaderInner{
	text-align: left;
	width: 1000px;
	height: 81px;
	margin: 0 auto;
}

div#Header img#Logo{
	width: 145px;
	height: 80px;
	position: absolute;
	top: 0px;
}

div#Header div#TopArea{
	height: 21px;
	position: relative;
}

div#Header div#TopArea a.cGoTop{
	position: absolute;
	top: 0;
	left: 150px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 72px;
	height: 21px;
	background: url(../img/common/btn_gotop_off.gif) no-repeat;
}
div#Header div#TopArea a.cGoTop:hover{
	background: url(../img/common/btn_gotop_on.gif) no-repeat;
}
div#Header div#TopArea a.cSiteMap{
	position: absolute;
	top: 0;
	left: 230px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	width: 72px;
	height: 21px;
	background: url(../img/common/btn_sitemap_off.gif) no-repeat;
}
div#Header div#TopArea a.cSiteMap:hover{
	background: url(../img/common/btn_sitemap_on.gif) no-repeat;
}

div#Header div#TopArea img.cAida{
	position: absolute;
	top: 0;
	right: -120px;
}

div#Header div#UnderArea{
	width: 100%;
	height: 60px;
	position: relative;
}

div#Header div#UnderArea ul#GlobalNavi{
	margin: 14px 0 0 160px;
	width: 840px;
}

div#Header div#UnderArea ul#GlobalNavi li{
	display: inline;

}

div#Header div#UnderArea p{
	color #0050a0;
}

div#Header div#UnderArea p.cBravo{
	position: absolute;
	top: 16px;
	left: 200px;
	font-size: 120%;
}

div#Header div#UnderArea p.cKome{
	position: absolute;
	top: 40px;
	left: 530px;
	font-size: 40%;
}

div#Header div#UnderArea p.cInquiry{
	position: absolute;
	bottom: 10px;
	left: 900px;
	font-size: 50%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RollOver
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#GlobalNavi{
	width: 840px;
	margin-bottom: 20px;
}
ul#GlobalNavi a{
	width: 137px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
ul#GlobalNavi:after{
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
ul#GlobalNavi li{
	float: left;
}
ul#GlobalNavi li.cMenuCustumBuilt a{
	background: url(../img/common/btn_custumbuilt.gif) no-repeat;
}
ul#GlobalNavi li.cMenuRequest a{
	background: url(../img/common/btn_request.gif) no-repeat;
}
ul#GlobalNavi li.cMenuShowCase a{
	background: url(../img/common/btn_showcase.gif) no-repeat;
}
ul#GlobalNavi li.cMenuVisit a{
	background: url(../img/common/btn_visit.gif) no-repeat;
}
ul#GlobalNavi li.cMenuModelHouse a{
	background: url(../img/common/btn_modelhouse.gif) no-repeat;
}
ul#GlobalNavi li.cMenuSiryo a{
	background: url(../img/common/btn_shiryou.gif) no-repeat;
}

ul#GlobalNavi li a:hover {
	background-position: 0 -30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#Footer{
	width: 100%;
	height: 25px;
	position: relative;
	
	background: #025fd2 url(../img/common/bk_footer.gif) repeat-x;
}

div#Footer p{
	margin: 0 10px 0 0;
	padding: 6px 0 0 0;
	text-align: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	Other
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
img{
	border:0;
	vertical-align:bottom;
}


