@charset "utf-8";
/*
	title:			アイコンCSS
	author:		T.Nagayama (WITHWIND)
	description:	アイコン系のCSS設定をおこなう。
*/
/*================================================================================
	
================================================================================*/
/*リスト*/
ul.list {
	list-style:disc;
	font-size:1.2em;
}
ul.list li {
	margin:0 0 0.2em;
	line-height:1.2em;
}
ul.list li.new {;}
ul.list li.cool {;}

/*記事ステータスアイコン表示*/
.status_icon{;}
.status_ebook ,.status_flash ,.status_new ,.status_pdf ,.status_wmp
{ margin-left:1em; width:27px; height:8px; font-size:0.85em; }
.status_ebook{ padding-left:37px; background:transparent  url(../images/status_icon/ebook.gif) no-repeat scroll 0%;}
.status_flash{ padding-left:37px; background:transparent  url(../images/status_icon/flash.gif) no-repeat scroll 0%;}
.status_new{ padding-left:37px; background:transparent  url(../images/status_icon/new.gif) no-repeat scroll 0%;}
.status_pdf{ padding-left:37px; background:transparent  url(../images/status_icon/pdf.gif) no-repeat scroll 0%;}
.status_wmp{ padding-left:37px; background:transparent  url(../images/status_icon/wmp.gif) no-repeat scroll 0%;}



/*トピックアイコン表示*/
.topic_icon{float:right;}

.topic_ebook ,.topic_news	 ,.topic_schedule ,.topic_sosai ,.topic_taidan ,.topic_talk ,.topic_column ,.topic_etc
{width:52px; height:52px;}
.topic_ebook		{ background:transparent  url(../images/topic_icon/ebook.png) no-repeat scroll 0%;}
.topic_news		{ background:transparent  url(../images/topic_icon/news.png) no-repeat scroll 0%;}
.topic_schedule	{ background:transparent  url(../images/topic_icon/schedule.png) no-repeat scroll 0%;}
.topic_sosai		{ background:transparent  url(../images/topic_icon/sosai.png) no-repeat scroll 0%;}
.topic_taidan		{ background:transparent  url(../images/topic_icon/taidan.png) no-repeat scroll 0%;}
.topic_talk			{ background:transparent  url(../images/topic_icon/talk.png) no-repeat scroll 0%;}
.topic_column		{ background:transparent  url(../images/topic_icon/column.png) no-repeat scroll 0%;}
.topic_etc			{ background:transparent  url(../images/topic_icon/etc.png) no-repeat scroll 0%;}



