

/* ブラウザの標準に設定されている、htmlタグの設定をクリア */
BODY, H1, H2, H3, H4, H5, H6, P, TH, TD, OL, UL, LI, DL, DT, DD, FORM, PRE{
	/* Netscape6 は * が未対応なので、全てのタグを記述して指定 */
	margin: 0;
	padding: 0;
	
}
BODY{
	font-size: 100%;
	text-align: center;
	background-color: #ffffff;
}
H1, H2, H3, H4, H5, H6, P{
	font-size: 100%;
	font-weight: normal;
}

BODY, H1, H2, H3, H4, H5, H6, P, TD, TH, DIV, INPUT, TEXTAREA, OL, UL, LI, PRE{
	font-family: "ＭＳ Ｐゴシック", "Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-break: strict;
}
IMG{
	border: none;
}
OL{
	margin-left: 1em;
	padding-left: 1em;
}
UL{
	margin-left: 1em;
	padding-left: 1em;
}
HR{
	height: 1px;
	border-width: 0 0 1px;
	color: #000;
}
TABLE{
	border-collapse: collapse;
}
TH{
	text-align: left;
	font-weight: normal;
}
IMG{
	vertical-align: bottom;
}
INS{
	text-decoration: none;
	border-bottom: 1px dashed #cecece;
}
INS[datetaime]:before{
	content: "[ "attr(datetaime)" ]";
	color: #cecece;
	padding-right: 10px;
}
DEL{
	text-decoration: line-through;
	color: #ddd;
}
