/* diary.css
			yamashita osamu
			2021/03/21
			2007/02/12
*/

@charset "utf-8";
.pagebody {
    width: 800px;
    /*margin:auto;*/
}

h1 {
    border: 5px ridge fuchsia;
    padding: 6px 6px 6px 6px;
    text-align: center;
    font-weight: 900;
    font-style: italic;
    text-shadow: 1px 2px 3px #808080;
    /* --font-size:3em; */
    color: purple;
    background-color: lightgoldenrodyellow;
    border-color: rgb(169, 156, 39);
    border-radius: 0.5em;
    margin-top: 10px;
    margin-left: 45px;
    margin-right: 60px;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.0em;
    font-weight: strong;
    color: black;
    margin-top: 1mm;
    margin-left: 25mm;
    margin-right: 1mm;
    margin-bottom: 1mm;
    top: 1px;
    left: auto;
}

h2.date {
    color: rgb(240, 30, 48);
}

h2.weather {
    color: #237be0;
}

h2.title {
    color: white;
    background-color: #2b997a;
}

BODY {
    font-weight: normal;
    /*color: navy;*/
    Background-COLOR: "#FFFFCC";
    BACKGROUND-image: url("../image/bar/notebook.gif");
    background-repeat: repeat-y;
    margin-left: 0pt;
}

P {
    font-weight: normal;
    margin-left: 25mm;
    left: 20mm;
}

.section {
    float: right;
    margin-left: -180px;
    width: 100%;
    /*background: rgb(214, 243, 221);*/
}

.L-side{
    position:fixed;
    width: 100px;
    margin-left: 2.5em;
    background: #e6eec2;
    float: left;
    border-right: .6em solid green;
    color:#029b2f;

}

.main {
    width: 650px;
    margin-left: 60px;
}

.footer {
    clear: both;
}
p {
    margin-left: 7em;
}
p.honbun {
    margin-left: 7em;
    text-indent:1em;
}

ul.honbun{
    margin-left: 7em;
    text-indent:1em;
}

img.fig {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
}

img.fig_L2 {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
}
img.fig0 {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 7em;
}
img.fig1 {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    width: 150px;
    height: auto;
    /*
    width: 25%;
    height: 25%;
    */
}

img.fig25pf {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 7em;
    width: 150px;
    height: auto;
    float :left;
    /*
    width: 25%;
    height: 25%;
    */
}


.fig25p {
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 7em;
    width: 150px;
    height: auto;
    float :left;
    /*
    width: 25%;
    height: 25%;
    */
}


p.copyright:before {
    text-align: center;
    content:  &copy;"1999 osamu-Y";
    /* content: &copy; "1999 o.yamashita";*/
    display:inline
}

/*
body * {
    border-style: solid;
    border-width: 1px;
}
*/

.tableclass01 {
    border-collapse: collapse; /* セルの間隔をなくす */
    margin-right: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 7em;/* 左側に10ポイントの空白を追加 */
}

.tableclass01 th {
    background-color: lightcyan;
    border: 1px solid black; /* セルの枠線 */
    padding: 5px; /* セルの内側の余白 */
}
.tableclass01 td {
    border: 1px solid black; /* セルの枠線 */
    padding: 5px; /* セルの内側の余白 */
}