@charset 'utf-8';

/* ----- HTMLÄè` ------------------------------------ */

* {
    margin: 0px;
    padding: 0px;
    font-style: normal;
    font-family: Osaka, 'lr oSVbN', 'MS UI Gothic', sans-serif;
    text-align: left;
}

body {
    padding: 0px;
    font-size: 80%;
    text-align: center;
    background: #EEFAD9 url("../images/background.gif") top left repeat;
}

h2, h3, h4, h5, h6, table {
    clear: both;
    font-size: 100%;
}

@media screen {
    h2, h3, h4, h5, h6 {
        height: 100%; /* ie6 */
    }
}

p, li, dt, dd, address {
    color: #444444;
    line-height: 1.4;
}

div#navigation li, div#information li,
div#navigation dt, div#information dt,
div#navigation dd, div#information dd {
    line-height: 1.2;
}

p {
    margin-bottom: 15px;
}

ul {
    margin: 0px 0px 20px 20px;
}

ul li ol li {
    margin: 0px 20px 0px 25px;
}

ul li ol {
    margin-bottom: 10px;
}

em {
    font-weight: bold;
}

img {
    margin: 0px 5px 0px 0px;
    border: 0px;
    vertical-align: middle;
}

object {
    margin-left: 15px;
}

pre {
    width: 99%;
    margin: 10px 15px 20px 15px;
    padding: 4px;
    border: 1px solid #BDB76B;
    overflow: auto;
}

.text > pre, .proftext > pre {
    width: auto;
}

code, var, kbd {
    font-size: 100%; /* Mac ie */
    color: #000080;
    font-family: 'lr SVbN', monospace;
    line-height: 1.4;
}

blockquote {
    width: 99%;
    margin: 10px 15px 20px 15px;
    padding: 1px;
    border-left: 2px solid #BDB76B;
    background-color: #F8F4C4;
}

.text > blockquote, .proftext > blockquote {
    width: auto;
}

blockquote p {
    color: #777777;
}

form fieldset {
    border: 0px solid #000000;
}

form legend {
    display: none;
}

form input, form select {
    margin-right: 1ex;
    padding: 1px;
    font-size: 12px;
    line-height: 1.2;
}

@media screen {
    form input, form select {
        font-family: Verdana, Arial, sans-serif;
    }
}

form select {
    margin-top: 1px;
}

@media screen {
    form option {
        padding-right: 0.8em;
    }
}

form p input {
    text-align: center;
}

form textarea {
    padding: 1px;
    font-family: 'lr SVbN', Osaka, monospace;
    font-size: 100%;
    line-height: 1.4;
}

table {
    margin-bottom: 10px;
    border: 1px solid #666680;
    border-collapse: collapse;
}

table tr th {
    padding: 5px;
    border: 1px solid #AAAAAA;
    background-color: #F8F4C4;
    text-align: center;
}

table tr td {
    padding: 5px;
    border: 1px solid #AAAAAA;
}

table tr td input {
    margin: -2px;
}

a:link, a:visited {
    color: #990000;
    border-bottom: 1px solid #990000;
    text-decoration: none;
}

a:active, a:hover {
    color: #A0522D;
    border-bottom: 1px solid #A0522D;
    text-decoration: none;
}

/* ----- î{\¢ -------------------------------------- */

div#container {
    width: 90%;
    min-width: 700px;
    margin: 0px auto;
    border-right: 1px dashed #B8860B;
    border-left: 1px dashed #B8860B;
    background-color: #FFFBCC;
}

@media screen {
    * html div#container {
        border-right: 700px solid #FFFBCC; /* containerÌbackgroundÉí¹é±Æ */
    }
    * html div#box {
        float: right;
        position: relative;
        margin-right: -700px;
        border-right: 3px dashed #B8860B;
    }
}

div#header {
    height: 130px;
    background: #FFFBCC url("http://yu-ma59.cside.ne.jp/ban/yu_ma59.jpg") center left no-repeat;
    border-top: 5px solid #B8860B;
}

div#menu {
    float: none;
    clear: both;
    margin-bottom: 10px;
    background-color: #ffcc00;
    position: relative; /* ?Ü?Ø?ñèÊãº¶ */
}

div#navigation {
    width: 190px;
    float: right;
    overflow: hidden;
}

