/*-----------------------
ヘッダー
-----------------------*/
#hedder{
	width:901px;
	height:115px;
}
#hedtop{
	height:15px;
	font-size: 70%;
	text-align: right;
	color:#FFF;
	background:#FFF url(../images/bg.gif) repeat-x;
}
#siteid{
	float:left;
	padding-left: 49px;
	padding-top: 15px;
}
.re_top{
	float:left;
	padding-left: 22px;
	padding-top: 54px;
}
h1{
	float:right;
	padding-top: 20px;
	font-size: 14px;
	font-weight: bold;
	width: 380px;
}

/*-----------------------
フッター
-----------------------*/
#footer{
	clear:both;
	width: 902px;
	overflow: hidden;
	margin: auto;
	background: #FFF url(../images/footerbg.gif) repeat-x;
	height: 100px;
	line-height: 1em;
	font-size:13px;
}
#footer_wrapper{
	width: 835px;
	margin: 0px auto;
}
#address{
	height: 40px;
	margin-top: 5px;
}	
#footer ul{
	display: inline;	/*	サブナビ左マージンバグ修正用*/
	float:left;
	width: 550px;
	list-style: none;
	margin-top: 5px;
}
#footer ul li{
	float: left;
}
address{
	float: left;
	width: 245px;
	margin-left: 20px;
	margin-top: 3px;
}
#copy{
	font-size: 80%;
	width:899px;
}
#copy p{
	width: 230px;
}
.copyf{
	float:right;
	margin-right: 90px;
}
.ief{
	float:right;

}