@CHARSET "UTF-8";

/* ------------------------------------------------------------
 トップページ
 ------------------------------------------------------------ */
/* トップ画像 */
#slideshow {
	width: 85%;
	height: 420px;
	margin: 0px auto 20px auto;
}

#slideshow img {
	width: 100%;
}

/* トピックス内容 */
table.topics {
	width: 95%;
	margin: 5px auto 5px auto;
}
table.topics col.col1{ width: 20%; }
table.topics col.col2{ width: 80%; }

table.topics td {
	padding: 10px;
	font-size: 110%;
	line-height: 140%;
	vertical-align: top;
	border-bottom: dotted 1px #777777;
}
