@charset "UTF-8";
body{
    background: #222;
    color: #e0e0e0;
    font-family: Verdana;
    font-size: 0.7em;
}

header, main > section > .thread, main > div#catalog, footer > div, footer > div.copy {
    background: none;
    max-width: 100%;
    border: 0;
}

a:link {
    color: #ddb2ca;
}

a:visited {
    color: #ddb2ca;
}

h1 a{
    color: #ff009c !important;
    font-size: 28px;
    text-shadow: 1px 1px 2px #000000;
    font-family: Verdana;
}

input, textarea, select, .se {
    border: 1px solid #595959;
    color: #e0e0e0;
    background-color: #222;
}

input[type="button"], input[type="submit"] {
    background: #ea0075;
    border: none;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
}

hr {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px dotted #595959;
}

h2{
    background: #ea0075;
}

h2 {
    border-left: 0;
}

h2 a{
    color: #fff !important;
    background-color: #ea0075;
}

h2 a:hover {
    background-color: #ffa2d1;
}

.name {
    border: solid 1px #00ffe5;
    border-radius: 0px;
}

.name:hover {
    background: #333;
}

.name a {
    color: #00ffe5;
}

input[value=お絵かき], textarea[value=お絵かき], select[value=お絵かき], button.copy_button, .se[value=お絵かき], .button {
    background: #ea0075;
    border: none;
}