body {
	font-family: Arial;
}

/*font color*/
td	{
	color : #333333;
	}

/*font color*/
.white	{
	color : #FFFFFF;
 }

.blue	{
	color : #4E78CE;
 }

#copyright	{
	color : #666666;
 }

/*link*/
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; 
	}

/*white*/
a.#white:link,
a.#white:active,
a.#white:visited,
a.#white:hover
 {
	color : #FFFFFF;
	text-decoration : none;
	}

/*non_underber_link*/
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; 
	}


/*”wŒi */
body {
      background-color: #FFFFFF
}

ul {
 margin:0 0 0 48px;
}

ul.list1 {
 margin:0 0 0 16px;
}

ul.abroad {
 margin:0 0 0 38px;
}


li.abroad {
	list-style-type: none;
}
