@charset "Shift_JIS";
/* トップページのみに適用 */

/* 更新情報 */
/* 更新情報の囲み */
div.whats-new{
	font-size: x-small;
	line-height: 1.5em;
	width: 537px;
	border-top: 3px solid #395AA7;
	padding: 4px 5px;
	background: white;
}

/* 更新情報領域を際だたせるための淡い罫 */
div.whats-new-frame{
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #FAFAEB;
	padding: 0;
	margin: 2px 0 6px;
}

/* 見出し「更新情報」 */
p.koushin-jouhou{
	margin: 0 0 2px;
	font-size: small;
	color: #395AA7;
	font-weight: bold;
	letter-spacing: 1px;
}

/* 更新情報のテーブル */
table.whats-new{
	border-collapse: collapse;
	border: none;
	margin: 2px 1px;
}

table.whats-new tr{
	vertical-align: top;
}

table.whats-new td{
	border-collapse: collapse;
	padding: 0.1em 0;
}

table.whats-new td.date{
	padding-right: 0.50em;
	letter-spacing: 1px;
}

table.oshirase{
	border-collapse: collapse;
	margin-right: 10px;
}

table.oshirase td{
	vertical-align: top;
	font-size: small;
	line-height: 1.2em;
}

table.oshirase td.date{
	padding-right: 0.75em;
}

div.rensai-b{/* 定番教材はどうして… */
	margin: 5px 0 0;
	font-size: small;
	padding: 0;
	line-height: 1em;
}

div.rensai-c{/* その下の「読む」*/
	margin: -1em 0 0;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: small;
	line-height: 1em;
}

div.rensai-d{/* 「読む」の前にテキストが入る場合 */
	padding: 0 10px 0;
	font-size: x-small;
	line-height: 1.4em;
}

div.rensai-c a{
	color: red;
	text-decoration: none;
}

div.rensai-c a:hover{
	text-decoration: underline;
}

iframe.henshuubu{/* 編集部便り */
	border: 1px solid #C96;
	background: white;
	padding: 3px 1px;
}

