@charset "utf-8";
/* CSS Document */

#top_section_left{
	width:600px;
	float:left;
	margin-right:10px;
}
#top_section_right{
	width:283px;
	margin-top:20px;
	overflow:hidden;
	height:auto;
}

.sectionArticles{
	line-height:1.3em;
}

#sectionTitle{
	margin-bottom:0!important;
}

/*トップに入れるバナー---------------------------------------------------------------------------------------------------*/
#pageAll #mainContent #top_banner {
	margin: 5px 0 10px;
}
#pageAll #mainContent #top_banner a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*バナー下部　流れるお知らせ---------------------------------------------------------------------------------------------------*/

#pageAll #mainContent #top_banner #marquee {
	padding-top: 5px;
	padding-left: 10px;
}



/*新着情報---------------------------------------------------------------------------------------------------*/
.top_dl{
	margin:0;
	padding:8px;
	height:157px;
	overflow:auto;
	border:1px solid #B1D1DC;
	border-top:none;
	line-height: 1.5;
}
.top_dl dt{
	margin:0;
	padding:0;
	width:6em;
	float:left;
  clear: both;
}
.top_dl dd{
	margin-left:7em;
	padding-bottom:5px;
}


.top_nittei{
	margin:0;
	padding:8px;
	height:90px;
	overflow:auto;
	border-color:#B1D1DC;
	border-style:solid;
	border-width:1px;
	border-top:none;
}

/*トップメニューリンク----------------------------------------------------------------------------------------*/
.top_menu{
	width: 420px;
	height: 200px;
	float: left;
	/*padding:10px;*/
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: #EEF9FF;
	background-image: url(../img/top/top_menu_back.gif);
	background-repeat: no-repeat;
}
.top_menu ul {
	margin:10px 0px 10px 20px;
	overflow:hidden;
	/*font-size:90%;*/
}
.top_menu li{
	background-image: url(../img/top_linkmk.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 18px;
	margin-bottom: 7px;
}

.top_menu .left {
	float: left;
	width: 13em;
	margin-top:0;
}

.top_menu .right {
	width: 14em;
	margin-left: 0px;
	margin-right: 10px;
}


.top_menu p{
	margin:12px 0px 15px 40px;
	font-size:110%;
	font-weight:bold;
}

.top_menu .top_menu_p{
	font-size:90%;
	padding-left:20px;
	margin:5px 0px 10px 0px ;
	font-weight:normal;
}
/*メインコンテンツ　バナー/ページ上部「議会中継」「議事録検索」等--------------------------------------------------------------*/

.top_banner{
	background:url("../img/top/top_banner.png") top left no-repeat;
}
a.kinkyu_banner{
	background-color: #FF4D4D;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	margin: 20px auto;
	padding: 5px;
	display: block;
}
a.kinkyu_banner {
	text-decoration: none;
	color: white !important;	

}
a.kinkyu_banner:hover
{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a.broadcast,
a.nittei,
a.search,
a.dayori,
a.torikumi,
a.sinseisho{
	width:280px;
	height:60px; 
	overflow:hidden;
	display: inline-block;
	margin-bottom:7px;
}	

a.broadcast{ background-position:-10px 0px; }
a.broadcast:hover{ background-position:-10px -60px; }

a.nittei{ background-position:-10px -120px; }/*+(60+10)*/
a.nittei:hover{ background-position:-10px -180px; }/*+60*/

a.search{ background-position:-10px -240px; }
a.search:hover{ background-position:-10px -300px; }

a.dayori{ background-position:-10px -360px; }
a.dayori:hover{ background-position:-10px -420px; }

a.torikumi{ background-position:-10px -480px; }
a.torikumi:hover{ background-position:-10px -540px; }

a.sinseisho{ background-position:-10px -600px; }
a.sinseisho:hover{ background-position:-10px -660px; }



/*メインコンテンツ　バナー/ページ下部「行政視察の受入れ状況」等--------------------------------------------------------------
.banner{
	padding:5px;
	float:left;
}
.banner a{
	margin-left:10px;
	padding: 0px; 
	display:block;
	width:278px;
	height:60px;
}
.banner a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a.sisatsu,
a.seimu,
a.taiwa{
	width:280px;
	height:68px; 
	overflow:hidden;
	display: inline-block;
	margin-bottom:7px;
}	

.bottom_banner{ background:url("../img/top/bottom_banner.png") top left no-repeat; }
a.sisatsu{ width:278px; height:60px; background-position:-10px -10px; }
a.seimu{ width:278px; height:60px; background-position:-10px -80px; }
a.taiwa{ width:278px; height:60px; background-position:-10px -150px; }
*/

/*メインコンテンツ　バナー/ページ下部右側「行政視察の受入れ状況」等
--------------------------------------------------------------*/
.right_banner{
	width: 420px;
	height: 315px;
	float: left;
	/*padding:10px;*/
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.right_banner a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


@media screen {
  .sidebar span,.top_banner span, .banner span { 	visibility:hidden; }
}
