body {
	font-family: "MS UI Gothic",sans-serif;
	text-align: center;
	background-color: black;
	color: white;
	font-size: x-small;
	width: 100%;
	scrollbar-base-color: black;
}

hr {
	text-align: center;
	margin: 5px 0;
	width: 95%;
	border: dotted gray 1px;
	height: 1px;
}

iframe {
	width: 0;
	height: 0;
	display: none;
}


/*■リンク色設定*/
a { color: lime;text-decoration: none;
}
a:visited{ color: green;text-decoration: none;
}
a:hover{ color: yellow;text-decoration: none;
	   	 position : relative;top : 1px;left: 1px;
}
a:active{ color: red;text-decoration: none;
}

/*■ランキングボタン位置設定*/
.ranking a { position : absolute;top : 0px;left: 0px;
}

.ranking a:hover { position : absolute;top : 1px;left: 1px;
}


/*■リンクイメージ設定*/
a img {
	border-width: 0;
}

/*■広告を消す*/
table {
	display: none;
}

/*■table通常使用設定*/
table.normal {
	display: inline;
}

/*■レビュー設定*/
.cd {
	padding: 5px;
	border: solid gray 1px;
	text-align: left;
	margin: 5px 0 15px;
	width: 90%;
	color: silver;
}
.cd table {
	width: 100%;
	display: inline;
	color: white;
}
td.left {
	font-size: small;
	width: auto;
	font-weight: bold;
}
td.right {
	font-size: x-small;
	width: 120px;
	font-weight: normal;
}
.review {
	padding: 5px 0 0 20px;
}
.review img {
	margin: 0 0 2px 3px;
	float: right;
}

/*■リンク設定*/
.link {
	padding: 5px;
	border: solid gray 1px;
	text-align: left;
	margin: 5px 0 15px;
	width: 90%;
	color: silver;
}
.link table {
	vertical-align: top;
	width: 100%;
	display: inline;
	color: silver;
}
.link img {
	margin: 0;
}
td.image {
	width: 240px;
	text-align: center;
	padding: 0;
	vertical-align: top;
}
td.name {
	font-size: medium;
	width: auto;
	font-weight: bold;
}
td.setumei {
	font-size: x-small;
	font-weight: normal;
	padding: 0 0 0 15px;
}

/*■プロフィール設定*/
.prof {
	padding: 5px;
	border: solid gray 1px;
	text-align: left;
	margin: 5px 0 15px;
	width: 90%;
	color: silver;
}
.prof dl {
	width: 100%;
	margin-bottom: 0;
}
.prof dt {
	color: white;
	font-size: small;
	font-weight: bold;
	margin: 0 0 3px 0;
}
.prof dd {
}
.prof img {
	margin: 0 0 2px 3px;
	float: right;

}

