body, p, div{
	margin: 0;
	padding: 0;
}

body{
	background-color: #fecf27;
	color: #333333;
	width: 90%;
	margin: 10px auto;
	font-family: Verdana;
}
h1{
	color: #000000;
	font-size: xx-large;
	text-align: center;
}

p.head{
	text-align: center;
	margin: 10px 0;
}

div.article{
	background-color: #ffffee;
	border: thin solid #333333;
	margin: 2em 0;
	padding-bottom: 1em;
}
div.member_article{
	background-color: #eeffff;
	border: thin solid #333333;
	margin: 2em 0;
	padding-bottom: 1em;
}
div.constant{
	background-color: #ffffff;
	border: thin solid #333333;
	margin: 2em 0;
	padding-bottom: 1em;
}

h2{
	font-size: x-large;
	text-align: center;
	border-bottom: thin solid #333333;
	margin: 0;
	padding: 5px;
}

div.article h2{
	background-color: #448844;
	color: #eeffdd;
}

div.member_article h2{
	background-color: #444488;
	color: #eeffff;
}

div.constant h2{
	background-color: #ffffff;
	color: #000000;
	border-bottom:none;
}

h3{
	font-size: large;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	border-top: thin dotted #333399;
	border-bottom: thin dotted #333399;
}
div.article h3{
	background-color: #eeffcc;
	color: #007700;
}
div.member_article h3{
	background-color: #cceeff;
	color: #000077;
}

h4{
	font-size: large;
	font-weight: bold;
	margin: 1em 1em;
}
div.article h4{
	color: #007700;
}
div.member_article h4{
	color: #000077;
}

table{
	margin: 10px 20px;
}

table.wide_m{
	margin-left: 50px;
	border-collapse: separate;
	border-spacing: 5px 15px;
}

td{vertical-align:top}

div.notice{
	font-size: medium;
	color: #cc0000;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
p{
	margin: 1.5em 2em;
}
div.special{
	background-color: #ffefdf;
	text-align:center;
	width: 80%;
	margin: 10px auto;
	padding: 0.5em;
	border: thin dotted #333399;
	font-size: large;
}
div.special2{
	background-color: #ffefdf;
	text-align:left;
	width: 80%;
	margin: 10px auto;
	padding: 0.5em;
	border: thin dotted #333399;
	font-size: large;
}
div.special3{
	background-color: #eeffcc;
	text-align:left;
	width: 70%;
	margin: 10px auto;
	padding: 0em;
	border: thin dotted #333399;
}
h3.special3{
	border-top:none;
}
p.special3{
	font-size:large;
	margin:1em;
}

div.special4{
	background-color: #ffefdf;
	text-align:left;
	width: 80%;
	margin: 10px auto;
	padding: 0.5em;
	border: thin dotted #333399;
}
div.strong{
	font-size:large;
	text-align:left;
	width: 60%;
	margin: 10px auto;
	border: thin double #333399;
}
/* for footer of article */
div.info{
	border-top:thin dotted #333399;
	font-size: small;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}
div.footer{
	margin-top:1em;
	padding-top: 1em;
	border-top:thin double #333399;
	text-align: center;
	margin-bottom: 2em;
}
dl{
	margin: 2em 2em;
}
dt{
	font-weight: bold;
}
dt.notice{
	font-weight: bold;
	color: #cc0000;
}
dd{
	margin-bottom:10px;
	margin-left: 7em;
	line-height: 150%;
}
ul{
	line-height: 150%;
}
a{
	font-weight: bold;
}
a:hover{
	background-color: #333399;
	color: #ffffee;
}
a:visited{
	color: #9966cc;
}
strong{
	font-size:large;
}
strong.knt1{
	color: blue
}

strong.knt2{
	color: red
}


div.head{
	font-weight: bold;
	margin-bottom: 1em;
}

div.head2{
	font-weight: bold;
}
td.time{
	width:8em;
	font-family: monospace;
	white-space: pre;
}

