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


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

#contents #infolist .othlist{
clear:both;
padding:10px;
background-color:#EFEFEF;
margin-bottom:10px;
border:solid 1px #DDDDDD;
}
#contents #infolist .othlist2{
clear:both;
padding:10px;
margin-bottom:10px;
border:solid 1px #DDDDDD;
}
#contents #infolist .othlist img,
#contents #infolist .othlist2 img{
width:140px;
float:left;
}
#contents #infolist .othdata{
width:360px;
float:right;
}
#contents #infolist .othdata .fico{
width:16px;
float:none;
}
#contents #infolist .othdata h3{
margin-bottom:5px;
font-weight:bold;
font-size:1em;
}
#contents #infolist .othdata h3 .blk a:link,
#contents #infolist .othdata h3 .blk a:visited{
color:#333333;
}
#contents #infolist .othdata h3 .blk a:hover {
color:#0099FF;
}
#contents #infolist .categories{
font-size:0.85em;
border-top:solid 1px #DDDDDD;
border-bottom:solid 1px #DDDDDD;
padding:2px 0;
margin:0 0 3px;
}
#contents #infolist .linkmenu{
margin:8px 0 0 0;
font-size:0.8em;
list-style:none;
}

/* Orikanインフォメーション */
#contents #infolist.ori .othdata{
float:none;
width:500px;
}

/* IE7ハック */
*:first-child+html #contents #infolist .othdata h3{ 
font-size:1em;
}



