@charset "euc-jp";

dd,dt,dd { margin:0; padding:0;}
H1{text-align:center; }

<!-- ▼カラム構成  -->
#outline {
width : 800px ;
text-align : left ;
border : solid 0px #000000 ;
}

.margin {
margin : 10px ;
}

.main {
width :650px ;
background : #000000 ;
float : right ;
}

.menu {
width : 145px ;
padding-top:50px;
padding-bottom:50px;
text-align : right;
float : left ;
}

.c-both {
clear : both ;
}

.footer {
background : #000000;
font-size:15px;
}
<!-- ▼カラム構成  -->
　

<!-- ▼リンク -->
a{
  text-decoration:none;
}
a:link{
  color:red;
}
a:visited{
  color:pink;
}
a:hover{
  text-decoration:underline;
}
<!-- ▼リンク -->


<!-- ▼基礎部分  -->
body{
scrollbar-face-color:       black; 
  scrollbar-highlight-color:  #ff6699;
  scrollbar-shadow-color:     #ff6699;
  scrollbar-darkshadow-color: #ff6699;
  scrollbar-arrow-color:      #ff6699;
  scrollbar-base-color:       #ff6699;
  scrollbar-3dlight-color:    black;
  scrollbar-track-color:      white;
  font-family:"Critter","Cottonwood",fantasy;
  font-size: 20px;
  color: #ff0099;
  text-align: center;
  background-color:black;
  background-image:url(img/h2.gif);
  background-repeat:no-repeat;
  }
<!-- ▼基礎部分  -->