@charset "Shift_JIS";
/*======= ======= ======= ======= ======= =======

Update    : 2006/01/06

======= ======= ======= ======= ======= =======*/
@import url(co_Color.css);
@import url(co_Layout.css);
@import url(info.css);
table#INFO {
	width: 90%;
	margin-left: 10px;
	margin-top: 15px;
}
table#INFO th {
	width: 90px;
}

/* === 一行目上マージン === */
.line { margin-top: 10px; margin-bottom: 5px;
	width: 500px;

	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
}

/* === 更新日付 === */
.date {
	float: left;
	color: #0066cc;
	width: 75px;
	
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;

	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #ffffff;
/*
	border: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #66ff33;
*/
}

/* === トピックス内容 === */
.subst {
	float: right;
	width: 390px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	
	padding: 5px;

	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0066cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066cc;
	
	background-color: #ffffff;
}

/* === 過去のTOPICSへのリンク === */
DIV.topics_Old {
	margin-left: 370px;
	font-size: 10pt;
}