@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #f69;
}

a:hover,
a:active {
	color: #f3c;
	text-decoration: underline;
}

body {
	background: #ffe6f2 url(files/index/body_bg.gif) repeat;
	font-family: Osaka, "ＭＳ Ｐゴシック";
	line-height: 0.8em;
	scrollbar-base-color: #f9c;
}

#container {
	color: #960;
	font-size: 9pt;
	width: 640px;
	margin: 0px auto;
	padding: 15px 0px;
}

#content {
	background: #fff;
	padding: 20px 25px;
	text-align: center;
}

#menu {
	margin: 0px 0px 15px;
}

#topImg {
	margin: 0px 0px 15px;
}

#counter {
	margin: 0px 0px 15px;
	font-size: 8pt;
}

#history {
	margin: 0px 0px 15px;
}

#history li {
	list-style: url(none) none outside;
}

#history ul {
	list-style: url(none) none outside;
	padding: 0px 0px 0px 5.2em;
}

#history .tArea {
	font-size: 8pt;
	text-align: left;
	height: 22px;
	width: 360px;
	padding: 5px 10px;
	overflow: auto;
	border: 1px solid #f9c;
	margin: 0px auto;
}

#gallery {
	margin: 0px 0px 15px;
	clear: both;
}

#gallery .box {
	background: #bbe9ff;
	padding: 4px;
	width: 410px;
	text-align: left;
	font-size: 8pt;
	margin: 0px auto 12px;
	display: table;
}

#gallery img {
	margin: 0px 8px 0px 0px;
	float: left;
}

#footer {
	font-size: 8pt;
	text-align: center;
	margin: 8px 0px 0px;
}

.small {
	font-size: 8pt;
}

