/*■背景など*/

body{
    background-color:#ffffff;/* 背景の色：白 */
    background-image : url("leaf.jpg");
    background-attachment: fixed;
    background-position: 0% 100%;
    background-repeat: no-repeat;
	font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: small;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#006666;/*文字の色：青*/
    font-style:normal;
    text-decoration:none
}
a:visited {/*訪問後の色*/
    color:#934C7B;/*文字の色：紫*/
    text-decoration:none
}
a:hover {/*カーソルを合わせたときの色*/
    color:#ff0000;/*文字の色：赤*/
    font-style:normal;
    text-decoration:underline;/* 下線 */
}
a:active {/*クリック中の色*/
    text-decoration:none;/* なし */
}


/*枠用ID*/
table#head{
    width:680px;
}
td#head{
    vertical-align:top;
    text-align:center;
}
A.head {
  display: block;             /* ブロック要素にする */
  width: 130px;                /* 横幅 */
  background-color: #009966;  /* 背景色 */
  border: outset 2px #9999cc; /* 枠の色 */
  margin: 0px;
  padding: 3px 1px 1px 0px;
  font-size: 16px;            /* フォントサイズ */
  color: #ffffff;
  line-height: 18px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
A.head:hover {
  color: #eeeeee;
  background-color: #555588;  /* 背景色 */
  border: inset 2px #9999cc;  /* 枠の色 */
  margin: 0px;
  padding: 4px 0px 0px 1px;
}
A.head:active { color: #ffffff; }
A.head:visited { color: #ffffff; }

h1{
    font-weight:normal;
    color:#009966;
    margin-top:10px;
}

h3.right{
    margin:0px;
    padding:0.2em 0.2em 0em 0.2em;
    font-size:normal;
    font-weight:15 px;
    border-style:solid;
    border-width:0px 0px 1px 12px;
    border-color:#009966;
}

ul.link{
    list-style:none;
    margin:0px;
    padding:0.5em 0.3em 0em 1em;
    font-family: sans-serif,"Osaka";
    line-height: 20px;
	letter-spacing: 1px
}

#container {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#contents{
	margin:8px 8px 8px 8px;
	clear:left;
	text-align: left;
	}

p.contents{
    margin:7px 5px 15px 5px;
    line-height: 22px;
}

ul {
	line-height: 20px;
	letter-spacing: 1px
}
