@charset "utf-8";

/*---------------------------------------------------------
    ニュース専用CSS
----------------------------------------------------------*/

/* ------------------------------- 月リスト ------------------------------- */
#month-list{
	
}

#month-list li{
	float: left;
	padding-left: 27px;
	padding-right: 10px;
	padding-top: 2px;
	background: url(../img/news/month_list.gif) no-repeat 10px center;
}

#month-list li.border_on{
	border-right: 1px solid #cccccc;
}

/* ------------------------------- 各ニュース下ボーダー ------------------------------- */

.news_border td{
	border-bottom: dashed 1px #666666;
	padding-bottom: 5px;
	padding-top: 5px;
}



/* -------------------------------------------------------------- 091106追加分----------------------------------------------------------------------------- */
/* ------------------------------- 統合前リストテーブル ------------------------------- */

#backnumber_list ul{
	width:290px;
	margin-left:6px;
}

#backnumber_list li{
	padding:8px 0 5px;
	border-bottom: dashed 1px #666666;
}

/* ------------------------------- 統合前リストナビ ------------------------------- */

.backnumber_navi {
	width:600px;
}

.backnumber_navi ul{
	padding-left:13px;
	border-bottom:#b8b8b8 1px solid;
	height:33px;
}

.backnumber_navi li{
	margin:0 0 -1px 0;
	padding-right:10px;
	float:left;
}

.backnumber_navi li img{
	display:block;
	z-index:10;
}

.bt_spc a {
    display:block;
    width:180px;
    height:30px;
	text-indent:-9999px;
	background:url(../img/news/bt_spc.gif) no-repeat;
	overflow:hidden;
}

.bt_spc a:hover {
    display:block;
    width:180ppx;
    height:30px;
	text-indent:-9999px;
	background:url(../img/news/bt_spc_on.gif) no-repeat;
}

.bt_jsat a {
    display:block;
    width:180ppx;
    height:30px;
	text-indent:-9999px;
	background: url(../img/news/bt_jsat.gif) no-repeat;
	overflow:hidden;
}

.bt_jsat a:hover {
    display:block;
    width:180ppx;
    height:30px;
	text-indent:-9999px;
	background:url(../img/news/bt_jsat_on.gif) no-repeat;
}

.bt_scc a {
    display:block;
    width:180ppx;
    height:30px;
	text-indent:-9999px;
	background:url(../img/news/bt_scc.gif) no-repeat;
}

.bt_scc a:hover {
    display:block;
    width:180ppx;
    height:30px;
	text-indent:-9999px;
	background:url(../img/news/bt_scc_on.gif) no-repeat;
}

/* ------------------------------- 統合前年別リスト ------------------------------- */

.backnumber_year-list {
	width :600px;
	margin:0 auto;
}

.backnumber_year-list ul {
	padding-bottom:5px;
	border-bottom: 1px dotted #cccccc;
}	
	
.backnumber_year-list li{
	float: left;
	padding-left: 5px;
	padding-right: 10px;
}

.backnumber_year-list li span {
	font-weight:bold;
	color:#55A0FF;
}

.backnumber_year-list li.list01 {
	border-right: 1px solid #cccccc;
}

/* ------------------------------- 統合前月別リスト ------------------------------- */

.backnumber_month-list {
	width :390px;
	margin:0 auto;
} 

/* ------------------------------- 統合前アイコン表 ------------------------------- */

.backnumber_icon {
	width :600px;
	margin:0 auto;
}

