body {
	font-size: 75%;
	text-align: center;
	line-height: 140%;
	scrollbar-base-color: #def;
}
h1,p,form,input {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	color: #5bf;
	text-decoration: none;
}
.small {
	font-size: 85%;
}
.red {
	color: #f00;
	margin: 0 5px;
}
.sub {
	font-size: 120%;
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
}
.sub2 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 120%;
}
.bold {
	font-weight: bold;
	color: #000;
}
.right {
	text-align: right;
}
table {
	font-size: 100%;
	border: 0;
	line-height: 140%;
}
ul {
	text-align: left;
}
div#wrap {
	width: 800px;
	margin: 0 auto;
}
h1 {
	font-size: 120%;
	color: #fff;
	margin: 0;
	padding: 2px 0;
}
table.site {
	margin-bottom: 20px;
}
table.site td {
	padding: 5px;
}
table.join {
	margin-top: 20px;
}
table.edit {
	margin: 10px 0 20px;
}
table.category {
	font-size: 120%;
	line-height: 180%;
	margin: 20px 0;
}
table.search {
	margin-bottom: 30px;
}
iframe {
	width: 540px;
	height: 390px;
	margin-left: 30px;
	border: 0;
}
/*入力モードを強制的半角に（IE以外のブラウザでは無効となる場合あり）*/
.han    { ime-mode: disabled; } 

/*HOMEボタンに関する設定*/
.btn {
	background-color: #88bbff;
	color: #ffffff;
	border: 3px double #88bbff; }