div#information {
    width: 190px;
    float: left;
    overflow: hidden;
}

div#sidebox {
    width: 100%;
    float: right;
    margin-left: -190px;
    background-color: #FFFBCC;
}

div#logs {
    width: 100%;
    float: left;
    margin-right: -190px;
    overflow: hidden;
    background-color: #FFFBCC;
}

div#diary,
div#comment,
div#trackback,
div#commentform,
div#trcontents {
    margin: 0px 200px 10px 200px;
}

div#comment,
div#trackback,
div#contents,
div#commentform,
div#trcontents {
    padding: 10px;
}

div#page,
div#navi,
div#work,
div#contents,
div#form,
div#canvas,
div#env,
div#status {
    float: none;
    clear: both;
    padding: 0px 15px;
}

div#footer {
    width: 100%;
    clear: both;
    background-color: #ffcc00;
    border-bottom: 5px solid #B8860B;
}

/* ----- wb_[ -------------------------------------- */

div#header h1 {
    padding: 15px 15px 10px 15px;
    text-align: right;
}

div#header h1 a {
    color: #444444;
    font-size: 25px;
    text-decoration: none;
    text-align: right; /* ie6 */
}

@media screen {
    div#header h1 a {
        font-family: 'Times New Roman', Comic Sans MS, Verdana, Arial, sans-serif;
    }
}

div#header p {
    margin: 0px 15px;
    font-size: 12px;
    text-align: right;
}

div#header a:link, div#header a:visited,
div#header a:active, div#header a:hover {
    border-bottom: 0px solid #71513A;
}

/* ----- j[ -------------------------------------- */

div#menu h2 {
    display: none;
}

div#menu ul {
    margin-right: 10px;
    padding: 5px 0px;
    text-align: right;
}

div#menu ul li {
    display: inline;
    margin-left: 10px;
}

div#menu a:link, div#menu a:visited {
    color: #444444;
    border: 0px solid #444444;
    text-decoration: none;
}

div#menu a:active, div#menu a:hover {
    color: #FFFFFF;
    border: 0px solid #444444;
    text-decoration: none;
}

/* ----- irQ[V -------------------------------- */

div#navigation h2 {
    margin: 0px 0px 7px 0px;
    padding: 7px 10px;
    color: #444444;
    background: #ffffcc url("../images/navi_top.gif") 0% 0% no-repeat;
}

div#navigation img {
    margin-bottom: 5px;
}

div#navigation ul {
    margin: 0px 10px 0px 12px;
}

div#navigation ul li {
    margin: 0px 0px 3px 0px;
    list-style-type: none;
}

div#navigation ul li ul {
    margin: 0px 0px 0px 15px;
}

div#navigation ul li ul li {
    margin: 0px 0px 1px 0px;
    list-style-type: none;
}

div#navigation dl {
    margin: 0px 10px 0px 12px;
}

div#navigation dl dt {
    margin-top: 5px;
}

div#navigation form p {
    margin-left: 12px;
    margin-bottom: 0px;
}

div#navigation table {
    width: 140px;
    margin: -2px 0px 7px 17px;
    border: 0px solid #AAAAAA;
}

@media screen {
    div#navigation table {
        margin: -2px auto 7px auto;
    }
}

div#navigation table tr th {
    padding: 5px;
    border: 0px solid #AAAAAA;
    background-color: #ffffcc;
    text-align: left;
}

div#navigation table tr td {
    padding: 1px;
    border: 0px solid #AAAAAA;
    text-align: center;
}

@media screen {
    div#navigation table tr td {
        padding: 3px;
    }
}

div#navigation .day {
    color: #444444;
}

div#navigation .satday {
    color: #4444CC;
}

div#navigation .sunday {
    color: #CC4444;
}

div#navigation .today {
    background-color: #EEEEEE;
}

div#navigation .calender {
    margin: 2px 10px;
    text-align: center;
}

div#navigation .calender li {
    display: inline;
    margin-right: 10px;
}

div#navigation .block {
    margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #ffffcc url("../images/navi_bottom.gif") 0% 100% no-repeat;
    text-align: center;
}

div#navigation a:link, div#navigation a:visited {
    color: #990000;
    border-bottom: 1px solid #990000;
    text-decoration: none;
}

