/*　bodyマージン　*/
body {
	margin: 0px;
}

/*@media all {*/
@media screen {
	body {
		background: #ffffff ;
		background-image:url(../images/background01.gif);
	}
}

@media print {
	.printoff {display: none;}
}

}
/*　フォントカラー　*/
td	{
	color : #000000;
	}

/*　リンク　*/
a:link 	{
	color : #0A1EBE;
	text-decoration : underline;
	}
a:active{
	color : #0A1EBE;
	text-decoration : underline;
	}
a:visited{
	color : #43497C;
	text-decoration : underline; 
	}
a:hover	{
	color : #0A1EBE;
	text-decoration : underline; 
	}

/*　ホワイトリンク　*/
a.white:link,
a.white:active,
a.white:visited,
a.white:hover
 	{
	color : #FFFFFF;
	}

/*　カラー　*/
.red	{
	color : #FF0000;
	}
.white	{
	color : #FFFFFF;
	}
.black	{
	color : #000000;
	}
.navy	{
	color : #384899;
	}
.green	{
	color : #006A35;
	}
.indigo	{
	color : #000066;
	}
.gray	{
	color : #555555;
	}
.red{
	color : #FF0000;
	}
/*　マージン　*/
.left5px{
	margin-left : 5px;
	}
.left10px{
	margin-left : 10px;
	}
.left15px{
	margin-left : 15px;
	}
.left20px{
	margin-left : 20px;
	}
.left25px{
	margin-left : 25px;
	}
.left30px{
	margin-left : 30px;
	}


/*　背景折り返さない　*/
.norepeat {background-repeat: no-repeat;}


/*　フォントサイズ　*/
td	{
	font-size: 75%;
	line-height: 160%;
	}
h1	{
	font-size: 160%;
	line-height: 140%;
	margin: 0px 0px 0px;
	}
h2	{
	font-size: 100%;
	line-height: 140%;
	margin: 0px 0px 0px;

	}	
h3	{
	font-size: 100%;
	line-height: 140%;
	margin: 0px 0px 0px;
	}

/*　サイズ可変　*/
.text05{
	font-size: 160%;
	line-height: 180%;
	}
.text04{
	font-size: 120%;
	line-height: 160%;
	}
.text03{
	font-size: 100%;
	line-height: 160%;
	}
.text02{
	font-size: 95%;
	line-height: 140%;
	}
.text01{
	font-size: 70%;
	line-height: 140%;
	}

/*　サイズ固定　*/
.fixtext05{
	font-size: 19px;
	line-height: 180%;
	}
.fixtext04{
	font-size: 14px;
	line-height: 160%;
	}
.fixtext03{
	font-size: 12px;
	line-height: 160%;
	}
.fixtext02{
	font-size: 11px;
	line-height: 140%;
	}
.fixtext01{
	font-size:  9px;
	line-height: 140%;
	}
