/*
Song List Page CSS for WordPress Theme
1. Structure -- Contents
*/


/* ------------------------------------------------------------------------------------------------------------
1. Structure -- Contents
-------------------------------------------------------------------------------------------------------------*/

#contents #othsongs .othlist{
clear:both;
padding:10px;
background-color:#EFEFEF;
margin-bottom:10px;
border:solid 1px #DDDDDD;
}
#contents #othsongs .othlist2{
clear:both;
padding:10px;
margin-bottom:10px;
border:solid 1px #DDDDDD;
}
#contents #othsongs .othlist .imgarea img,
#contents #othsongs .othlist2 .imgarea img{
width:80px;
height:80px;
float:left;
}
#contents #othsongs .othdata{
width:420px;
float:right;
}
#contents #othsongs .othdata .fico{
width:16px;
float:none;
}
#contents #othsongs .othdata h3{
margin-bottom:5px;
font-weight:bold;
font-size:1em;
}
#contents #othsongs .categories{
font-size:0.85em;
border-top:solid 1px #DDDDDD;
border-bottom:solid 1px #DDDDDD;
padding:2px 0;
margin:0 0 3px;
}
/* IE7ƒnƒbƒN */
*:first-child+html #contents #othsongs .othdata h3{ 
font-size:1em;
}

#contents #othsongs .linkmenu{
margin:8px 0 0 0;
font-size:0.8em;
list-style:none;
}


