﻿body {
  color : #202020;
  font-family : "メイリオ";
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}

a:link   { color : #ff8000; text-decoration : none; }
a:visited{ color : #ff8000; text-decoration : none; }
a:active { color : #512800; text-decoration : none; }
a:hover  { color : #804000; text-decoration : underline; }

#main {
    position : absolute;
    left : 0;
    background-color: rgba(255, 255, 255, 0.4);
    width : 1000px;
}
#left {
    position : fixed;
    left : 0;
    padding-top : 40px;
    width : 150px;
    text-align : right;
}
#right {
    position : static;
    padding-top: 50px;
    padding-left : 180px;
    width : 850px;
}
#access {
    position : absolute;
    top: 0;
    right: 0;
    padding : 10px;
    padding-top : 1.5em;
    line-height : 1.5em;
    text-align: right;
    color: #808080;
}
#footer {
    position : fixed;
    bottom: 0;
    width : 100%;
    text-align : center;
}

h2 {
    color: #404040;
    border-bottom: dotted 2px;
}
h3 {
    color: #404040;
    margin-bottom: 0;
}

p.news {
    padding-left:20px;
    padding-bottom: 10px;
}
p.diary {
    padding-left:20px;
    padding-bottom: 10px;
}
li {
    padding : 0.2em;
}

