/* リンク*/
a:link       {color:#0175E2;text-decoration: underline;}
a:visited  {color:#0175E2;text-decoration: underline;}
a:hover    {color:#FF6600;text-decoration: underline;}


/* bodyの背景色とテキストの色 */
body {background-color:#FFFFFF; color:#000000; margin-top:0px; margin-left:0px;}

/* ナビゲーション */
.navi3 {font-Size:120%; color:#336699; font-weight:bold; }
.navi2 {font-Size:100%; color:#666666; line-height:140%; }
.navi1 {font-Size:90%; color:#666666; line-height:140% }


/*ライン */
.hr {height: 1px; color: #336699; }


/*本文 */
.honbun {font-Size:100%; line-height:15pt }


/*ヘッダー */
.header {font-Size:90%; color:#FFFFFF; font-weight:bold; padding: 4pt; border: #71BFE5; background-color: #71BFE5; }


/*見出し1 */
.h1 {font-Size:160%; color:#336699; font-weight:bold; }


/*見出し2 */
.h2 {font-Size:150%; color:#336699; line-height:17pt; font-weight:bold; }


/*見出し3 */
.h3 {font-Size:130%; color:#336699; line-height:16pt; font-weight:bold; padding: 4pt; border: #E0F5FC; background-color: #E0F5FC; }


/*見出し4 */
.h4 {font-Size:110%; color:#666666; line-height:15pt; font-weight:bold; }


/*見出し5 */
.h5 {font-Size:100%; color:#336699; line-height:14pt; font-weight:bold; }


/*囲み　-divにて適用 */
.kakomi {padding: 10pt; border: #E0F5FC; background-color: #E0F5FC; }


/*囲み2　-divにて適用 */
.kakomi2 {padding: 10pt; border: outset 2px #E0F5FC; background-color: #FFFFFF; }


/*注釈　-divにて適用 */
.note {font-Size:90%; color:#333333; line-height:11pt; padding: 10pt; border: #EBEBEB; background-color: #EBEBEB; }


/*強調文字　-spanにて適用 */
.caution {color:#FF6600; }


/*QA */
.qa {font-Size:120%; color:#336699; font-weight:bold; }

