/*base-layout*/
body{
	color:white;
	background-color: black;
	background-image: url(../data/bg.gif);
	background-repeat: repeat;
	font-size: 100%;
}

/*link-layout*/
a:link {
	color: yellow;
	font-weight:bold;
}
a:visited {
	color: silver;
	font-weight:bold;
}
a:active {
	color: silver;
	font-weight:bold;
}
a:hover {
	color: red;
	font-weight:bold;
}

/*text-layout*/
p.title {
	color:white;
	font-size: 180%;
	font-weight:bold;
}
p.topic {
	color:aqua;
	font-size: 150%;
	font-weight:bold;
}
p.caution {
	color:red;
	font-size: 150%;
	font-weight:bold;
}
p.large {
	color:white;
	font-size: 140%;
}
p.middle {
	color:white;
	font-size: 100%;
}
p.small {
	color:white;
	font-size: 60%;
}
p.sign {
	color:white;
	font-size: 80%;
}
p.note {
	color:aqua;
	font-size: 80%;
}

/*line-layout*/
hr.newsline {
	border-bottom-style:ridge;
	border-color:silver;
}

/*content-layout*/
table.page {
	width:800px;
}
tr.page {
}
td.page {
}

table.layout {
}
tr.layout {
}
td.layout {
}

table.hedder {
}
tr.hedder {
}
td.hedder {
}

table.contents-hedder {
	border-width:4px;
	border-bottom-style:ridge;
	border-color:aqua;
}
tr.contents-hedder {
}
td.contents-hedder {
}

table.contents {
/*
	border-width:8px;
	border-style:ridge;
	border-color:silver;
*/
}
tr.contents {
}
td.contents {
}

table.footer {
	border-width:4px;
	border-top-style:ridge;
	border-color:aqua;
}
tr.footer {
}
td.footer {
}

table.footernote {
}
tr.footernote {
}
td.footernote {
}

table.gamelist {
	border-color:white;
	border-width:1px;
	color:white;
	font-size: 80%;
}
tr.gamelist_heder {
}
tr.gamelist {
}
td.gamelist {
}

table.bbslist {
}
tr.bbslist {
}
td.bbslist {
}

table.labolist {
}
tr.labolist {
}
td.labolist {
}
