@charset "utf-8";
/* CSS Document */

/* トピック・ニュースのタイトル部分 */
.title_news {
	width: 623px;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	font-size: small;
	font-weight: bold;
	color: #006BAF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.t_category_img {
	vertical-align: bottom;
	padding-right: 5px;
	padding-left: 5px;
}
.t_pdf {
	vertical-align: bottom;
	padding-right: 5px;
	padding-left: 5px;
}

/* バックナンバー部分 */

.title_backnumber {
	width: 623px;
	border: 1px solid #CCC;
	background-color: #F3F3F3;
	margin-bottom: 10px;
	font-size: small;
	font-weight: bold;
	color: #006BAF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 40px;
}


#box_backnumber {
	width: 618px;
	border: 1px solid #CCC;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}


#box_backnumber ul {
	margin: 0px;
	padding: 0px;
}

#box_backnumber li {
	float: left;
	padding-right: 20px;
	list-style-type: none;
}


#box_news_next {
	text-align: right;
	width: 620px;
	padding: 5px;
	margin-bottom: 20px;
}


dl.t_info_update dt{
	color: #336699;
}
dl.t_info_update dd {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
}
dl.t_info_update dd h3,
dl.t_info_update dd h4,
dl.t_info_update dd h5,
dl.t_info_update dd p {
	margin-top: 0px;
	margin-bottom: 1em;
}

dl.t_info_update dd.t_image {
	margin-top: -0.3em;
	margin-bottom: 1em;
}
dl.t_info_update span.t_new {
	color: red;
	padding-left: 5px;
	font-weight: bold;
	text-decoration: blink;
}
dl.t_info_update span.t_category {
	padding-left: 5px;
}
p.t_info_update {
	margin-bottom: 3px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}



/* トピックス記事部分 */

#box_topics {
	width: 588px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.topics_title {
	font-weight: bold;
	background-color: #F3F3F3;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}


.comment {
	font-size: x-small;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.btn {
	margin-top: 10px;
	margin-bottom: 10px;
}

#pdfdownload {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* トピックス記事部分文字サイズ制御 */

.big {
	font-size: medium;
}

.small {
	font-size: x-small;
}

