@charset "utf-8";


/*layout*/
#contents div.section{
margin:0 10px;
}

/*
--------------------------------------------------------
base
--------------------------------------------------------
*/
div#header h1{
position:absolute;
top:100px;
left:0;
padding:0;
margin:0;
}

div.animallist{
float:left;
padding:5px;
margin:5px 0 5px 12px;
text-align:center;
border:1px solid #999;
cursor: pointer;
}
div.animallist p{
clear:both;
float:none;
text-align:center;
margin:0;
}
div.animal p.intro{
font-size:110%;
}
div.animallist p.pict{
width:200px;
}

div.section ul.list li{
background:none;
float:left;
text-align:center;
padding:0 10px 2em 10px;
}
div.section ul.list li.hover{
cursor:pointer;
}

/*gotasong*/
p.songtitle{
clear:both;
float:none;
font-size:110%;
font-weight:bold;
}
p.songtitle span{
font-size:85%;
margin:0 0 0 1em;
}
#contents div.section div.section_left{
float:left;
width:45%;
}
#contents div.section div.section_right{
float:left;
width:45%;
}
#contents div.section p.score{
clear:both;
}

#contents div.section dl dt{
margin:0 0 0 1em;
}

#contents div.section p.comment{
padding:55px 0 0 0;
}
