@charset "utf-8";
/* CSS Document */


/* News
++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#leftColumn {
	float: left;
	height: auto;
	width: 810px;
}
#leftColumn .common_title {
	background-image: url(../new-img/common_title.jpg);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	padding-left: 25px;
}
#leftColumn .common_subTitle {
	font-size: 20px;
	line-height: 26px;
	display: block;
	margin-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1D4;
	margin-top: 5px;
}
#leftColumn .common_subTitle2 {
	font-size: 20px;
	line-height: 26px;
	display: block;
	margin-left: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D5D1D4;
	margin-top: 35px;
}
#leftColumn .pagebute {
	float: right;
	margin-top: 35px;
	padding-bottom: 20px;
}
#leftColumn .pagebute_li {
	float: left;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	height: 22px;
	width: 22px;
	border: 1px solid #999999;
	margin-right: 5px;
}
#leftColumn .pagebute_li a {
	height: 22px;
	width: 22px;
	display: block;
	text-decoration: none;
	color: #333333;
}
#leftColumn .pagebute_li a:hover {
	color: #0099CC;
	text-decoration: none;
}
#leftColumn .pagebute_li2 {
	float: left;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
	height: 22px;
	border: 1px solid #999999;
	margin-right: 5px;
	padding-right: 6px;
	padding-left: 6px;
}
#leftColumn .pagebute_li2 a {
	height: 22px;
	display: block;
	text-decoration: none;
	color: #333333;
}
#leftColumn .pagebute_li2 a:hover {
	color: #0099CC;
	text-decoration: none;
}
#leftColumn .pagebute .current_page {
	font-weight: bold;
}
#leftColumn .pagebute .prev {
	height: 22px;
	width: 60px;
}
#leftColumn .pagebute .prev a {
	width: 60px;
	height: 22px;
}
#leftColumn .pagebute .prev a:hover {
}
#leftColumn .pagebute .next {
	width: 60px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#leftColumn .pagebute .next a {
	width: 60px;
	height: 22px;
}
#leftColumn .pagebute .next a:hover {
}
/*------- ページネーション END -------*/

#leftColumn .entry_body {
	font-size: 13px;
	line-height: 18px;
	margin-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 50px;
}
#leftColumn .entry_date {
	font-size: 12px;
	line-height: 20px;
	color: #006699;
	text-align: right;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-left: 10px;
	margin-bottom: 50px;
	display: block;
}
#rightColumn {
	float: right;
	height: auto;
	width: 240px;
}
#rightColumn .side_title {
	text-align: center;
	height: 40px;
	width: 240px;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../new-img/side_title.jpg);
	background-repeat: no-repeat;
}
#rightColumn .side_news {
	margin-bottom: 35px;
	margin-top: 12px;
}
#rightColumn .side_blog {
	font-size: 13px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 8px;
	margin-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
}
#rightColumn .side_blog a {
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
}
#rightColumn .side_blog a:hover {
	color: #FF8833;
}
.turnBox {
	width: 810px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.turnBox .previous {
	width: 30%;
	padding-top: 5px;
}
.turnBox .home {
	padding-top: 5px;
	width: 34%;
}
.turnBox .next {
	padding-top: 5px;
	width: 36%;
}
.turnBox a:link {
	color: #0066CC;
	text-decoration: none;
}
.turnBox a:visited {
	text-decoration: none;
	color: #0066CC;
}
.turnBox a:hover {
	text-decoration: none;
	color: #0099FF;
}
.turnBox a:active {
	text-decoration: none;
	color: #0066CC;
}

/**********************************************
info タイトル・テキスト装飾 2020/06/17 追加
**********************************************/
.info_box{
    padding: 8px 19px;
    margin: 2em 0;
    color: #0D3193;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
	font-size: 1.5em;
	font-weight: bold;
}
.info_box p {
    margin: 8px; 
    padding: 0;
}
.t_bb{
	color: #0D3193;
	font-weight: bold;
}
.t_bg_y{
	background-color: #fef78f;
}