@charset "Shift_JIS";

/* お知らせ */

#information {
	clear: both;

	min-height: 120px;
	height: auto !important;
	height: 120px;
	margin: 15px;
	/margin-top: -17px;
	padding: 0px;
}

#information h3 {
	margin: 2px;
	padding: 1px 0px 1px 3px;

	font-size: 85%;
	color: #ff0000;

	border-left: #ff6666 5px solid;
	border-bottom: #ff6666 2px solid;
}

#information ul {
	margin: 5px 15px;
	padding: 0px;

	font-size: 80%;
	list-style: none;
}

#information li {
	margin: 2px 0px;
	padding: 2px 0px;
	/padding: 0px;
}


/* 更新履歴 */

#history {
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 15px;
	padding: 0px;
}

#history h3 {
	margin: 2px;
	padding: 1px 0px 1px 3px;

	font-size: 85%;
	color: #008800;

	border-left: #66cc66 5px solid;
	border-bottom: #66cc66 2px solid;
}

#history ul {
	margin: 5px 15px;
	padding: 0px;

	font-size: 80%;
	list-style: none;
}

#history li {
	margin: 2px 0px;
	padding: 2px 0px;
	/padding: 0px;
}

