@charset "utf-8";

/*********************************************************************
   左側カラム
------------------------------------------------------------------- */

/*----- 日付表示 -----*/

#timebox {
 border-top: #004ea2 3px solid;
 text-align: center;
 padding: 5px 0 10px 0;
 font-weight: bold;
}

/*----- 写真ニュース -----*/

div#photonews {
 margin: 0 0 10px;
}

div#photonews p {
 text-align: center;
 padding: 5px 0 0;
}

div#photonews p a {
 font-size: 12px;
 font-weight: bold;
 line-height: 160%;
}

/*********************************************************************
   真ん中カラム
------------------------------------------------------------------- */

/*----- 最新のニュース -----*/

#news_box01 {
 border: 1px solid #c0c0c0;
 width: 468px;
 margin: 0 0 10px;
 float: left;
}

.title_box01{
 width: 468px;
 height: 31px;
 margin: 0 0 10px;
 background:url(../img/title468_blue.jpg) no-repeat top left;
 float: left;
}

.title_box01 h2 {
 width: 371px;
 float: left;
 font-weight: bold;
 padding: 4px 0 0 25px;
}

/*----- IE9 -----*/
.title_box01 h2:not(:target) {
 padding: 5.5px 0 0 25px\9;
}

.title_box01 p {
 display:inline;
 width: 62px;
 height: 19px;
 margin: 4px;
 float: right;
}

.topnews_contents {
 width: 448px;
 margin: 0 10px 0;
}

.topnews_contents dt a {
 font-size: 24px;
 font-weight: bold;
 line-height: 1.4em;
}

.topnews_contents dt a .date {
	color: inherit;
	font-size: 14px;
	font-weight: normal;
}

.topnews_contents dd {
 padding: 10px 0 10px;
 line-height: 1.5em;
 border-bottom: 1px dashed #c0c0c0;
}

.nextnews_contents {
 width: 448px;
 margin: 10px;
}

.nextnews_contents ul {
 font-size: 0;
 padding: 0;
 display:inline-block;
}

.nextnews_contents ul li {
 padding: 0 0 0.2em 0;
 list-style-type: none;
}

.nextnews_contents ul li a {
	display: block;
 padding-left: 1em;
 background: url(../img/arrow_blue02.jpg) no-repeat 0 5px;
 font-weight: bold;
}

.nextnews_contents ul li a .date {
	color: inherit;
	font-size: 12px;
	font-weight: normal;
}

/*----- 注目のニュース -----*/

.title_box02 {
 width: 468px;
 height: 31px;
 margin: 0 0 10px;
 background:url(../img/title468_red.jpg) no-repeat top left;
 float: left;
}

.title_box02 h2 {
 width: 371px;
 float: left;
 font-weight: bold;
 padding: 4px 0 0 25px;
}

/*----- IE9 -----*/
.title_box02 h2:not(:target) {
 padding: 5.5px 0 0 25px\9;
}


.title_box02 p {
 display:inline;
 width: 62px;
 height: 19px;
 margin: 4px;
 float: right;
}

.fe_topnews_contents {
 width: 448px;
 margin: 0 10px 0;
}

.fe_topnews_contents dt a {
 font-size: 18px;
 font-weight: bold;
 line-height: 1.4em;
}

.fe_topnews_contents dt a .date {
	color: inherit;
	font-size: 12px;
	font-weight: normal;
}

.fe_topnews_contents dd {
 padding: 10px 0 10px;
 line-height: 1.5em;
}

.fe_topnews_ph {
 display: inline;
 width: 130px;
 float: right;
 padding: 0 0 0 10px;
}

.fe_nextnews_contents {
 width: 448px;
 margin: 10px;
 padding: 10px 0 0;
 border-top: 1px dashed #c0c0c0;
}

.fe_nextnews_contents ul {
 font-size: 0;
 line-height: 1em;
}

.fe_nextnews_contents ul li {
 list-style-image: url(../img/arrow_blue02.jpg) ; 
 list-style-position: inside;
 padding: 0 0 0 1em; /*1em（1文字）分、右に動かす*/
 text-indent: -0.8em; /*最初の行だけ1em（1文字）分、左に動かす*/
}

.fe_nextnews_contents a {
 font-size: 14px;
 font-weight: bold;
}

.fe_nextnews_contents a .date {
	color: inherit;
	font-size: 12px;
	font-weight: normal;
}


.fe_left, .fe_right {
 display:inline;
 width: 218px;
 background: url(../img/arrow_blue02.jpg) no-repeat 3px 24px;
 float: left;
 position: relative;
 overflow: hidden;
}

.fe_left h3, .fe_right h3 {
 padding-left: 17px;
 padding-right: 5px;
}

.fe_left h3 a, .fe_right h3 a {
 line-height: 1.4em;
}

.fe_left img, .fe_right img {
 float: right;
	display: inline;
}
.fe_right {
 float: right;
	display: inline;
}

.nextnews_contents li {
	position: relative;
	overflow: hidden;
}
.nextnews_contents li .cat_icon {
	float: left;
	display: inline;
	margin-right: 10px;
}

.fe_left .cat_icon,
.fe_right .cat_icon {
	margin-left: -17px;
	margin-bottom: 2px;
}


/* 年始お知らせ欄 */
.top-message {
	margin-top: 10px;
}