/* --トップ　 お知らせ -- */ 
.top_topics {
	background-color: #FFF;
	width: 620px;
	height: 295px;/*お知らせ背景 高さ*/
	margin-top: 20px;
	float: left;
}
.top_topics_h1 {
	float: left;
	width: 280px;
	margin-left: 170px;
	margin-top: 15px;
}
.top_ichiranhe a {
	color: #787878;
	float: right;
	background-color: #e6e6e6;
	padding: 5px 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.top_ichiranhe a:hover {
	color: #FFF;
	background-color: #14b4f0;
}
.topics_wrapper {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;/*背景から中身までの余白*/
	overflow: hidden;
}
.topics_scroll {
	width: 100%;/*トップページ　お知らせ中身の幅*/
	height: 540px;/*トップページ　お知らせ中身の高さ最大値*/
	overflow-y: auto;/*縦スクロール*/
}
.top_topics .topicsichiran {
	width: 100%;
	border-top: 1px dashed #CCC;
}
.topicsichiran li {
	overflow: hidden;
}
.topicsichiran li p, #topics_shosai p {
	float: left;
}
.topicsichiran li { /*下線の設定*/
	border-bottom: 1px dashed #CCC;
/*	padding-top: 5px;	*/
	padding-top: 10px;
/*	padding-bottom: 5px;	*/
	padding-bottom: 10px;
	vertical-align: middle;
	line-height: 1.4em;
}
.topicsichiran .date, #topics_shosai .date { /*日付*/
	width: 80px;
	font-size: 14px;
	font-weight: normal;
/*	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝B",serif;	*/
	font-family:"HelveticaNeue", "游ゴシック","Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", sans-serif;
	margin-right:1em;
	color:#4D4D4D;
}
.topicsichiran .icon, #topics_shosai .icon { /*アイコン*/
	/*width: 100px;*/
}
.topicsichiran .title { /*タイトル*/
	width: 480px;/*お知らせ幅-日付幅-アイコン幅-20*/
	font-size: 14px;
}
.topicsichiran .title a { /*タイトル*/
	font-size: 14px;
}

/* -- お知らせ all -- */ 
#topics_all {
/*	width:1100px;	*/
	width:900px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
}
#topics_all .topicsichiran {
	width: 100%;
}
#topics_all .topicsichiran .title {
	width: 740px;/*お知らせ幅-日付幅-アイコン幅*/
}
/* -- お知らせ 詳細 -- */ 
#topics_shosai{
	width:900px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:150px;
}

#topics_shosai .date{
	float: right;
	text-align: right;
	font-weight: normal;
/*	color:#000;	*/
	color:#006fbc;
/*	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","HGS明朝B",serif;	*/
	font-family: "HelveticaNeue", "游ゴシック","Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo", sans-serif;
}

#topics_shosai a{
	color:#7f8080;
}

#topics_shosai a:hover{
/*	color:#007497;	*/
	color:#006fbc;
}

#topics_shosai .title { /*詳細タイトル*/
	width: 100%;
	font-weight: normal;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 10px;
	padding-top: 5px;
/*	color:#007497;	*/
	color:#006fbc;
	vertical-align:middle;
}

#topics_shosai .honbun{
	color:#333;
}

.topicsichiran img, #topics_shosai img {
	vertical-align: middle;
	margin-left: 5px;
}

.topicsichiran a:hover{
	color:#006fbc;
}

.table_picture {
	margin-top: 20px;
}
.table_picture td {
	width: 300px;
}
.table_picture p {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
	
}
.table_picture .picture img {
	max-width: 250px;
	max-height: 290px;
}
.table_picture .caption {
	font-size: 12px;
	color: #333;
}
.table_picture td {
	padding: 5px;
}
.pdfsize {
	font-size: 12px;
	color: #989898;
}
.title_line {
	width: 100%;
	height: 5px;
	margin-bottom: 20px;
	background-color: #006fbc;
}

/*シンプルTOPICS版*/
.pdfdownload_title {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006fbc;
	border-bottom-color: #006fbc;
	font-size: 16px;
	color: #006fbc;
	line-height: 25px;
	margin-top: 20px;
}
.pdfdownload li {
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
}
.pdfdownload li img {
	vertical-align: text-bottom;
}

.pdfdownload a{
	color:red;
}
/* ページナビ */
.ichiran_nav {
	padding-top: 40px;
	overflow: hidden;
	position: relative;
	padding-bottom:150px;
}
.pageNav01 {
	padding: 2px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	text-align: center;
}
.pageNav01 a {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	text-decoration: none; /* no underline */
	color:#4d4d4d;
}
.pageNav01 a:hover {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #E0E0E0;
	color: #006fbc;

}
.pageNav01 span.current {
	padding: 0.5em 0.64em 0.43em 0.64em;
	margin: 2px;
	background-color: #edf4f8;
	color: #313131;
	border: 1px solid #0066a1;
}
.kensuu {
	position: absolute;
	top: 13px;
	right: 200px;
	font-size: 13px;
	color: #A7A49F;
	font-weight: normal;
}