div#navigation a:active, div#navigation a:hover {
    color: #A0522D;
    border-bottom: 1px solid #A0522D;
    text-decoration: none;
}

div#navigation table tr td a:link,
div#navigation table tr td a:active,
div#navigation table tr td a:visited,
div#navigation table tr td a:hover {
    font-weight: bold;
    border: 0px solid #A0522D;
}

div#navigation .image a:link, div#navigation .image a:active,
div#navigation .image a:visited, div#navigation .image a:hover {
    border: 0px solid #A0522D;
}

/* ----- CtH[V -------------------------------- */

div#information h2 {
    margin: 0px 0px 7px 0px;
    padding: 7px 10px;
    color: #444444;
    background: #ffffcc url("../images/navi_top.gif") 0% 0% no-repeat;
}

div#information img {
    margin-bottom: 5px;
}

div#information ul {
    margin: 0px 10px 0px 12px;
}

div#information ul li {
    margin: 0px 0px 3px 0px;
    list-style-type: none;
}

div#information ul li ul {
    margin: 0px 0px 0px 15px;
}

div#information ul li ul li {
    margin: 0px 0px 1px 0px;
    list-style-type: none;
}

div#information dl {
    margin: 0px 10px 0px 12px;
}

div#information dl dt {
    margin-top: 5px;
}

div#information form p {
    margin-left: 12px;
    margin-bottom: 0px;
}

div#information table {
    width: 140px;
    margin: -2px 0px 7px 7px;
    border: 0px solid #AAAAAA;
    border-collapse: separate;
    border-spacing: 1px;
}

@media screen {
    div#information table {
        margin: -2px auto 7px auto;
    }
}

div#information table tr th {
    padding: 5px;
    border: 0px solid #AAAAAA;
    background-color: #ffffcc;
    text-align: left;
}

div#information table tr td {
    padding: 1px;
    border: 0px solid #AAAAAA;
    text-align: center;
}

@media screen {
    div#information table tr td {
        padding: 2px;
    }
}

div#information .day {
    color: #444444;
}

div#information .satday {
    color: #4444CC;
}

div#information .sunday {
    color: #CC4444;
}

div#information .today {
    background-color: #ffff00;
}

div#information .calender {
    margin: 2px 10px;
    text-align: center;
}

div#information .calender li {
    display: inline;
    margin-right: 10px;
}

div#information .block {
    margin-left: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: #ffffcc url("../images/navi_bottom.gif") 0% 100% no-repeat;
    text-align: center;
}

div#information a:link, div#information a:visited {
    color: #990000;
    border-bottom: 1px solid #990000;
    text-decoration: none;
}

div#information a:active, div#information a:hover {
    color: #A0522D;
    border-bottom: 1px solid #A0522D;
    text-decoration: none;
}

div#information table tr td a:link,
div#information table tr td a:active,
div#information table tr td a:visited,
div#information table tr td a:hover {
    font-weight: bold;
    border: 0px solid #A0522D;
}

div#information .image a:link, div#information .image a:active,
div#information .image a:visited, div#information .image a:hover {
    border: 0px solid #A0522D;
}

/* ----- Lê -------------------------------------- */

div#diary .diary {
    width: 100%; /* ie6 */
    margin-bottom: 20px;
    background-color: #FFFBCC;
    border: 1px solid #B8860B;
}

div#diary h2 {
    display: none;
}

div#diary h3 {
    margin: 0px 0px 20px 0px;
    padding: 2px 10px;
    color: #444444;
    line-height: 1.4;
    background-color: #EEE8AA;
    border-bottom: 2px dashed #B8860B;
}

div#diary h4, div#diary h5, div#diary h6 {
    margin: 15px 10px;
    padding: 2px 5px;
}

div#diary h4 {
    border-top: 2px dotted #BDB76B;
    border-bottom: 2px dotted #BDB76B;
    background-color: #F8F4C4;
}

div#diary .text img {
    margin: 0px 7px 1px 0px;
}

div#diary .text p {
    margin: 15px 15px;
    line-height: 1.6;
}

div#diary .text ul {
    margin: 15px 35px 20px 35px;
    list-style-type: square;
}

div#diary .text ul li ul {
    margin: 0px 0px 10px 25px;
}

