@charset "Shift_JIS";

/* みな日準備会標準テンプレート (struct_top.css) - トップページ（2カラム固定）用 */

/*
 * 基本色一覧
 *
 * 濃い色: #527abc (sandybrown改)
 *
 */

/* コンテンツ：絵領域 */
#contents_image {
	text-align: center;
	float: left;
	width: 400px;
	margin-left: 10px;
}

/* コンテンツ：絵領域テキスト */
#contents_image .text {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 125%;
}

/* コンテンツ：絵領域のテキストアンカー */
#contents_image .text a {
	text-decoration: none;
	color: #527abc;
}

/* コンテンツ：絵領域のテキストアンカー効果 */
#contents_image .text a:hover {
	background-color: #527abc;
	color: white;
}

/* コンテンツ：絵領域の選択済みテキストアンカー */
#contents_image .text a.selected {
	background-color: #527abc;
	color: white;
}

/* コンテンツ：メイン領域 */
#contents_main {
	margin-left: 420px;
	width: 520px;
}

/* コンテンツ：記事領域タイトル */
#contents_main .article h3 {
	text-align: left;
}