@charset "Shift_JIS";

/* =============================== tag basic =============================== */
h1 {
	color: #ffffff;
	background: url(../images/home/topnews_header_back.gif) repeat #333366;
	border: 1px solid #000000;
	padding: 1px 5px;
	margin-bottom: 0.3em;
	}

/* ============================== class basic ============================== */
body.archives {
	margin: 1em;
	}

/* list */
div.overview {
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 1em;
	}

div.overview dl {
	font-size: 11px;
	margin: 0;
	padding: 0;
	}
div.overview dl dt {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0.1em;
	}
div.overview dl dd {
	margin: 0 0 1em 1em;
	}

/* contents */
img.photo {
	float: right;
	margin:0 0 1em 1em;
	}
div.contents p {
	margin-bottom: 1em;
	}
div.footer, p.footer {
	clear: both;
	border-top: dashed 1px #336666;
	text-align: center;
	padding-top: 3px;
	margin-top: 0.5em;
	}

/* misc. */
table.photo {
	border-collapse: collapse;
	}
table.photo th, table.photo td {
	border: none;
	padding: 0 5px 0 0;
	}
table.photo th.l-item, table.photo td.l-item {
	padding-right: 0;
	}
table.photo td p.cap {
	margin: 0 5px 0 0;
	}
table.photo td.l-item p.cap {
	margin-right: 0;
	}
table.photo tr.nl-line td p.cap {
	margin-bottom: 5px;
	}

div.notes-t-line {
	border-top: solid 1px #999999;
	padding: 5px 1em 0 1em;
	margin-top: 0.5em;
	}
