*{
	padding:0;
	margin:0;
}
html,body{
	width:100%;
	height:100%;
}
ul,ol{
	margin:2em;
}
p:first-letter
{
	margin-left:1em;
}
#title{
	padding:0.3em 0.3em 0.3em 1em;
	border-left:3px solid red;
	border-bottom:1px solid red;
}
#title_main{
	font-size:2em;
}
#title_sub{
	margin-left:0.2em;
	font-size:1.6em;
	color:#006666;
}
#main{
	font-size:1em;
	margin:1em;
}
.listTitle{
	font-size:1.4em;
	margin-top:1em;
	/*
	border-bottom:1px dashed #99ff99;
	*/
}
.listSubTitle{
	margin-top:1em;
	font-size:1.2em;
}
.listNote{
	margin:0.5em 1em 0 1em;
	font-size:96%;
	color:#330000;
}
.listContents{
	width:100%;
	margin-top:0.2em;
}
.code{
	padding:0.2em;
	font-family: MS Gothic;
	border:1px solid #330000;
	font-size:90%;
	line-height:1.3em;
	background-color:#eeeeee;
}
.code_noborder{
	font-family: MS Gothic;
	font-size:90%;
	padding-left:0.6em;
	padding-right:0.6em;
}
.reserved{
	font-family: MS Gothic;
	font-size:90%;
	color:#990000;
}
.comment{
	color:#006600;
}
.apology{
	margin:1em;
	padding:0.3em;
	font-family: MS PGothic;
	font-size:0.8em;
	border:2px solid #eeeeee;
	line-height:1.2em;
	color:#666699;
	/*
	background-color:#eeeeee;
	*/
}
.intro{
	width:100%;
	padding:0 3em 0 3em;
	font-size:0.9em;
	line-height:1.2em;
}
.strong{
	font-family: MS Gothic;
	font-weight: bold;
	font-size:1.2em;
	color:#336633;
}
.strong2{
	font-family: MS Gothic;
	font-weight: bold;
	font-size:1em;
	color:#339933;
}
h1,h2,.t1{
	margin:30px 30px 30px 30px;
}
h2{
	margin:30px 30px 30px 30px;
	font-size:1.5em;
}
.t1{
	width:80%;
}
td.tag,td.tag2{
	width:14em;
	color:#336633;
	font-family: MS Gothic;
	font-size:1.2em;
	font-weight:bold;
	padding:0.1em;
	white-space: nowrap;
}
td.explain,td.explain2{
	padding:0.2em;
}
td.tag2,td.explain2{
	font-size:0.9em;
}
.tnote{
	font-size:80%;
	color:#00cc00;
}
.note{
	font-size:80%;
	color:#0000cc;
}
hr{
	color:#eeeeee;
	width:90%;
}
