.brown{
	font-weight:normal;
	color:#d0a0a0;
}

/* 強調 グリーン */
b{
	font-weight:normal;
	color:#aFdFaF;
}
/* 小文字 */
small{
	font-size:72%;
}
/* 斜体強調 ブラウン */
I{
	color:#BFBF7F;
}
/* 強調 その２ パープル */
strong{
	color:#BFBFFF;
}
/* 通常 = body text */
TT{
	text-decoration:none;
	color:#7FBFBF;
}
.norm{
	text-decoration:none;
	background-color:#7FBFBF;
}
/* リンク */
p a {
	padding-left:1px;
	padding-right:1px;
}
a {
	text-decoration:underline;
	color:#BFBF7F;
}
a:hover {
	color:#BFFFBF;
	text-decoration:underline;
	position:relative; bottom:1px;left:2px;
}
a:active {
	color:#aaaaFF;
	text-decoration:none;
}

body{
	-webkit-text-size-adjust: 100%;
	scrollbar-base-color:#131d29;
	scrollbar-arrow-color:#838da9;

	background-color:#000000;
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-image:url(seki_newback.jpg);
	font-family:'MS UI Gothic','Tahoma';

	color:#7FBFBF;
	margin:0px;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

p{
	line-height: 130%;
}

.block{ margin-left:1em }


.list{
	padding-left:10px;
}
div.list ul{
	list-style-type: disc;
}
div.list li{
	padding-bottom:4px;
	white-space: nowrap;
	color:gray;
}

ul.wrap{
	width:100%;
	display:block;
	padding:0px;
	list-style: none;
/*	list-style-type: none;*/
	margin-left:15px;
	margin-top:2px;
	margin-bottom:2px;
/*	padding:0px;*/
}
.index_head {
	background:#181818;
	width:100%;
	display:block;
	text-align:center;
	color:white;
	padding:6px 6px;
	font-size: 12pt;
	margin-top:5px;
}
li.item{
	display: inline-block;
	background:#383838;
	padding:5px 15px;
	margin-bottom:5px;
}
a.index_item:link { font-size: 10pt; color: #bfbf7f; text-decoration: none; }
a.index_item:visited { font-size: 10pt; text-decoration: none; color: #afafaf; }
a.index_item:hover { color: #bfffbf; text-decoration: underline;letter-spacing:0.0em; position:relative; bottom:1px;left:2px;}
a.index_item:active { color: #bfbfff; text-decoration: none; letter-spacing:0.0em; }

ul.disclist {
	list-style-type: disc;
	margin:0px;
	padding-left:40px;
}

