* {
	font-size: 100%;
}

body {
	font-family: 'Lucida Grande', Verdana, Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', sans-serif;
	background-color: #F7F7F7;
	background-image: url(../bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}
body.vote {
	/*font-size: 80%;*/
}
.vote td {
	text-align: left;
}
h1 {
	font-weight: normal;
	color: #F00;
}
h1 a {
	display: block;
	width: 380px;
	height: 40px;
	background: url(../img/logo.gif) left top no-repeat;
	text-indent: -9999px;
}
h2 {
	font-weight: bold;
}
b {
	color: forestgreen;
	font-style: normal;
	font-weight: bold;
}

img {
	border: none;
	vertical-align: middle;
}

.rss a {
	background: url(../img/rss.gif) left center no-repeat;
	font-size: 80%;
	padding-left: 18px;
}

ul#threadlist {
	width: 16em;
	height: 6em;
	overflow: auto;
	border: 1px dashed #666;
}

ul.titlelist {
	list-style-type: none;
}

dl {
}
dd {
	padding-bottom: 1em;
}


ul.pn li a span,
#navi ul li a span {
	display: none;
}

ul.pn {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	clear: both;
}
.storylist ul.pn {
	height: 2em;
	margin-right: 170px;
}
ul.pn li.prev {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
}
ul.pn li.next {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30%;
	text-align: right;
}
ul.pn li.thread,
ul.pn li.category {
	margin: 0 40% 0 40%;
	text-align: center;
}


form table {
	font-size: 80%;
}

.amazon p {
	font-size: 80%;
}
.amazon p a {
	color: #00F;
}

p#mojisize {
	text-align: right;
}

#g160x600 {
	/*position: absolute;
	right: 6px;
	top: 120px;*/
	float: right;
	margin: 0 0 20px 20px;
	width: 160px;
	height: 600px;
	background-color: #F7F7F7;
}
#g468x60 {
	background-color: #F7F7F7;
}
#counter {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 160px;
	height: 20px;
	background-color: #F7F7F7;
	font-size: 70%;
	text-align: right;
}