
/* ===== サイドメニュー ===== */
.menu			{ color: #110000; font-size: 10px; line-height: 16px }
.menu a:link 	{ text-decoration: none; color: #000000;}
.menu a:active 	{ text-decoration: none; color: #000000;}
.menu a:visited { text-decoration: none; color: #000000;}
.menu a:hover	{ text-decoration: none; color: #e10057;}

/* ===== コンテンツ ===== */
.font10			{ font-size: 12px; line-height: 14px; }
.font12			{ font-size: 14px; line-height: 18px; }
.font13px		{ font-size: 13px; line-height: 16px; }
.gray10			{ color: #444; font-size: 12px; line-height: 14px; }
.gray12			{ color: #444; font-size: 14px; line-height: 18px; }
.black10		{ color: black; font-weight: font-size: 10px; line-height: 13px }
.black12		{ color: black; font-weight: bold; font-size: 12px; line-height: 16px }
.lightgray10	{ color: #555; font-size: 12px; line-height: 16px }
.blue10			{ color: #069; font-size: 12px; line-height: 14px; }
.blue12			{ color: #069; font-weight: bold; font-size: 14px; line-height: 18px; }
.pink10px		{ color: #f15c8e; font-size: 12px; line-height: 14px; }
.pink12px		{ color: #f15c8e; font-weight: bold; font-size: 14px; line-height: 18px; }

/* ===== ＮＹ独り言 ===== */
.lwds			{ font-size: 13px; line-height: 15px; }

/* ===== リンクホバー ===== */
:hover			{ text-decoration:none; color:#e10057;}

/* ===== 基本ボディ ===== */
BODY {
	scrollbar-track-color:#FEE0A2;
	scrollbar-face-color:#FCE4BE;
	scrollbar-arrow-color:#FF6600;
	scrollbar-highlight-color:#FEC145;
	scrollbar-3dlight-color:#FF6600;
	scrollbar-shadow-color:#FEC145;
	scrollbar-darkshadow-color:#FF6600
	}
.linktag		{ font-size: 10.5px; text-decoration: none; color: #F15C8E; }