@charset "UTF-8";

/*----------------------------------------------
  #お知らせ
----------------------------------------------*/


/*お知らせ*/
.news-bar {
	float:left;
	width:670px;
	height: 21px;
	background-image: url(../../main/img/newsinfo_bar.png);
	background-repeat: no-repeat;
	margin-right: 20px;
	margin-left: 20px;
	text-align: right;
	padding-top: 4px;
}
.news-box {
	width: 640px;
	float: left;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6ECEC;
	border-bottom-color: #E6ECEC;
	border-left-color: #E6ECEC;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 30px;
}

/*-------------------------------------------*/
/*お知らせ・TOP*/
.date {
	font-size: 80%;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 150%;
}
#topics {
	float: left;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#topics ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 84%;
}
#topics li {
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../../news/img/pt_news.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

/*-------------------------------------------*/
/*お知らせ・list*/
.date-l {
	font-size: 90%;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 150%;
}
#topics-l {
	float: left;
	text-align: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#topics-l ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#topics-l li {
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../../news/img/pt_news.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}

/*-------------------------------------------*/
