*/
A { text-decoration: none; } /* 普段は下線をつけない */
A:link { color: #0000FF; text-decoration: none ;} /*未訪問*/
A:visited { color: #000099; text-decoration: none ;} 
A:hover { color: #0066FF; text-decoration: underline ;} /*POINTされた時*/
A:active { color: #00CCFF; text-decoration: none;} /*CLICKされた時*/

FONT{
        font-size:1em;line-height:1.2em
		;}

IMG{
        border-style:none
        ;}
		.zero{ margin:0px;}
        .three{ margin:3px;}
		.ten{ margin:10px;}

TABLE{
        margin:0;padding:0;border:0;
		width:100%;height:100%;
		background-image : url(image/world_map.gif);
		background-position: center; padding: 0;
		background-repeat: no-repeat ;
		}

TD{
        font-family:Osaka,'ＭＳ Ｐゴシック','ＭＳ ゴシック, Gothic, sans-serif';
		text-align:center
		;}
		.middle{ vertical-align:middle ;}
FONT{}
		.white{ text-align:center bottom;
		color:#ffffff;
		font-size:x-small ;}
		
BODY {
        background-color: #ffffff;
		background-image: url(image/back.gif);
		background-attachment:scroll;
		background-repeat: repeat ;
		color:#000000;
		text-align:center;
        font-size:medium;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom:0px
		         ;}
