/* CSS Document */
#orochimaru{ width:1200px;
margin:0 auto;
height:1900px;
border: #999 1px solid;}


#sunade{ width:1200px;
height:40px;
float:left;
background: rgba(102,255,204,1);
margin-bottom:30px;}

#sunade h4{ color: rgba(255,255,255,1);
text-align:center;
margin-top:10px;
font:12pt "trebuchet ms";
}


.sanin{ width:250px;
height:200px;
margin-left:10px;
border: #DDD solid 1px;
margin:24px;
float:left;}

.sanin img{ width:210px;
margin:20px;
transition:0.5s ease;
height:150px;}

.sanin img:hover{ transform:scale(1.3,1.3)}