@charset "shift_jis";
/* ==================================
What's New—pCSS
================================== */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	margin: 0 auto;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 70%;
	line-height: 1.8;
}

.news-table {
	margin: 0 10px 10px 10px;
	text-align: left;
}

.news-day {
	width: 6em;
	vertical-align: top;
	padding: 5px 10px 5px 0;
	border-bottom: solid 1px #000000;
}

.news-shosai {
	padding: 5px 10px 5px 10px;
	border-bottom: solid 1px #000000;
}

a,
a.visited,
a.active,
a.hover {
	color: #000000;
	text-decoration: underline;
}




