@charset "utf-8";

/*-------------------------------------------------
  レイアウト指定
  作成者：Hidemi Iwazaki
  作成日：2009/11/17
  最終更新日：2009/11/17
--------------------------------------------------*/

/*最新情報用デザイン
--------------------------------------------------*/
/*-----カテゴリアイコン-----*/
#type-all #news-icon02{
	background:url(../imgs/bg_all.gif) no-repeat left bottom;
}
#type-juyo #news-icon02{
	background:url(../imgs/bg_juyo.gif) no-repeat left bottom;
}
#type-news #news-icon02{
	background:url(../imgs/bg_news.gif) no-repeat left bottom;
}
#type-exam #news-icon02{
	background:url(../imgs/bg_exam.gif) no-repeat left bottom;
}
#type-event #news-icon02{
	background:url(../imgs/bg_event.gif) no-repeat left bottom;
}
#type-saiyo #news-icon02{
	background:url(../imgs/bg_saiyo.gif) no-repeat left bottom;
}

#news-icon02 {
	margin:15px 0!important;
	height:21px;
	padding-bottom:4px;
}
#news-icon02 li{
	float:left;
	display:inline;
}
#news-icon02 li a{
	display:block;
	margin-right:8px;
	width:53px;
	height:18px;
	padding:3px 0 0 3px;
text-indent: -9999px;
	text-decoration:none;
	overflow: hidden;
	background-repeat:no-repeat;
	font-size:1px;/*文字サイズの崩れ防止*/
	line-height:1px;/*文字サイズの崩れ防止*/
	/*20111117追加分*/
	background-image:url(../../imgs/top/ic_tab_sprite.gif);
	filter: alpha(opacity=60); /* IE7以下用 */
	-ms-filter: “alpha(opacity=60)”; /* IE8用 */
	opacity:0.6; /* Firefox 1.5以上, Opera, Safari用 */
	/*20111117追加分ここまで*/	
}

#news-icon02 .tab1 a {
	background-position:0 0;
}
#news-icon02 .tab2 a {
	background-position:-56px 0;
}
#news-icon02 .tab3 a {
	background-position:-112px 0;
}
#news-icon02 .tab4 a {
	background-position:-168px 0;
}
#news-icon02 .tab5 a {
	background-position:-224px 0;
}
#news-icon02 .tab6 a {
	background-position:-280px 0;
}

/*各tab用色変え*/
#news-icon02 li a:hover,
#type-all .tab1 a,
#type-juyo .tab2 a,
#type-news .tab3 a,
#type-exam .tab4 a,
#type-event .tab5 a,
#type-saiyo .tab6 a {
	filter: alpha(opacity=100); /* IE7以下用 */
	-ms-filter: “alpha(opacity=100)”; /* IE8用 */
	opacity:1; /* Firefox 1.5以上, Opera, Safari用 */
}

/*20111117変更
#type-all .tab1 a,
#type-juyo .tab2 a,
#type-news .tab3 a,
#type-exam .tab4 a,
#type-event .tab5 a,
#type-saiyo .tab6 a {
	background-position: bottom;
}
*/

/*----- 記事リスト -----*/
#news-list dl{
	margin-top:6px;
	background-image:url(../../imgs/common/li_01.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#news-list dl dt{
	font-size:85%;
	font-weight:bold;
	color:#666666;
	line-height:17px;
	padding-left:25px;
	background-repeat: no-repeat;
	background-position:6px 0.3em;
}
#news-list dl dd{
	padding:2px 0 6px 25px;
	clear:both;
}

/*カテゴリ別リストアイコン*/
#type-all #news-list dl dt{
	background-image: url(../imgs/ic_all_list.gif);
}
#type-juyo #news-list dl dt{
	background-image: url(../imgs/ic_juyo_list.gif);
}
#type-news #news-list dl dt{
	background-image: url(../imgs/ic_news_list.gif);
}
#type-exam #news-list dl dt{
	background-image: url(../imgs/ic_exam_list.gif);
}
#type-event #news-list dl dt{
	background-image: url(../imgs/ic_event_list.gif);
}
#type-saiyo #news-list dl dt{
	background-image: url(../imgs/ic_saiyo_list.gif);
}


/*前のページ　次のページ
------------------------------------------------*/
.pagebute{
	margin:20px 0!important;
	text-align:center;
}
