/* Override */

* {
    color: black;
}

#lang_menu_box, #menu, #footer, .photo_frame .box span, .back {
    display: none;
}

#wrap {
    background: none;
    float: none;
}

.frame, #cont_left, #cont_right {
    float: none;
    position: static;
}

.detail_title, #cont_left {
    width: auto !important;
}

/* Layout */

#wrap {
    width: 784px;               /* #cont_right の width */
    margin: 0 auto;
    position: relative;
}

#log {
    padding-top: 0;
}

#logo, #logo img {
    padding-top: 0;
    height: 50px;
    width: 57px;
}

#logo {
    position: absolute;
    top: 20px;
    left: 45px;
}

.frame {
    padding-top: 0;
}

#projects_detail {
    padding-top: 0;
}

.condition {
    margin-bottom: 0;
}

.photo_frame {
    margin-top: 0;
    width: auto;
    height: 110px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.photo_frame img {
    width: auto;
    height: 110px;
}

.main_image {
    padding-top: 24px;
}

.detail_text {
    margin-top: 15px;           /* 余白を半分に */
    margin-bottom: 14px;
}
