body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}
/* テーブルセル内 */
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}
/* 通常リンク */
a {
	color: #666666;
	text-decoration: underline;
}
/* 通常リンク（マウスオーバー） */
a:hover {
	color: #0066cc;
	text-decoration: none;
}
/* 大見出しリンク */
a.titlelink {
	color: #0066cc;
	text-decoration: none;
}
/* 大見出しリンク（マウスオーバー） */
a.titlelink:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0066cc;
}
/* ヘッダー */
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #0066cc;
	color: #006666;
}
/* 大見出し */
.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	border-bottom-color:#0066cc;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	font-weight: bold;
	color: #0066cc;
}
/* 中見出し */
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:5px 5px 5px 5px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0066cc;
}
/* 質問 */
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px 5px 5px 5px;
	font-weight: bold;
	color: #000099;
	border-color:#0066cc;
	border-style:dashed;
	border-width:1px;
	background-color: #F5FBFE;
}
/* 回答 */
.answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:5px 5px 5px 5px;
	color: #333333;
	background-color: #f9f9fc;
}

/* リスト（右矢印） */
ul{list-style-image:url(images/icn_right_s.gif);}

/* テキスト赤字 */
.text-red {color: #FF0000}

/* フッター */
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #0066cc;
}