#wrapper{
text-align: left;
width: 95%;
margin: 0 auto;

}



#header{
width: 100%;
height: 100px;
font-size:80%;
font-weight:normal
color:#555555;

margin-left:20%;
margin:right:20%
}



#contents{
position: relative;
width:200px;
float: left;
margin: 0 30px 0 10px;
font-size:80%;
color:#555555;

}



#sidebar{
width: 600px;
float: left;
text-align: center;
color:#555555;

}



#footer{
clear: both;
width: 100%;
text-align: center;
font-size:80%;
}


-------------------ココから下がclassスタイルの指定

.sample{
font-size: 80%;
color: #000000;
}

p{
font-size: 80%;
color: #000000;
}


.underline{text-decoration: underline;}

.overline{text-decoration: overline;}

.through{text-decoration: line-through;}








-------------------リンクの指定


a:link{
color: #000000;
text-decoration: none;
}

a:visited{
color: #555555;
text-decoration: none;
}

a: hover{
color:#555555;
text-decoration: none;
}

a:active{ color: pink;
text-decoration: none;
 }


---------------------