@charset "utf-8";
    /*body&other*/
body img {
 border: 0;
}
#header {
 background-color: #dfdede;
}

    /*image*/
#image {
 background: url(../images/image.jpg) no-repeat left;
}
    /*menu*/
#menu {
 background: url(../images/menu_background.png) repeat-x;
}
    /*content*/
#navi .headNavi {
 background: url(../images/left_corner.png) top left no-repeat;
}
#secondaryContent {
 background: url(../images/right_corner.png) top right no-repeat;
}