@charset "Shift_JIS";

/* ======== BASIC ======== */
*{
margin:0;
padding:0;
font-family:Verdana, Helvetica, sans-serif;
line-height:180%;letter-spacing:1px;
font-weight:normal;
color:#eee;
}

body         { font-size: 0.8em; background: black url(image/06.jpg) no-repeat fixed 100% 100%; margin: 20px }

br         {letter-spacing :normal;}
img        {border : 0;}
a          {color : #68903C;text-decoration : none;}
a:hover    {color : #92C45B;}

/* ======== TEMPLATE ======== */
/* wrapper */
#wrapper{
width      : 750px;
text-align : left;
}

/* header */
#header h1{
font-size:1.5em;
}

#header h1 a{
color           : #68903C;
font-weight     : bold;
text-decoration : none;
}

#header a:hover{
color : #fff;
}

#menu li{
display : inline;
}

#menu li a{
color           : #eee;
text-decoration : none;
}


#menu li a:hover{
border-bottom : 2px solid #000;
color         : #68903C;
}

/* contents */
#contents{
margin : 10px;
}

#contents h2{
font-weight   : bold;
border-bottom : 1px solid #ccc;
font-size     : 1.0em;
}

#contents p{
margin:3px 10px 20px 10px;
}

#contents ul,ol,dl{
margin              : 5px 0 20px 10px;
list-style-position : inside;
padding-left        : 0;
}

/* footer */
#footer{
text-align : right;
border-top : 1px solid #999;
padding    : 10px;
}
