/* ------//ニュース＆トピックス//------ */

#title {
	background-image: url(../images/title_news.png);
}

#body .date { /*--ニュース一覧日付--*/
	display: inline;
	width: 10%;
	height: 16px;
	float: left;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin: 10px auto 0px auto;
}

#body .news_title { /*--ニュース一覧タイトル--*/
	display: inline;
	width: 90%;
	height: 16px;
	float: left;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
	margin: 10px auto 0px auto;
}

#body .news_text {/*--ニュース詳細 文章--*/
	display: block;
	margin-bottom: 20px;
}

#body .news_photo img {/*--ニュース詳細 写真--*/
	display: block;
	width: 400px;
	margin: 0px auto 20px auto;
}

#body .news_date {/*--ニュース詳細 日付--*/
	width: 100%;
	text-align: right;
}

#body .bt_dashed {/*--ニュース詳細 記事の前後、一覧表示--*/
	padding: 10px 0px;
}

#body .bt_dashed ul {/*--ニュース詳細 記事の前後、一覧表示--*/
	width: 480px;
	margin: 0px auto;
}

#body .bt_dashed li {/*--ニュース詳細 記事の前後、一覧表示--*/
	list-style-type: none;
	float: left;
	width: 160px;
	text-align: center;
	margin: 0px;
}

/*
#body {
	background-image: url(../images/2nd_electric.jpg);
	background-position: -210px -192px;
	height: 1050px;
}*/