@charset "utf-8";
/*
/////////////////////////////////////
style.css
/////////////////////////////////////
*/
#rssBtn{
	position:relative;
}
#rssBtn p{
	position:absolute;
	top:-44px;
	right:7px;
	display:block;
	width:256px;
	height:25px;
	text-align:right;
	background:url(../images/news_tit_rss.gif) no-repeat top left;
	margin:0px;
}
#rssBtn p span{
display:none;
}
h2{

}

ul.linklist{
text-align:right;
list-style:none;
margin-bottom:10px;
}

ul.linklist li{
display:inline;
margin-left:5px;
}

ul.linklist li a{
background:url(../images/news_icon_link_news.gif) no-repeat left top;
padding-left:18px;
padding-bottom:2px;
}
.newsBox{
background:url(../images/news_bg_newstable.gif) no-repeat left top;
padding-top:11px;
text-align:center;
margin-bottom:20px;
}

table.newsTable{
margin:0px auto;
width:570px;
}
table.newsTable th{
text-align:center;
font-weight:normal;
}
table.newsTable tbody th{
width:90px;
padding:2px;
color:#666666;
font-weight:bold;
background:url(../images/news_line_dot.gif) repeat-x left bottom #EFEFEF;
}
table.newsTable tbody td{
text-align:left;
padding:2px 5px;
background:url(../images/news_line_dot.gif) repeat-x left bottom;
}
table.newsTable tbody td a{
}
/*
/////////////////////////////////////
ニュース詳細
/////////////////////////////////////
*/
#newsEntry{
margin:20px 0px;
}
/*日付*/
.newsDate{
text-align:right;
margin-bottom:20px;
}
/*各位など*/
.newsDestination{
margin-bottom:20px;
}
/*発行*/
.newsPublisher{
text-align:right;
margin-bottom:20px;
}
/*タイトル*/
#newsEntry .newsTitle{
text-align:center;
margin-bottom:20px;
background:#FFFFFF;
border:0px;
}
/*会員用タイトル*/
#newsEntry .MemberNewsTitle{

}

/*本文*/
.newsBody{
}

/*以上*/
.newsPeriod{
margin:60px 0px 20px 0px;
text-align:right;
}

/*関連リンク等*/
.newsMore{
}

/*PDF横並び*/
.getNews{
padding-top:10px;
margin-bottom:20px;
}
.getNews li{
display:inline;
margin-right:20px;
}


/*
/////////////////////////////////////
全銀協からの意見書・要望書
詳細ページ
/////////////////////////////////////
*/
.borderBox {
	background:transparent url(/common/images/line01.gif) repeat-x left bottom;
	padding:0 0 20px;
	margin:0 0 15px;
}

.noteBox {
	background-color:#EEEEEE;
	padding:10px;
	margin:0 0 20px;
}


