/*　フォントカラー　*/
td	{
	color : #333333;
	}


/*　リストのマージン　*/
ol{
　margin-top:0;
}

ul{
　margin-top:0;
}

/*　リンク　*/
a:link 	{
	color : #2A389E;
	text-decoration : underline;
	}
a:active{
	color : #0062C7;
	text-decoration : underline;
	}
a:visited{
	color : #2A389E;
	text-decoration : underline; 
	}
a:hover	{
	color : #0062C7;
	text-decoration : underline; 
	}

/*　ホワイトリンク　*/
a.whitelink:link,
a.whitelink:active,
a.whitelink:visited,
a.whitelink:hover
 {
	color : #FFFFFF;
	text-decoration : none;
	}

/*　リンク下線無し　*/
a.none:link 	{
	color : #2A389E;
	text-decoration : none;
	}
a.none:active{
	color : #0062C7;
	text-decoration : none;
	}
a.none:visited{
	color : #2A389E;
	text-decoration : none; 
	}
a.none:hover	{
	color : #0062C7;
	text-decoration : none; 
	}

/*　カラー　*/
.white	{
	color : #FFFFFF;
 }

.blue	{
	color : #4E78CE;
 }
.gray	{
	color : #666666;
 }

#copyright	{
	color : #666666;
 }

/*背景 */
body {
      background-color: #DFE5EC;
}


/*印刷用スクリプト */
@media print {
	.printoff {display: none;}
}


/*中メニューのバー */
.image1{
	width:536px;
	height:5px;
 margin-bottom:0px
 padding: 0px;
 background-image: url(../images/common_line001.gif);
 background-repeat: no-repeat;
}
.ft01 {
	font-size:10px;
	color: #595959;
	line-height:120%;
}
