@charset "euc-jp";
body {
  background-color: white;
  color: black;
}
h1 {
  color: blue;
}
em {
  font-weight: bold;
}
a:link {
  color: dedgerblue;
}
a:visited {
  color: darkviolet;
}
th, td {
  font-size: 80%; font-weight: normal;
}
FONT.menutitle {
  background-color: #FFFF00;
  color: #002CB7;
  line-height:140%;
  font-size: 80%;
  font-weight: normal;
}
FONT.cardtitle {
  background-color: #FFFF00;
  color: #0000FF;
  line-height:140%;
  font-size: 100%;
  font-weight: bold;
}
FONT.f110 {font-size: 110%; font-weight: normal;}
FONT.f100 {font-size: 100%; font-weight: normal;}
FONT.f90 {font-size: 90%; font-weight: normal;}
FONT.f80 {font-size: 80%; font-weight: normal;}
FONT.f70 {font-size: 70%; font-weight: normal;}
FONT.f65 {font-size: 65%; font-weight: normal;}

#page {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#header { 
    position: relative;
    margin: 0px 0px 30px 0px;
    background-color: blue;
}

#header h1 {
    margin: 0;
    padding: 45px 60px 45px 75px;
    color: #fff;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}
#main {
  width: 73%;
  float: left;
}
#maintext {
  width: 60%;
  float: right;
}
#menu {
  width: 39%;
  float: left;
}
#link {
  width: 26%;
  float: right;
}
#footer {
    margin: 0px;
    padding: 0 0 9px 0;
    font-size: 85%;
}
/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
        background-color: orange;
	margin-left: 0em;
}
