@charset "utf-8";

/********************レイアウト設定********************/
body{
margin: 0;
padding: 0;
background-image: url(img/background.gif);
}

#all{
width: 741px;
}



#image{
width: 741px;
height: 117px;
background-image: url(img/image.gif);
background-repeat: no-repeat;
}

#title{
width: 201px;
height: 31px;
float: left;
background: #e9860e;
}

#pk{
width: 540px;
height: 19px;
float: right;
background: #e9860e;
padding: 6px 0 6px 0;
}

#headspace{
width: 741px;
height: 26px;
clear: both;
background: url(img/head_space.gif);
background-repeat: no-repeat;
}


#navi_all{
width: 166px;
float: left;
background: url(img/navi_back.gif);
}

#main_navi{
width: 166px;
}

#categories{
width: 166px;
}

#sub_navi{
width: 166px;
}

#categories{
padding: 5px 0 5px 0;
background: #f5f5dc;
}

#search_navi{
width: 160px;
margin-left: 6px;
padding: 6px 0 6px 0;
}

#u_navi{
width: 166px;
}

#maincontents{
width: 574px;
float: right;
}


#space{
width: 741px;
height: 29px;
clear: both;
background: url(img/space.gif);
background-repeat: no-repeat;
}


#footer{
width: 741px;
height: 21px;
background: url(img/footer.gif);
background-repeat: no-repeat;
}

/********************レイアウト設定********************/


