@import url("default.css");

/* Setteing For index.html */
#update-news, #link{
	clear: left;
	float: left;
	width: 200px;
	background: #fff;
	margin-bottom: 5px;
}
#update-news h2, #link h2{
	margin-bottom: 5px;
}
#update-news dl, #link ul{
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	background: #fff;
	border: 1px dashed #336;
}
#update-news dl{
	font-size: 90%;
}
#update-news dt{
	font-weight: bold;
}
#update-news dd{
	margin-left: 1em;
}
#link ul{
	font-size: 85%;
}
#articles{
	margin: 10px 0 0 10px;
	padding: 0;
	background: #fff;
	border: none;
}
#contents{
	margin: 0px 180px 0 210px;
	padding: 0;
	font-size: 95%;
	background: #fff;
}
.banner{
	float: left;
	margin-right: 5px;
	background-color: #fff;
}
#contents p{
	margin-bottom: 0;
}
#contents h3 a{
	text-decoration: none;
}