@charset "shift-JIS";

/* ------------------------------------------------------------
 CafeCafe. CSS
 update:07/12/11
 
 [contents]
------------------------------------------------------------ */

/* 
 0:div#header
------------------------------------------------------- */

div#header{
background:url(/News/imgs/news_header_bg.jpg) no-repeat;
}

/* 
 1:div#contents
------------------------------------------------------- */

ul#topicsList li{
padding:8px;
}

ul#topicsList span.date{
width:70px;
color:#892F2F;
float:left;
}

a {
color:#892F2F;
}

ul#topicsList li.even{
background:#f7f7f7;
}

ul#topicsList span{
width:500px;
}

ul#topicsList li a img{
float:right;
}

ul#topicsList li:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
ul#topicsList li{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html ul#topicsList li{
   height:1px;
}

ul#topicsList li{
   display:block;
}

div.more {
   padding:10px;

}

.more table img{
	margin-right:10px;
	float:left;
	background: url(/News/imgs/shadow-1000x1000.gif) no-repeat 		right bottom;  
	padding: 5px 10px 10px 5px; 
}

.asset-body img{
	margin:10px;
	background: url(/News/imgs/shadow-1000x1000.gif) no-repeat 		right bottom;  
	padding: 5px 10px 10px 5px;
}
/* End hide from IE-mac */