<!--
/* 基本の読み込み */
-->
@import url("default.css");

div.status {
	clear: both;
}

<!--
/* 基本の読み込み */
-->
#whatsnew {
	text-align: left;
}
#whatsnew li{
	clear: both;
	list-style: none;
}
.whatsnew-t {
	float: left;
	width: 160px;
	text-align: left;
}
.whatsnew-c {
	float: left;
	width: 580px;
	list-style: none;
	text-align: left;
	padding: 5px, 0px, 0px, 5px;
}

#news {
	text-align: left;
}
#news li{
	clear: both;
	list-style: none;
}
.news-t {
	float: left;
	width: 140px;
	text-align: left;
}
.news-c {
	float: left;
	width: 450px;
	list-style: none;
	text-align: left;
	padding: 5px, 0px, 0px, 5px;
}

#table {
	postion: absolute;
	align: center;
}

#table li {
	clear: both;
	list-style: none;
}

.li-title {
	width: 150px;
	height: 46px;
	float: left;
	background-color: silver;
	border: solid 1px black;
	text-align: left;
	padding: 5px, 0px, 0px, 5px;
}

.li-text {
	list-style: none;
	width: 350px;
	height: 46px;
	float: left;
	border: solid 1px black;
	text-align: left;
	padding: 5px, 0px, 0px, 5px;
}

.img {
	width: 320px;
	height: 240px;
}
