@import url(layout.css); 
@import url(side.css); 
@import url(center.css);

* {
margin: 0;
padding: 0;

}

body {
background-color: #000;
color: #FFF;
padding-bottom: 10px;
font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}

a,
a:link,
a:visited,
a:active{
text-decoration: underline;
color:#0099FF;
}
a:hover{
text-decoration: none;
color:#005288;
}

h1,h2 {display: none; }

div#allContents h2 {display: block;}

div#allContents {
width: 780px;
margin-left: auto;
margin-right: auto;
}
div#contentsArea {
width: 750px;
margin-left: 30px;
background-color: #1a1a1a;
}

table.footTable {
margin-left: 30px;
background-color: #1a1a1a;
}
table.footTable2 {
margin-left: 30px;
background-color: #1a1a1a;
height: 15px;
}
.foot {
margin: 10px;
}