@charset "shift_jis";
/*-----------------------------------ニュース*/
#newsList li{
	padding: 10px 0;
	border-bottom: 1px solid #c0c0c0;
}
#newsList li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#newsList li {display: inline-block;}
/* Hides from IE-mac \*/
* html #newsList li {height: 1%;}
#newsList li {display: block;}
/* End hide from IE-mac */

.newsday{
	background: url(../common/img/icn.gif) no-repeat left center;
	padding: 0 0 0 15px;
	color: #00a0c6;
	font-weight: bold;
	float: left;
}
.newsList{
	float: right;
	width: 490px;
}
.newsList img{
	vertical-align:text-top;
}

/*-----------------------------------ニュース詳細*/
#dayTitle {
	width: 575px;
	padding: 4px 5px 4px 0;
	text-align:right;
	border: 1px solid #ccc;
	background: url(img/title_day.gif) no-repeat left center;
}
#newsTitle {
	color: #990033;
	font-size: 133.3%;
	font-weight: bold;
	border-left: 5px solid #990033;
	padding: 5px 0 5px 10px;
	margin: 25px 0;
}
.newsBox {
	margin-bottom: 25px;
	line-height:1.5;
}
.newsBox h4{
	color: #00a0c6;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsBox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.newsBox {display: inline-block;}
/* Hides from IE-mac \*/
* html .newsBox {height: 1%;}
.newsBox {display: block;}
/* End hide from IE-mac */

.newsImgLeft {
	float: left;
	margin: 0px 20px 10px 0;
}
.newsImgRight{
	float: right;
	margin: 0px 0 10px 20px;
}
.newsImgBottom{
	text-align: center;
	margin: 5px 0 0 0;
}
.newsImgTop{
	text-align: center;
	margin: 0 0 8px 0;
}

/*-----------------------緊急ニュース表紙・詳細*/
.newsBox2 {
	margin: 0px 25px 10px;
	line-height:1.5;
}
.newsBox2 h4{
	color: #00a0c6;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsBox2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.newsBox2 {display: inline-block;}
/* Hides from IE-mac \*/
* html .newsBox2 {height: 1%;}
.newsBox2 {display: block;}
/* End hide from IE-mac */

.newsday2{
	background: url(../common/img/icn.gif) no-repeat left center;
	padding: 0 0 0 30px;
	color: #00a0c6;
	font-weight: bold;
	float: left;
}

.newsList2{
	float: right;
	width: 630px;
}

.newsList3{
	float: right;
	width: 480px;
}
