/* Based on : */

#a:link { color:; } 
#a:active { color:; } 
#a:visited { color:; } 
#a:hover { color:; text-decoration:on; } 
#a:hover { background-color:#eeeeff;}

.l {font-size:13pt; color:; link:; line-height:19pt;}
.i2 {color:red;   }

.m {font-size:13pt; color:; link:; line-height:17pt;}
.n {font-size:13pt; line-height:17pt;}
.o {font-size:11pt; line-height:14pt;}

hr { 
	margin:3px 0;
	height:0;
	width:100%;
	border-top:1px dotted #666666;
}

/* h1 is used for the board title in the bbs. 
   h2 is used for the header such as "スレッド一覧" etc in the bbs.
   h3 is used for the thread name in the bbs.
   h4 is used for the thread name in the thread. */

h1, h2, h3, h4 {
	font-weight:bold;
	border:1px solid #666666;
	border-bottom:0;
	padding:4px;
	font-size:larger;
} 

h1 { background-color:hotpink; margin:0 5.0%; }
h2 { background-color:hotpink; margin:0 5.0%; }
h3 { color:white; background-color:#ff00ff; margin:0 5.0%; }
h3 a:link { color:white; text-decoration:none; }
h3 a:active { color:white; text-decoration:none; }
h3 a:visited { color:white; text-decoration:none; }
h3 a:hover { color:white; text-decoration:underline; }
h4 { color:white; background-color:#ff00ff; margin:0; }

.table { 
	background-color:#dedede;
	border:1px solid #666666;
	border-top:0;
	padding:8px; 
	margin:0 5.0% 1em 5.0%;
} 

dl.bbs {
	background-color:#dedede;
	border:1px solid #666666;
	border-top:0;
	padding:8px;
	margin:0 5.0% 1em 5.0%;
}

dl.bbs dd { margin-bottom:1em; }

form { margin:1em; } 

.bottom { 
	background-color:#dedede;
	border:1px solid #666666;
	margin:1em 5.0%;
	padding:3px;
}

dl.read { 
	padding:0 10px; 
} 

#dl.read dt { 
#	padding:3px; 
#	margin:1em 0.5em 0 0.5em; 
#	border:1px solid #CFCFCF; 
#	border-bottom-width:0;
#	background-color:#EEEEEE; 
#} 
#
#dl.read dd { 
#	padding:3px 0px 3px 3em; 
#	margin:0 0.5em 1em 0.5em; 
#	border:1px solid #CFCFCF; 
#	border-top-width:0;
#	background-color:#FAFAFA; 
#	line-height:1.2em; 
#} 

.tlink { 
padding:2px; 
font-size:80%; 
margin:5px; 
background-color:#dedede; 
float:right; 
} 

.slink { 
padding:2px; 
font-size:90%; 
border-bottom:1px solid #888888; 
} 

div#copy { margin:1em; }
