* { /* 文字の設定 */
	font-size:10pt;
	color:#323232;
	font-family:"Century Gothic";
}

body { /* スクロールバー設定 */
	scrollbar-track-color:#fafafa;
	scrollbar-face-color:#fafafa;
	scrollbar-arrow-color:#aaaaaa;
	scrollbar-3d-light-color:#aaaaaa;
	scrollbar-darkshadow-color:#a0a0a0;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#fafafa;
}

a {
	text-decoration:none;
}
a:link {
	color:#323232;
}
a:hover {
	color:#AA2155;
}
a:active {
	color:#eeeeee;
}
a:visited {
	color:#323232;
}

.point { /* 見だしポイントマーク用文字の設定１ */
	font-size:10pt;
	color:gold;
	font-weight:bold;
	font-family:"Century Gothic";
}

.col_n { /* 強調文字の設定１ */
	font-size:10pt;
	color:#323232;
	font-weight:bold;
	font-family:"Century Gothic";
}

.col_gre { /* 強調文字の設定２ */
	font-size:10pt;
	color:#068A22;
	font-weight:bold;
	font-family:"Century Gothic";
}

.col_red { /* 強調文字の設定３ */
	font-size:10pt;
	color:crimson;
	font-weight:bold;
	font-family:"Century Gothic";
}

.col_gol { /* 強調文字の設定４ */
	font-size:10pt;
	color:#FAB700;
	font-weight:bold;
	font-family:"Century Gothic";
}
.col_cof { /* 強調文字の設定５ */
	font-size:10pt;
	color:#624C11;
	font-weight:bold;
	font-family:"Century Gothic";
}

.col_pin { /* 強調文字の設定６ */
	font-size:10pt;
	color:#F97CAB;
	font-weight:bold;
	font-family:"Century Gothic";
}

.col_blu { /* 強調文字の設定７ */
	font-size:10pt;
	color:#266BDC;
	font-family:"Century Gothic";
}

.ghost { /* 消えかけ文字の設定 */
	font-size:7pt;
	color:#8E8E8E;
	font-family:"Arial";
}

.kaomoji { /* 顔文字の設定 */
	font-size:8pt;
	color:#323232;
	font-family:"Arial";
}
