﻿@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	}
a {
	color:#000000;
	text-decoration:underline;
	font-size:12px;
	}
a:hover {
	text-decoration:none;
	}
#main {
	background-color:#FFFFFF;
	color:#FF0000;
	width:100%;
	height:500px;
	text-align:center;
	}

h1 {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	padding: 10px 0px 0px 0px;
	}
p {
	font-family:"Courier New", Courier, mono;
	font-size:18px;
	color:#009900;
	}
.style1 {
	font-size: x-large;
	color: #009900;
}

#btm {
	width: 500px;
	height:100px;
	}
	
#btm_en {
	width: 270px;
	text-align:left;
	float:left;
	display:block;
	}	

#btm_he {
	width: 230px;
	text-align:right;
	float:right;
	}	
	
#btm_info {
	width: 490px;
	text-align:center;
	display:block;
	float:right;
	
	}		