body{
	margin:0;
	padding:0;
	color:#000000
	
}
h1{
        background-color: transparent;
	color:#333333;
	font-size:150%;
        margin:5px 430px
}
.logo{
  　　 margin-top: 50px;
 　　　margin-left: 400px;
       background-image:url(../img/yoshi.png);
       background-repeat:no-repeat;
}
.top{
   margin-left: 400px;
   
}
/*widthは並べたい枚数にあわせて調整*/
#gallery{
　　margin-left:400px;
    width:850px;
    background-color:#ffffff;
　　background-image:url(../img/005.jpg)
}
/*widthは写真の大きさにあわせて調整
font-sizeは固定した方が良い*/
dl{
    margin:1px;
    margin-right:3px;
    margin-bottom:1em;
    padding:0px;
    float:left;
    width:160px;
    font-size:14px;
    border-width:1px 1px 0px;
    border-style:solid;
    border-color:#7F2D00;
}
dt{
    margin:0px;
    padding:0px;
}
dd{
    margin:0px;
    padding:4px 0.5em;
    border-color::#7F2D00;
    border-bottom:1px solid;
}
/*heightは行数＋αにしておく。
コメントの文字数はあらかじめ決めておきましょう。*/
dd.name{
    height:3.4em;
　　background-color:#FFC0CB;
    background-image:url(../img/162.gif)
}
dd.date{
    height:1.2em;
　　background-color:#D8BFD8;
    background-image:url(../img/162.gif)
}

h2{
   margin-left: 700px;
   padding-bottom: 30px;
}