@charset "utf-8";

body{
	color: #000000;
	background-color: #e6e6e6;
	margin: 0px 8px 8px 256px;
	padding: 0px;
	font-family: "メイリオ",sans-serif;
}
a{
	text-decoration: none;
}
a:link{
	color: #f30166;
}
a:visited{
	color: #ff69b4;
}
a:hover{
	color: #ff0000;
	text-decoration: underline;
}

h1{
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: none;
}

p.access{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding:0px;
}
#advertisement{
	text-align :center;
	margin: 0px 0px 1em 0px;
}
img.advertisement{
	border:0px;
}

img{
	border: 0;
}

.nobr{
	white-space: nowrap;
}

.adsense{
	text-align: center;
	margin: 16px 0px;
	paddibg: 0px;
}

/* screen */
div#board{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
table.screen{
	border-collapse: collapse;
	border: 0;
	width: 95%;
	margin: auto;
	padding: 0px;
}

td.screen{
	color: #000000;
	background-color: #ffffff;
	line-height: 140%;
	padding: 8px;
	text-align: left;
}
div.date{
	text-align: left;
	font-weight: bold;
}
div.name{
	text-align: right;
	font-weight: bold;
}
q.quote{
	color: #8a2be2;
}
div.hide{
	display: none;
}
hr.sep{
	visibility: hidden;
}

td.ul{
	background-image: url(./waku/wul.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 30px;
}
td.ur{
	background-image: url(./waku/wur.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 30px;
}
td.bl{
	background-image: url(./waku/wbl.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 30px;
}
td.br{
	background-image: url(./waku/wbr.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 30px;
}

/* フォーム */
form#postfarm{
	display: none;
	/*visibility: hidden;*/
}
form#postform{
	color: #000000;
	background-color: #e6e6e6;
	margin: 0px;
	padding: 2px 0px;
}
textarea{
	width: 100%;
	font-size: 12pt;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}


/* レフトフィールド */
div#leftfield{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 256px;
	margin: 0px;
	padding: 0px;
}

div#menu{
	margin: 0px;
	padding: 0px 0px;
	font-size: 80%;
	debackground-image: url(./img/menu_center.png);
	background-position: center center;
	background-repeat: repeat-y;
}

div.menu_top{
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	debackground-image: url(./img/menu_top.png);
	background-position: center top;
	background-repeat: no-repeat;
}
div.menu_bottom{
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	debackground-image: url(./img/menu_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

h2.keiziban{
	text-align: center;
	margin: 8px;
	padding: 0px;
}

ul.list{
	margin: 4px 8px 4px 28px;
	padding: 0px;
	list-style-image: url(./img/pika.png);
}
li.list{
	line-height: 150%;
	margin-bottom: 4px;
}

h3.NHN{
	text-align: center;
	font-size: 120%;
	margin: 8px;
	padding: 0px;
}

/* フッタとヘッタ */
address{
	text-align: right;
	font-family: Times,cursive;
}
div.past{
	font-size: 80%;
	color: #333;
}
p#back{
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
div#time{
	font-size: 70%;
	text-align: left;
}


/* 画像 */
.g_text {
	left: expression(body.scrollLeft);
	top: expression(body.scrollTop); 
	position: absolute;
	filter: Alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	background: LightSlateGray;
}

a.gazou {
	margin: 0px 2px -2px 0.5em;
	color: black;
	background: darkgray;
	cursor: hand;
	border: 2px darkgray outset;
	padding: 0px 4px;
}
img.bokashi {
	width:20%;
	filter: Alpha(opacity=30);
	backgroundPositionX: width;
	backgroundPositionY: height;
}
img.bokasazu {
	width: backgroundPositionX;
	height:backgroundPositionY;
}
img.bokasazuX {
	width: 100%;
}


