@charset "utf-8";

body {
	margin: 0px;
}
.main {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
.blog_flame {
	border: medium double #999999;
}
.blog_tiitle {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-style: normal;
	text-transform: none;
	text-decoration: underline;
	font-weight: bold;
}
.blog_date {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	line-height: normal;
	color: #993333;
}
.blog_main {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
a:link {
	color: #006699;
}
a:visited {
	color: #6699FF;
}
a:hover {
	color: #66CC33;
}