div#diary .text ul li ol {
    margin: 0px 0px 10px 5px;
}

div#diary .text ol {
    margin: 15px 15px 20px 40px;
}

div#diary .text ol li ol {
    margin: 0px 0px 10px 20px;
    list-style-type: lower-alpha;
}

div#diary .text dl {
    margin: 15px 15px 20px 15px;
}

div#diary .text dl dt {
    margin-top: 8px;
    font-weight: bold;
    line-height: 1.2;
}

div#diary .text dl dd {
    margin: 0px 0px 0px 15px;
    line-height: 1.2;
}

div#diary .text table {
    margin: 15px 15px 20px 15px;
}

div#diary .date {
    margin: -17px 10px 15px 10px;
    text-align: right;
}

div#diary .date li {
    display: inline;
    margin-left: 5px;
}

div#diary .info {
    clear: both;
    margin: 10px 10px 5px 10px;
    text-align: right;
    font-size: 95%;
}

div#diary .info li {
    display: inline;
    margin-left: 5px;
}

div#diary .list {
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0px 0px;
    border: 1px dotted #B8860B;
}

div#diary .list h4 {
    margin: 0px 0px 15px 0px;
    padding: 3px 5px;
    color: #444444;
    background-color: #F8F4C4;
    border-top: 0px dotted #BDB76B;
    border-bottom: 1px dotted #B8860B;
}

div#diary .list ul {
    margin: 0px 10px 10px 30px;
}

div#diary .list dl dt {
    margin: 0px 10px;
    font-weight: bold;
}

div#diary .list dl dd {
    margin: 10px 10px 0px 10px;
}

div#trackback h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#trackback dl {
    margin-bottom: 10px;
    padding: 2px 10px 0px 2px;
    border: 1px solid #B8860B;
}

div#trackback dl dt {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

div#trackback dl dd {
    margin-left: 10px;
    margin-bottom: 5px;
}

div#comment .comment {
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid #B8860B;
}

div#comment h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#comment h3 {
    margin: 0px;
    padding: 5px 10px;
    background-color: #F8F4C4;
    border-top: 0px dotted #BDB76B;
    border-bottom: 1px dotted #B8860B;
}

div#comment p {
    margin: 5px 10px;
}

div#comment .text p {
    margin: 10px;
}

div#diary a:link.top, div#diary a:visited.top,
div#diary a:active.top, div#diary a:hover.top,
.list a:link, .list a:visited,
.list a:active, .list a:hover {
    border: 0px solid #A0522D;
    background-color: #F8F4C4;
}

/* ----- vtB[ -------------------------------------- */

div#profile {
    width: 100%;
    margin: 0px 30px 20px 30px;
    border: 1px solid #B8860B;
    background-color: #FFFBCC;
}

div#box > div#profile {
    width: 90%;
    margin: 0px auto 20px auto;
}

div#profile h2 {
    display: none;
}

div#profile h3 {
    margin: 0px 0px 20px 0px;
    padding: 5px 10px;
    color: #444444;
    background-color: #EEE8AA;
    border-bottom: 1px solid #B8860B;
}

div#profile h4, div#profile h5, div#profile h6 {
    clear: both;
    margin: 15px 10px;
    padding: 2px 5px;
}

div#profile h4 {
    border-bottom: 2px dotted #BDB76B;
    border-top: 2px dotted #BDB76B;
    background-color: #F8F4C4;
}

div#profile .prof img {
    margin: 0px 0px 0px 0px;
    border-right: 10px solid #FFFBCC;
    border-bottom: 3px solid #FFFBCC;
    border-left: 10px solid #FFFBCC;
}

div#profile .proftext p {
    margin: 15px 15px;
}

div#profile .proftext p.imgl, div#profile .proftext p.imgr {
    margin: 0px;
}

div#profile .proftext ul {
    margin: 15px 35px 20px 35px;
    list-style-type: square;
}

div#profile .proftext ul li ul {
    margin: 0px 0px 10px 25px;
}

div#profile .proftext ul li ol {
    margin: 0px 0px 10px 8px;
}

div#profile .proftext ol {
    margin: 15px 15px 20px 45px;
}

div#profile .proftext ol li ol {
    margin: 0px 0px 10px 23px;
    list-style-type: lower-alpha;
}

