/* CSS Document */

*{
margin:0;
padding:0;
}

body{
 text-align:center;
 background-color:#4c4c4c;
}

#container{
 width:485px;
 height:600px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-color:#4C4C4C;

}

h1{
color:#FFFFFF;
background-color:#FF7F00;
}

.black{
background-color:#000000;
border-bottom:4px solid #FF7F00;
text-align:center;
}

table.left{
float:left;
width:234px;
}

table.right{
float:right;
width:234px;
}

.menu_alfa{
font-size:13px;
font-family:'arial';
font-weight:bolder;
color:#FF7F00;
}

.menu_japan{
font-size:13px;
font-weight:bold;
color:#FF7F00;
}

.txt{
font-size:12px;
color:#FFFFFF;
line-height:130%;
}

a:link{
color:#FFFFFF
}

a:visited{
color:#CCCCCC;
}

a:hover{
color:#FF7F00;
}