/* ---------------------------------------------------------------------------------
Copyright 2013 
HomeMaking,Inc. Web Producut Team
--------------------------------------------------------------------------------- */

/* ------------------------------------------------------
header
------------------------------------------------------ */
#header{
width:100%;
height:100px;
margin:0 auto 0;
text-align:center;
background:url("img/bg/bg_header_under.jpg") top center repeat-x;
}

#head{
/*width:840px;*/
width:1060px;
margin:0 auto 0;
text-align:center;
background:url("img/bg/bg_header_upper.jpg") top center repeat-x;
}

h1{
/*width:770px;*/
width:972px;
height:25px;
line-height:25px;
margin:0px;
padding-left:75px;
text-align:left;
color:#ccc;
font-size:1em;
font-weight:normal;
}

#nav{
float:right;
/*width:720px;*/
width:909px;
height:50px;
margin:0;
padding:0;
text-align:right;
}

#breadcrumb{
/*width:830px;*/
width:1060px;
line-height:25px;
margin:0px;
padding:0 0 0 20px;
clear:both;
text-align:left;
vertical-align:middle;
}

#all{
/*width:860px;*/
width:1062px;
margin:0 auto 0;
padding:0;
text-align:left;
}



/* ------------------------------------------------------
エラーボックス
------------------------------------------------------ */
.errorbox{
width:100%;
background:#f99;
font-size:7.5pt;
}