@charset "Shift_JIS";




/*--base--*/
html,body,em,h1,h2,h3,h4,h5,h6,kbd,
p,pre,strong,var,a,dl,dt,dd,ol,ul,li,
table,td,th,tr,form,fieldset,legend,input,label
{font-family: "Lucida Sans Unicode", serif;}
body{color:#000;background:#fff;}
p{line-height:1.4em;text-indent:1em;}


/*--a--*/
a:link{ color:#00f; }
a:visited{ color:#c6f; }
a:hover{ color:#0f0; }
a img{ border:0px; }



/*--table--*/
table{padding:0em;margin:1em;border-style: none;border-collapse:collapse;}
th,td,caption{border:1px solid #000;}
th,caption{margin-left:1em;text-align:center;background:#99f;font-weight:bold;font-size:20px;}
td{padding:0px;}
table#reversi_table td{height:30px;width:30px;text-align:center;font-size:20px;}


/*--list--*/
ul{ list-style-type:disc; }
ul ul{ list-style-type:circle; }
ul ul ul{ list-style-type:square; }
li{ line-height:1.5em; }
ol{ list-style-type:decimal; }
ol ol{ list-style-type:upper-roman; }
ol ol ol{ list-style-type:lower-roman; }



/*--pre--*/
pre{
	background-color:#eef;
	font-size:85%;
	padding:1em;
	overflow: scroll;
	width:90%;
}
code,samp,pre,form {font-family: "Courier New", monospace;}
fieldset{padding:1em;}


/*--heading--*/
h1,h2,h3,h4,h5,h6{color: #009;font-weight: bold;}
h1{font-size:210%;border-bottom:5px #99f dashed;}
h2{ font-size:170%; }
h3{ font-size:150%; }
h4{ font-size:130%; }
h5{ font-size:110%; }
h6{ font-size:90%; }


/*--ID--*/
.mozilla{background:#b5ffff;}
dd.date,dd.version{font-family:'Georgia';}
textarea#Debug{height:250px;width:300px;}