/* 背景画像 */
body{
	background-image:url(img/tuyu_kabe_15.jpg);
}

body,td,th{
	font-family:ＭＳ Ｐゴシック;
	font-size:10pt;
}

a:hover{
	color:red;
}

/* ページ見出しフォント */
.style01{
	font-family:ＭＳ ゴシック;
	font-size:12pt;
	font-weight:bold;
	color:lime;
}

/* 記事見出しフォント */
.style02{
	font-size:12pt;
	font-weight:bold;
}

/* 分類見出しフォント */
.style03{
	font-size:12pt;
	font-weight:bold;
	color:darkslateblue;
}

/* "50万円" フォント */
.style04{
	font-size:50pt;
	font-weight:bold;
}

/* 記事テーブル内背景色 */
.style05{
	background-color:aliceblue;
}
.style06 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
}
.style07 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	line-height: 13px;
}
.style08 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
}
