<!--
input, textarea {color:#3333CC}

body	{margin-top:0px;
         margin-left:0px;
         margin-bottom:0px;
	    background-color:#ffffff}

.all	{width:850px;
         height:100%}

/* === サイドバー部分のスタイル === */

.side1  {background-color:#a9a9a9;
	    width:200px}

.side1	{vertical-align:top}

.side1 a    {display:block; width:100%; 
              text-decoration:none; color:#ffffff}
.side1 a:hover {text-decoration:none; color:#ffffff; background-color:rgb(60%,70%,100%)}


/* === コンテンツ部分のスタイル === */

.main  {width:600px;
	   padding-left:50px}
.main a    {display:block; width:100%;
            text-decoration:none; color:#999999}
.main a:hover {text-decoration:none; color:#ffffff; background-color:rgb(80%,70%,100%)}

-->
