body
{
	margin: 0;
	padding: 0;
	background-color: black;
	color: white;
	font-size:95%;
}
a {text-decoration: none;}

img {border-style:none;}

#screen
{
	position: relative;
	width: 640px;
	height: 480px;
	margin: 10px auto;
	padding: 0 0 0 0;
	background-image: url(../img/bk2011.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	border: 0px solid red;
}

#header
{
	position: absolute; top: 0px; left: 10px;
	width: 400px;
	height: 30px;
	border: 0px solid gray;
}

#header span#title
{
	color: white;
	font-family: "Times New Roman", "fantasy";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}

#header span#year
{
	color: #FF8C00;
	font-size: 18px;
	font-style: italic;
	font-weight:vbold;
}

#header span#bigyear
{
	color: #FF8C00;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

#flag
{
	position: absolute;
	top: 2px;
	left: 150px;
	width: 40px;
	height: 25px;
	border: 0px solid red;
}

#flag img {width: 26px;}

#list
{
	position: absolute; top: 40px; left: 4px;
	width: 620px;
	height: 400px;
	overflow: auto;
   font-family: "メイリオ", "Arial", "Times New Roman";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	border: 0px solid yellow;
}	 
#list li
{
	list-style-type: decimal;
	color: white;
	font-style: normal;
	font-weight: normal;
}

#list a {color: white;}
#list a:focus, #list a:hover {color: #FF8C00;}

#navigation
{
	position:absolute;
	top:450px;
	left:26px;
	font-family: "Trebuchet MS", "Verdana", "sans-serif";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border: 0px solid red;
}

#navigation a {color: #FFFFFF;}
#navigation img.lead {width: 8px; height: 8px;}
#navigation a:focus, #navigation a:hover {color: #FF8C00;}
				
#footer {position:absolute; top:450px; left:510px;
         border:0px solid red;}
#footer a {color:#FFFFFF;}
#footer a:focus, #footer a:hover {color: #FF6347;}, #footer a:active {background: #FF6347;}

#shin
{
	position: absolute;
	top: 450px;
	left: 510px;
	color:white;
	font-family:"Times New Roman";
	font-size:20px;
	font-style:normal;
	font-weight:bold;
   border:0px solid red;
}
#shin a {color:#FFFFFF;}
#shin a:focus, #shin a:hover {color: #FF6347;}, #shin a:active {background: #FF6347;}
