@charset "utf-8";
/* CSS Document */

/*TOP ニュース*/
#news {}
#news h3 {
	margin: 0px;
	padding: 0px 0px 5px 2em;
	background-image: url(/common/images/arrow20.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	background-color: #A8EAEA;
}
#news .whitebox01 {
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	border: 1px solid #B9B9B9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #A8EAEA;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px auto 10px;
	padding: 0;
}
#news #newsbox01 {
	width: 260px;
	background-color: #FFF;
	margin: 10px 10px 5px;
	padding: 0px;
		overflow:hidden;
}
#news .articles{
	min-height: 180px;
	max-height: 320px;
	overflow:auto;
}
#news dl {
	width: 240px;
	margin: 0px;
	padding: 0px;
	display: block;

}
#news dt {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
	font-weight: bold;
	border-bottom: none;
	/*width: 260px;*/
	margin: 0px 0px 3px;
	padding: 5px 0 2px 2em;
	background-image: url(/common/images/arrow03.png);
	background-repeat: no-repeat;
	background-position: 0.5em  1em;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	border-top: none;
	border-right: none;
	border-left: none;
}

#news dt span{}

#news dt .date-box {
	font-weight: bold;
	color: #333;
	border: none;
	margin-right: 1em;
	padding: 0px;
	clear:both;
	float:none;

	overflow:hidden;	
}
#news dt .icon{float:right;}
#news dt .icon img {
	margin: 0 0.5em 0.2em;
	vertical-align: middle;
}
#news dt .title {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
	color: #333;
	border: none;
	padding: 0px 0px 0px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:100%;
	clear:both;
	float:none;
	display:block;
}

#news dd {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	/*width: 260px;*/
	padding: 0px 0px 5px 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	border-bottom: 1px dashed #CCC;
}

#news .back_nu {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px 10px;
	margin: 10px auto;
	background-color: #039;
	width: 210px;
	color: #FFF;
	background-image: url(/common/images/arrow12.png);
	background-position: 1em center;
	background-repeat: no-repeat;
	text-indent: 1em;
	font-size: 14px;
	font-weight: bold;

}
#news .back_nu a {
	color: #FFF;
}

/*-----------------------------------
#NEWSバックナンバー
-----------------------------------*/
#newsbn h3{
	padding: 7px 0px;
	margin: 0px;
	background: url(/images/h3_bg.jpg) no-repeat left top;
	font-size: 14px;
	line-height: 36px;
	text-indent: 2em;
}
#newsbn dl a,
#newsbn dl a:link{
	color: #036;
	text-decoration: none;
}
#newsbn dl a:hover{
	color: #F60;
	text-decoration: underline;
}
#newsbn dl a:visited{text-decoration: none;color: #069;}
#newsbn dl dt{
	padding: 5px 10px;
	background: #eee;
	margin: 5px 0px 0px;
	clear: both;
	display: block;
	font-size: 14px;
	border-bottom: 1px dotted #ababab;
}
#newsbn dl dt span.date{
	font-weight: bold;
}
#newsbn dl dt span.icon{
	float: right;
}
#newsbn dl dt span.title{
	clear: both;
	float: none;
	display: block;
	font-weight: bold;
	margin: 3px 0px 0px;
	background: url(/images/arrow02.png) no-repeat left center;
	text-indent: 1em;
}
#newsbn dl dd{
	padding: 10px 15px;
	margin: 8px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ababab;
	line-height: 150%;
	overflow: hidden;
}
#newsbn dl dt span.icon{
	float: right;
	margin: 2px 0px;
}
#newsbn dl dt.rss{
	float: left;
	width: 8em;
	padding: 5px 0 5px 2px;
	background: url(none);
}
#newsbn dl dd.backnum{
	padding: 5px 0 5px 8em;
	margin: 0px;
	border-bottom: 3px solid #ababab;
	text-align: right;
}
#newsbnlist{
}
#newsbnlist ul{
	list-style: none;
	display: block;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	line-height: 1.3em;
}
#newsbnlist ul li{
	0display: block;
	padding: 5px 2px 5px 3em;
	background: url(/images/arrow01.png) no-repeat 1.8em center;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
}

#newsbnlist ul li.YearIndex{
	padding: 2px 2px 2px 1.8em;
	background: url(/images/arrow02.png) no-repeat 0.5em center;
	cursor: pointer;
	font-weight: bold;
}
#newsbnlist ul li.home{
	padding: 2px 2px 2px 2em;
	background: url(/images/arrow01.png) no-repeat 1em center;
	font-weight: bold;
	float: right;
	border-style: none;
}



