div#profile .proftext dl {
    margin: 15px 15px 20px 15px;
}

div#profile .proftext dl dt {
    width: 5em;
    float: left;
    font-weight: bold;
}

div#profile .proftext dl dd {
    margin-bottom: 3px;
    padding: 0em 0em 0em 5em;
}

/* ----- y[WÚ® ------------------------------------ */

div#page h2 {
    display: none;
}

div#page ul {
    margin: 0px;
}

div#page ul li {
    display: inline;
    margin-right: 10px;
}

/* ----- irQ[V -------------------------------- */

div#navi h2 {
    display: none;
}

div#navi ul {
    margin: 5px 0px;
    text-align: right;
}

div#navi ul li {
    display: inline;
    margin-left: 5px;
}

div#navi form dl dd {
    float: left;
}

div#navi form input {
    padding: 0px;
}

/* ----- Rec ------------------------------------ */

div#contents h2, div#trcontents h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#contents h3 {
    margin-bottom: 15px;
    padding: 3px 0px;
    border-bottom: 1px double #B8860B;
}

div#contents h4 {
    margin-bottom: 10px;
}

div#contents dl, div#trcontents dl {
    margin-bottom: 10px;
}

div#contents dl dt, div#trcontents dl dt {
    margin-top: 10px;
}

div#contents dl dd {
    margin-left: 30px;
}

/* ----- Ið -------------------------------------- */

div#work h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#work form {
    margin: 10px 0px;
}

div#work form dl dd {
    float: left;
}

div#work form input {
    padding: 0px;
}

/* ----- tH[ -------------------------------------- */

div#form h2, div#commentform h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#form form {
    margin-bottom: 10px;
}

div#form form dl, div#commentform dl {
    margin-bottom: 20px;
}

div#form form dl dt, div#commentform dl dt {
    float: left;
    clear: left;
    width: 5em;
    margin-top: 1px;
}

div#form form dl dd, div#commentform dl dd {
    margin-top: 1px;
}

div#form form dl dd textarea, div#commentform dl dd textarea {
    margin-top: 2px;
}

div#form form ul, div#commentform ul {
    margin: 0px 0px 20px 0px;
}

div#form form ul li, div#commentform ul li {
    list-style-type: none;
}

/* ----- Â«Ýè -------------------------------------- */

div#env h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#env h3 {
    margin-bottom: 15px;
    padding: 5px;
    background-color: #ffcc00;
}

div#env dl {
    margin-bottom: 20px;
}

div#env dl dd {
    margin-bottom: 10px;
}

div#env form {
    margin-bottom: 20px;
}

div#env form p {
    margin-bottom: 20px;
}

/* ----- LoX ------------------------------------ */

div#canvas h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#canvas applet {
    margin-bottom: 15px;
}

/* ----- Xe[^X ------------------------------------ */

div#status h2 {
    margin-bottom: 15px;
    padding: 5px;
    border-top: 3px double #B8860B;
    border-bottom: 3px double #B8860B;
}

div#status h3 {
    margin-bottom: 15px;
    padding: 3px 0px;
    border-bottom: 1px double #B8860B;
}

div#status h4 {
    margin-bottom: 10px;
}

div#status dl {
    margin-bottom: 20px;
}

div#status dl dt {
    float: left;
    clear: left;
    width: 10em;
}

/* ----- tb^[ -------------------------------------- */

div#footer address {
    padding: 7px 10px;
    color: #990000;
    background-color: #ffcc00;
}

div#footer a:link, div#footer a:visited {
    color: #990000;
    border-width: 0px;
}

div#footer a:active, div#footer a:hover {
    color: #A0522D;
}

/* ----- ÂÊwè -------------------------------------- */

.new {
    color: #FF0000;
}

.imgl {
    float: left;
}

.imgr {
    float: right;
}

.imgclear {
    clear: both;
}

.dashedline {
    border-bottom: 1px dashed #BBBBBB;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.textitalic {
    font-style: italic;
    padding: 0px 5px 0px 0px;
}

.image a:link, .image a:active,
.image a:visited, .image a:hover {
    border: 0px solid #A0522D;
}

.imgborder a:link, .imgborder a:visited,
.imgborder a:active, .imgborder a:hover {
    border: 0px solid #A0522D;
}

