 
 
 
 
body	{
  
	background-color: darkseagreen;
  
  

	margin: 0px;
	width: 728px;
}

h1,h2,h3,h4,h5,h6,h7,h8	{
	margin: 1px;
	line-height: 1.1em;
}

h1,h2	{
	background-color: darkcyan;
	border: solid 2px palegreen;
	color: white;
	clear: left;
}

A:link	{
	text-decoration:none;
	color:yellow;
}

A:visited {
	text-decoration:none;
	color:yellow;
}

A:hover	{
	text-decoration:underline;
	color:yellow;
}

A:active {
	text-decoration:underline;
	color:white;
}

.input	{
	font-size: small;
	width: 96%;
}

dt	{
	font-weight: bold;
	text-decoration: underline;
}

dfn	{
	font-weight: bold;
	font-style: normal;
}

blockquote	{
	font-size:10px;
	margin:0px;
	padding-left:1em;
	color:#adc;
}

/*----- 固定ヘッダー ----*/
#head	{
	position : fixed!important;
	position : absolute;
	top: 0px;
	left: 0px;
	width: 728px;
	margin: 0px;
	background: white;
}

#leftpane {
	position : fixed!important;
	position : absolute;
	top: 6em;
	left: 0px;
	width: 120px;
	z-index: 2;
	margin: 0px;
}

#taglist {
	background: #282;
	padding: 4px;
	border: solid 4px green;
	color: white;
}

#leftpane h4 {
	background: #171;
	text-align: center;
}

#rightpane {
	padding-left: 126px;
}

/*----- メニュー ----*/

#navi	{
	height: 16px;
}

#navi ul {
	margin: 0px;
	list-style-type: none;
	font-size: 10px;
}

#navi li {
	background: green;
	float: left;
	margin: 0px 2px;
	padding: 2px 5px;
}

#navi .highlight {
	background: saddlebrown;
}

#loginform	{
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#loginform input {
	font-size: 10px;
}

/*----- ウエルカムエリア ----*/

#login {
  
   
	background-image: url("/img/syabonnyan.gif");
	background-position: left bottom;
   
  
  
	color: #000000;

	margin: 8px 8px 0px 8px;
	padding: 1em 1em 1em 100px;
	background-repeat:no-repeat;
	background-color: white;
	border: violet 2px dotted;
	clear: left;
}

#login p {
	font-size: 12px;
}

#login A:link	{
	text-decoration:underline;
	color: #000000;
}

#login A:visited {
	text-decoration:underline;
	color: #000000;
}

#login A:hover	{
	text-decoration:none;
	color: #000000;
}

#login A:active {
	text-decoration:underline;
	color: #000000;
}

#login #midokusubmit {
	text-decoration:underline;
	color: red;
	cursor: pointer;
}
/*----- アクセスカウント ----*/
#accesscnt {
	margin: 0px 8px;
	padding: 0px;
	text-align: right;
}

#accesscnt span {
	font-size: 10px;
	padding: 1px 1em;
	border: solid 1px white;
	background: black;
	color: white;
}

/*----- メインコンテンツ ----*/

#contents	{
	width: 100%;
	margin: 0px;
	clear: left;
	padding: 0px;
}

#contents table {
	width: 100%;
	background-color: black;
	color: white;
	margin: 3px auto;
	text-align: left;
	border-width: 3px;
	border-color: red;
	border-style: none;
	table-layout: fixed
}

#contents td	{
	border-style: none;
}

#contents th	{
	background-color: #004000;
	text-align: center;
	color:white;
}

#contents caption {
	background-color: forestgreen;
	font-weight: bold
}

#contents #err {
	color: red;
}

.command{
	font-size: x-small;
	background-color: darkslategray;
	line-height: 1.5;
	margin: 4px;
	padding: 1px;
}

/*----- フッター ----*/

#footer	{
	font-size: x-small;
	background-color: green;
	text-align: center;
}

/*----- 広告 ----*/
#ad	{
	width: 468px;
	height: 60px;
	margin:6px auto;
}

#ad_tate	{
	width: 120px;
	height: 600px;
	margin: 6px 0px;
}

#ad A:link	{
	text-decoration:none;
	color:white;
}

#ad A:visited {
	text-decoration:none;
	color:white;
}

#ad A:hover	{
	text-decoration:underline;
	color:white;
	background-color: #f93;
}

#ad A:active {
	text-decoration:none;
	color:white;
}

/*-----  ----*/

.kiji h3	{
	background-color: #004000;
	border: solid 1px black;
	margin: 3px 0px 0px 0px;
	padding: 0px 20px;
	font-weight: normal;
	font-size: 16px;
	color:white;
}

.kiji .title2	{
	background-color: #404000;
	border: solid 1px black;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	padding: 0px 20px;
	color:white;
}

.kiji .title3	{
	background-color: #004000;
	border: solid 1px black;
	margin: 0px;
	padding: 0px 20px;
	font-weight: normal;
	font-size: 16px;
	color:white;
}

.kiji .value	{
	background-color: black;
	border: solid 1px black;
	margin: 0px;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5;
	color:white;
	word-break: break-all;
}

.kiji p	{
	margin: 0px;
}

.kiji .midoku	{
	background-color: #aa4040;
}

.kiji .deleted	{
	color: red;
}

.kiji .more	{
	font-size: 10px;
	color: green;
}

.attribute	{
	color: #aaa;
}

.color0	{
	color: #fff;
}

.color1	{
	color: #88f;
}

.color2	{
	color: #0f0;
}

.color3	{
	color: #0ff;
}

.color4	{
	color: #f00;
}

.color5	{
	color: #f0f;
}

.color6	{
	color: #ff0;
}

.threadframe	{
	margin: 0px;
	background-color: #000;
	color: white;
	border: solid 2px palegreen;
}

.threadinner	{
	padding: 6px 0px 6px 20px;
}
/*-----  ----*/

.warn	{
	text-align: center;
	line-height: 2;
	font-size: 20px;
	background-color: red;
	color: white;
	padding: 20px;
}

.cell	{
	margin: 20px 0px;
	text-align: center;
	line-height: 2;
	font-size: large;
	background-color: lightgreen;
	color: green;
	padding: 20px;
}

.cell em {
	color: black;
}

.cell strong {
	color: red;
}

.ex	{
	margin: 20px;
	line-height: 2;
	background-color: lightgreen;
	padding: 20px;
}

.info {
	margin: 8px;
	padding: 1em;
	background-color: white;
	border: violet 2px solid;
	font-size:small;
	line-height: 1.5;
}

.err	{
	color : red;
	font-size : smaller;
}

.button	{
	font-size: x-small;
	margin: 4px;
	padding: 1px;
	border: solid 2px;
	text-align: center;
	background-color: gray;
	border-top-color: white;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: white;
	line-height: 2;

}

.kesi	{
	display: none;
}

.hide	{
	visibility: hidden;
}

.edit_board {
	background-color:darkslategray;
}

.tab1	{
	color: white;
	background: #004000;
	border-color: red;
}

.tab2	{
	color: white;
	background: #001000;
	border-color: red;
}

.mail1	{
	color: white;
	background: #004000;
}

.mail2	{
	color:#aaa;
	background: #001000;
}

.tab1 a	{
	text-decoration:none;
	background: none;
	color: white;
}

.tab2 a	{
	text-decoration:none;
	background: none;
	color: white;
}
