@charset "Shift_JIS"; 
/* にしし製作 Fumy Web Diary コーナー用スタイルシート */

/* リンク装飾 */
A:hover		{ color: red; background-color: #ccffff; text-decoration: underline; }
A:active	{ color: #ffff60; background-color: white; }
A.nd		{ text-decoration: none; }

/* ナビゲート関連 */
DIV.topnavi	{ font-size: smaller; }

/* 本文デザイン */
DIV.main	{ margin-top: 3px; margin-left: 1%; margin-right: 1%; }
DIV.sub		{ margin-top: 3px; margin-left: 1em; font-size: smaller; line-height: 120%; }
DIV.sub2	{ margin-top: 3px; margin-left: 1em; font-size: smaller; line-height: 110%; }
DIV.margin	{ margin-left: 3px; }
DIV.border	{ border-style: double; border-width: 4px; padding: 3pt; }
DIV.SectionTitle	{ text-align: center; font-size: smaller; color: gray; }
CODE		{ color: blue; }

/* サイド文デザイン */
DIV.side	{ font-size: smaller; }
DIV.sidem	{ font-size: smaller; margin-left: 1em; margin-right: 1em; }
DIV.sidememo	{ font-size: xx-small; }

/* ページ頭部デザイン */
H2.PageTitle	{ color: blue; margin-bottom: 5px; }

/* ページ末尾デザイン */
DIV.ContactTo	{ margin: 1em 3%; border-style: double; border-width: 4px; border-color: green; padding: 3px; }
DIV.endlink	{ text-align: center; line-height: 150%; }
ADDRESS		{ text-align: right; font-size: smaller; }

/* その他 汎用デザイン */
STRONG.nb	{ font-weight: normal; color: red; }