/* ----- è÷eÍ® ------------------------------------ */
@media only screen and (max-width: 768px) {
    /* SÇ?® */
    body {
        font-size: 90%; /* ª÷úåÌÈñè÷Â?« */
        background: #EEFAD9; /* Úwi?ÐÈ?»Á? */
    }

    /* eí?® */
    div#container {
        width: 100%; /* ü?S? */
        min-width: 0; /* ÚÅ¬?xÀ§ */
        border-right: none; /* Ú?yÈ??¬  */
        border-left: none;
    }

    /* ??® */
    div#header {
        height: auto; /* ©??x */
        background: #FFFBCC; /* Úwi?Ð */
        padding: 10px;
    }
    div#header h1 {
        padding: 10px;
        text-align: center; /* ?? */
    }
    div#header h1 a {
        font-size: 20px; /* ?¬Ì */
    }
    div#header p {
        text-align: center;
        margin: 5px 0;
    }

    /* Ø??®??Ü? */
    div#menu {
        padding: 0;
    }
    /* ?Æ??iï?gplabelacheckboxT§j */
    #menu-toggle {
        display: none; /* ?åUcheckbox */
    }
    .menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        background: #ffcc00;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }
    .menu-btn::before {
        content: "?"; /* ?Æ?? */
        font-size: 24px;
        color: #444444;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    div#menu ul {
        display: none; /* àÒ??åUØ? */
        margin: 0;
        padding: 10px;
        background: #ffcc00;
        width: 100%;
        text-align: left;
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1000;
    }
    #menu-toggle:checked ~ ul {
        display: block; /* _?checkbox??¦Ø? */
    }
    div#menu ul li {
        display: block; /* ¼rñ */
        margin: 10px 0; /* úÁ? */
    }

    /* ?qaM§??® */
    div#navigation,
    div#information {
        width: 100%; /* S? */
        float: none; /* æÁ? */
        margin: 0; /* du? */
        overflow: visible; /* ?ÛàeÂ? */
    }
    div#navigation h2,
    div#information h2 {
        text-align: center; /* ?? */
    }
    div#navigation ul,
    div#information ul {
        margin: 0 10px; /* ?»? */
    }
    div#navigation table,
    div#information table {
        width: 90%; /* \i?x©?? */
        margin: 0 auto 10px;
    }

    /* ???aúuææ?® */
    div#sidebox,
    div#logs {
        width: 100%; /* S? */
        float: none; /* æÁ? */
        margin: 0; /* du? */
    }
    div#diary,
    div#comment,
    div#trackback,
    div#commentform,
    div#trcontents {
        margin: 0 10px 10px; /* ?¬? */
    }

    /* àeææ?® */
    div#diary .text p,
    div#profile .proftext p {
        margin: 10px; /* ?¬i? */
        line-height: 1.5; /* ñÂ?« */
    }
    div#diary .text ul,
    div#profile .proftext ul {
        margin: 10px 20px; /* ?¬ñ\? */
    }
    div#diary .date,
    div#diary .info {
        margin: 5px 10px; /* ?¬? */
        text-align: left; /* ¶?? */
    }

    /* \??® */
    div#form form dl dt,
    div#commentform dl dt {
        float: none; /* æÁ? */
        width: auto; /* ©???x */
        margin: 5px 0;
    }
    div#form form dl dd,
    div#commentform dl dd {
        margin: 5px 0;
    }
    form input,
    form select,
    form textarea {
        width: 100%; /* ?üyS? */
        box-sizing: border-box; /* ïÜ?a?y */
    }

    /* ?r?® */
    div#footer {
        padding: 10px;
        text-align: center;
    }
    div#footer address {
        padding: 5px;
    }

    /* ?Ð?® */
    img {
        max-width: 100%; /* ?Û?Ðs´? ?x */
        height: auto; /* Ûäá */
        margin: 0 auto 5px; /* ó?­ê? */
        display: block; /* ðÆ??? */
    }
    .imgl,
    .imgr {
        float: none; /* æÁ? */
    }

    /* ´¼???® */
    pre,
    blockquote {
        width: auto; /* ©???x */
        margin: 10px; /* ?¬? */
    }
    table {
        width: 100%; /* \iS? */
        font-size: 90%; /* ?¬Ì */
    }
}