* {
    font-size: 13px;
    line-height: 150%;
    color: #000;
    margin: 0;
    padding: 0
    }
/* ãªã³ã¯ å¨ä½ */
A:link {
    text-decoration: underline;
    color: #952d4f;
    padding: 0
    }
A:visited {
    text-decoration: underline;
    color: #952d4f
    }
A:action {
    text-decoration: underline;
    color: #941740
    }
A:hover {
    text-decoration: none;
    color: #ed1c24;
    padding: 0
    }
A:link.bar {
    text-decoration: underline;
    color: #fff;
    padding: 0
    }
A:visited.bar {
    text-decoration: underline;
    color: #fff
    }
A:action.bar {
    text-decoration: underline;
    color: #fff
    }
A:hover.bar {
    text-decoration: none;
    color: #eee;
    padding: 0
    }
#all {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    background-image: url(images_otosuki/bg.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left
    }
#head {
    padding: 0;
    margin: 0;
    background-color: #952d4f;
    width: 100%;
    height: 25px
    }
#foot {
    padding: 0;
    margin-top: 10px;
    background-color: #952d4f;
    width: 100%;
    height: 25px
    }
.img_left {
    float: left;
    margin-right: 5px;
    margin-top: 3px
    }