@charset "utf-8";
/*====================topics/indexページ用クラス==================================================

社団法人（社）日本たばこ協会
LastUpDate:2009.05.15.PM20:10

記載内容：
1：h1タイトル
2：h2タイトル
3：indexコンテンツ

===================================================================================================*/

@import url("common.css");

/*//////　1：h1タイトル　////////////////////////////////////////////////////////////////////*/
div#mainWrap div#contentsAll div#contents h1#topicsIndexH1{
background:transparent url(../../topics/images/index_h1.gif) no-repeat 0px 0px;
margin-bottom:30px;
}

/*//////　2：h2タイトル　////////////////////////////////////////////////////////////////////*/
/*----  平成22年度 ----------------*/
div#mainWrap div#contentsAll div#contents div#contentsTopics h2#topicsIndexH1h22{
background:transparent url(../../topics/images/index_h2_22.gif) no-repeat 0px 0px;
}

/*----  平成21年度 ----------------*/
div#mainWrap div#contentsAll div#contents div#contentsTopics h2#topicsIndexH1h21{
background:transparent url(../../topics/images/index_h2_21.gif) no-repeat 0px 0px;
}

/*----  平成20年度 ----------------*/
div#mainWrap div#contentsAll div#contents div#contentsTopics h2#topicsIndexH1h20{
background:transparent url(../../topics/images/index_h2_20.gif) no-repeat 0px 0px;
}

/*//////　3：indexコンテンツ　////////////////////////////////////////////////////////////////////*/
div#mainWrap div#contentsAll div#contents div#contentsTopics{
height:100%;
width:625px;
padding:0 10px;
}
div#mainWrap div#contentsAll div#contents div#contentsTopics div#newsList{
width:625px;
}
div#mainWrap div#contentsAll div#contents div#contentsTopics div#newsList dl{
border-bottom:1px #EFEFEF solid;
}
div#mainWrap div#contentsAll div#contents div#contentsTopics div#newsList dt{
float:left;
clear:left;
width:17em;
text-indent:0.1em;
}
div#mainWrap div#contentsAll div#contents div#contentsTopics div#newsList dt,dd{
padding:13px 0;
}

