a:hover {
    background-color: #f1c40f;
}

.primaryContainer {
    height: auto;
    margin: 0px;
    min-height: 100%;
    width: 100%;
    background-color: rgb(235, 151, 78);
}
#main_content {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
    margin-right: auto;
    min-width: 0px;
    background-color: rgb(255, 255, 255);
}
#header_bar {
    float: none;
    height: 60px;
    margin: 0px auto;
    clear: none;
    width: 100%;
    background-color: rgb(51, 51, 51);
}
#functions {
    float: none;
    height: auto;
    margin: 0px auto;
    clear: none;
    width: 500px;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}
#content {
    float: none;
    height: 500px;
    margin: 0px auto;
    clear: none;
    width: 500px;
    min-height: 500px;
    position: relative;
    top: 0px;
    left: 0px;
    min-width: 500px;
    overflow: hidden;
}
#manga_image {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    margin: 0px;
}
#header {
    float: none;
    height: 60px;
    margin: 0px auto;
    clear: none;
    width: 500px;
    min-width: 500px;
    min-height: 60px;
    background-image:url("../images/header_background.png");
    background-attachment: scroll;
    background-size: auto;
    position: relative;
    top: 0px;
    left: 0px;
    background-position: 0px 8px;
    background-repeat: no-repeat no-repeat;
}
#manga_title {
    float: none;
    font-size: 1.3em;
    width: 500px;
    height: auto;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    word-wrap: break-word;
    clear: none;
    min-height: 0px;
    position: absolute;
    top: 20px;
    bottom: auto;
    color: rgb(211, 84, 0);
    background-color: #fff;
    opacity: 0.8;
}
.manga_title_archive {
    top: 220px;
}

#update_date {
    float: left;
    font-size: 0.846em;
    width: 50%;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    clear: none;
    min-height: 0px;
    position: absolute;
    top: auto;
    left: auto;
    right: 0px;
    bottom: 20px;
}
#navigation {
    float: left;
    font-size: 1.15em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 8px;
    color: rgb(255, 255, 255);
    font-family: arial;
}
#navigation select {
    width: 130px;
    height: 18px;
    background-color: #666;
    color: #fff;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    border: none;
}
#navigation a{
    color: #fff;
    text-decoration: none;
}
#page_navi {
    float: left;
    height: 60px;
    clear: none;
    width: 100px;
    min-width: 0px;
    min-height: 0px;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    padding: 10px 0px;
    /*background-image: url("../images/nav_background.png");
    background-repeat: no-repeat;
    background-position: 0 10px;*/
}
#image {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 20px;
}
#essay {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    /*width: 300px;*/
    background-image:url("../images/manga_essayarea.png");
    background-attachment: scroll;
    background-size: auto;
    background-color: #EEEEEE;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 0px;
    padding: 40px 20px 20px;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}
#essay_archive {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 500px;
    background-image:url("../images/archive_background.png");
    background-attachment: scroll;
    background-size: auto;
    background-color: #EEEEEE;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 0px;
    padding: 40px 20px 20px;
    background-position: 50% 0%;
    background-repeat: repeat-x;
}
#comment {
    float: left;
    height: 285px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 200px;
    background-image:url("../images/comment_fieldarea.png");
    background-attachment: scroll;
    background-size: auto;
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 285px;
    background-position: 10px 19px;
    background-repeat: no-repeat no-repeat;
}
#submit_butt,#submit {
    float: left;
    font-size: 21px;
    width: 170px;
    height: auto;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    word-wrap: break-word;
    clear: none;
    min-height: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-family: arial;
    letter-spacing: -0.1em;
    color: rgb(241, 196, 15);
    background-color: rgb(41, 128, 185);
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: 240px;
    left: auto;
    bottom: auto;
    right: 0px;
}
#footer {
    float: left;
    height: 30px;
    margin-left: 0%;
    margin-top: 20px;
    clear: none;
    width: 100%;
    min-width: 0px;
    background-image:url("../images/footer_background.png");
    background-attachment: scroll;
    background-size: auto;
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
}
#footer_copyright {
    float: none;
    font-size: 11px;
    width: 300px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: auto;
    margin-top: 10px;
    clear: none;
    min-height: 0px;
    margin-right: auto;
    padding-left: 130px;
}
#essay_text {
    float: left;
    font-size: 1em;
    width: 260px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.65em;
    word-wrap: break-word;
    margin: 0px;
    clear: none;
    min-height: 0px;
    letter-spacing: -0.1em;
}
#essay_text_archive {
    float: left;
    font-size: 1em;
    width: 460px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.65em;
    word-wrap: break-word;
    margin: 0px;
    clear: none;
    min-height: 0px;
    letter-spacing: -0.1em;
}
body {
    font-size: 13px;
}
#comment_list {
    float: left;
    height: auto;
    margin: 20px 0px 0px 5%;
    clear: both;
    width: 90%;
    min-width: 0px;
    padding: 10px 0;
    min-height: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-width: 1px;
    border-top-style: solid;
}
#comment_text {
    float: left;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1.45em;
    word-wrap: break-word;
    margin: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
}
#commentform #inputtext {
    width: 150px;
    position: absolute;
    right: 10px;
    top: 65px;
    border: none;
}
#commentform #author {
    width: 150px;
    height: 20px;
    border: none;
    background-color: #ececec;
}
#commentform textarea#commentarea {
    width: 150px;
    height: 130px;
    position: absolute;
    right: 10px;
    top: 92px;
    border: none;
    background-color: #ECECEC;
}

