a{ text-decoration:none;}/* リンクの下線消し */
a:link{ color : #ff9933; }
a:visited{ color : #6495ed; }
a:hover{ color : #00bfff;  TEXT-DECORATION: underline;}
a:active{ color : #00bfff; }


body,h1,h2,h3,p,div,ul,ol,li,table,form,blockquote,pre,address{
 margin : 0;
 padding : 0;
}
body{
 width : 100%;      /* IEで横スクロールバーが出たときの保険 */
 text-align:center; /* IEでセンタリング */
 background-image: url("image/backdrop.gif");
 background-repeat: repeat-y;
 background-attachment: fixed;
 background-position: top center;
}

.header{
 /* width : 800px; */
 width : 840px;
 height : 50px;        /* サイトロゴの高さに合わせて調節してください */
 margin : auto;
 text-align:left;
}
.main{
 /* width : 800px; */        /* メニューと本文をひとくくりにするためのクラス */
 width : 840px;
 margin : auto;
}
.sidemenu{
 /* width : 190px; */
  width : 210px;
 margin : 0px 0px 0px 50px;
 float : right;
 text-align:left;

}
.contents{
 text-align:left;
 /* width : 560px; */
 width : 580px;
 float : right;
}
.footer{
 /* width : 800px; */
 width : 820px;
 height : 50px;        /* サイトロゴの高さに合わせて調節してください */
 margin : auto;
 text-align:right;
 padding-right: 240px;
 clear : both;
}

.sidemenu ul{
 list-style-type : none;
}
