﻿body {
	color: white;
	background: black;
	font-family: "メイリオ", “Lucida Grande”, Verdana, helvetica, arial, sans-serif;
	height: 100%;
}

div.content_box {
	margin-left: 205px;
	padding: 5px;
	font-family: Verdana, helvetica, arial, sans-serif;
}

div.content_box_index {
	padding: 5px;
}

div.test {
	background: #000077;
}

div.centre {
	text-align: center;
}

div.titleheader {
	text-align: center;
	background: #000077;
	font-size: 2em;
}

hr {
	color: white;
	background-color: white;
	border-color: white;
	height: 2px;
	border: none;
}

a:link {
	color: #00BB00;
}
a:visited {
	color: #007700;
}

table.thumbnails {
	margin: auto;
}

td.thumbnails {
	border-color: #777777;
	border-width: 1px;
	border-style: solid;
	background: #222222;
	padding: 3px;
}

div.thumb_bar {
	background-image:url('img/bar_texture.png');
	height: 27px;
	padding-left: 5px;
	color: #FFCC33;
	font-weight: bold;
	vertical-align: text-bottom;
	background-repeat: repeat-x;
	padding-top: 3px;
}

a.rollover {
	display: block;
	width: 634px;
	height: 58px;
	text-decoration: none;
	background: url("img/retroadapter_logo_hfg_r.png");
}
a.rollover:hover {
	background-position: -634px 0;
}