#comment_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comment_list ul li {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: dotted 1px #ccc;
}
#comment_list ul.children {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}
#comment_list ul.children li {
    margin: 5px 0 0 0;
    padding: 4px;
    border: solid 1px #999;
    border-radius: 5px;
    background-color: #ececec;
}
#comment_list .comment-meta {
    color: #fff;
    font-size: 0.8em;
}

.comment-author {
    /*display: none;*/
}

.comment_autor_name {
    color: #AD4005;
    font-size: 90%;
    font-weight: bold;
}

#archive_unit {
    width: 510px;
    /*height: 510px;*/
}
.archive_image {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
}
.archive_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #666;
    opacity: 0.7;
    padding: 4px;
}
.archive_info h3 {
    font-size: 0.8em;
    color: #fff;
    padding: 0;
    margin: 0;
}
.archive_info h3 a {
    color: #fff;
    text-decoration: none;
}
.archive_info small {
    color: #fff;
}
#image1 {
    position: absolute;
    right: 0px;
}
#contact_form dt {
    margin: 0;
}
#contact_form dd {
    margin: 0;
}
#contact_form input {
    width: 88.46%;
    height: 23px;
    margin: 0px;
    padding: 0px 4px;
    border: none;
}
#contact_form textarea {
    width: 88.46%;
    margin: 0px;
    padding: 0px 4px;
    border: none;    
}
#essay_archive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#essay_archive ul li {
    padding: 0;
    margin: 0;
    float: left;
    width: 33.33%;
    text-align: center;
}
#essay_archive ul li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #000;
}

@media only screen and (max-width: 320px) {

   #manga_image {
        width: 320px;
   }
   #content {
        width: 100%;
        height: 320px;
        min-width: 0px;
        min-height: 0px;
   }
   #header {
        width: 100%;
        min-width: 0px;
        background-image:url("../images/header_background.png");
        background-attachment: scroll;
        background-size: 210px;
        background-position: 5px 12px;
        background-repeat: no-repeat no-repeat;
   }
   #manga_title {
        width: 100%;
        top: 6px;
        bottom: auto;
   }
   #update_date {
        bottom: 10px;
        top: auto;
   }
   #navigation {
        bottom: 12px;
        top: auto;
        padding-left: 5px;
   }
   #essay {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
   }
   #comment {
        width: 170px;
        background-image:url("../images/comment_fieldarea.png");
        background-attachment: scroll;
        background-size: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        background-position: -20px 19px;
        background-repeat: no-repeat no-repeat;
   }
   #functions {
        width: 100%;
   }
   #image {
        margin-right: 10px;
   }
   #page_navi {
        width: 95px;
   }
   #grid .column.grid-0 {
        margin-left: 0%;
   }
   #grid .column {
        width: 100%;
   }
   #essay_archive {
        float: left;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        width: 100%;
        background-image:url("../images/archive_background.png");
        background-attachment: scroll;
        background-size: auto;
        background-color: #EEEEEE;
        position: relative;
        top: 0px;
        left: 0px;
        min-height: 0px;
        padding: 40px 20px 20px;
        background-position: 50% 0%;
        background-repeat: repeat-x;
}
   #essay_text_archive {
        float: left;
        font-size: 1em;
        width: 100%;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1.65em;
        word-wrap: break-word;
        margin: 0px;
        clear: none;
        min-height: 0px;
        letter-spacing: -0.1em;
    }
    #archive_unit {
        width: 330px;
        height: 330px;
    }
    .archive_image {
        width: 100px;
        height: 100px;
        overflow: hidden;
        position: relative;
        float: left;
        margin: 0 10px 10px 0;
    }
    .archive_image img {
        width: 100px;
        height: 100px;
    }
    #navigation {
        float: left;
        font-size: 0.8em;
        width: auto;
        height: auto;
        text-align: left;
        font-weight: normal;
        line-height: 1em;
        word-wrap: break-word;
        clear: none;
        min-height: 0px;
        min-width: 0px;
        position: absolute;
        top: auto;
        left: auto;
        bottom: 16px;
        color: rgb(255, 255, 255);
        font-family: arial;
    }
}