/* =====ボディ======= */

BODY{
	font-size:11px;
	color:#222222;
}


/*見出し*/
h1,h2,h3,h4.h5.h6,p,form { margin:0;padding:0; }

h2 { font-weight:bold;margin-bottom:0px;line-height: 1.5em ;}
h3.1news { font-weight:bold;margin-bottom:15px;background-color:#88EEFF;text-indent: 0.2em;line-height: 1.5em;}
h3.2kanko { font-weight:bold;margin-bottom:15px;background-color:#BBFF88;text-indent: 0.2em;line-height: 1.5em;}
h3.3life { font-weight:bold;margin-bottom:15px;background-color:#FFCC66;text-indent: 0.2em;line-height: 1.5em;}
h3.4sisetu { font-weight:bold;margin-bottom:15px;background-color:#FF88BB;text-indent: 0.2em;line-height: 1.5em;}
h3.5gyosei { font-weight:bold;margin-bottom:15px;background-color:#88AAFF;text-indent: 0.2em;line-height: 1.5em;}
h3.6spt { font-weight:bold;margin-bottom:15px;background-color:#88EEFF;text-indent: 0.2em;line-height: 1.5em;}

h4 { font-weight:bold;margin-bottom:15px;border-bottom:solid 1px #666666;text-indent: 0.2em;}


/* =====テキスト======= */

.txt10{
	font-size:75%;
	color:#222222;
	line-height:1.7em;
	}
.txt10w{
	font-size:75%;
	color:#ffffff;
	line-height:1.7em;
	}
.txt12{
	font-size:88%;
	color:#222222;
	line-height:1.7em;
	}
.txt14{
	font-size:107%;
	color:#222222;
	line-height:1.7em;
	}


.txt10b{
	font-size:75%;
	color:#222222;
	font-weight: bold;
	line-height:1.7em;
	}
.txt12b{
	font-size:88%;
	color:#222222;
	font-weight: bold;
	line-height:1.7em;
	}
.txt14b{
	font-size:107%;
	color:#222222;
	font-weight: bold;
	line-height:1.7em;
	}


/*リンク・下線 */
a:link { color:#2200CC;text-decoration:underline; }
a:visited { color:#2200CC;text-decoration:underline; }
a:hover { color:#2200CC;text-decoration:none; }
a:active { color:#2200CC;text-decoration:underline; }

/*リンク・背景ブルー用 */
a:link.white { color:#FFFFFF;text-decoration:underline; }
a:visited.white { color:#FFFFFF;text-decoration:underline; }
a:hover.white { color:#FFFFFF;text-decoration:none; }
a:active.white { color:#FFFFFF;text-decoration:underline; }



/*バックグラウンドカラー*/
.bg1news{ background-color:#88EEFF; }
.bgGreen2{ background-color:#DDFF99; }
.bgWhite{ background-color:#FFFFFF; }
