* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
	font-family: Verdana,san-serif;
	color: #000000;
	line-height: 1.6em;
}

<!--
body{scrollbar-arrow-color:#95FF2B; 
　　 scrollbar-face-color:white;
　　 scrollbar-highlight-color:white; 
　　 scrollbar-3dlight-color:white;
　　 scrollbar-track-color:#95FF2B;
　　 scrollbar-shadow-color:white;
　　 scrollbar-darkshadow-color:white;}
-->

br {
	line-height: normal;
	letter-spacing: normal;
}

img.p {
	border: 1px solid #000;
}

textarea {
	border: 1px solid #000;
	background-color: transparent;
	font-size: xx-small;
	color: #000;
}

input,option {
	border: 1px solid #000;
	background-color: transparent;
	font-size: xx-small;
	color: #000;
	margin: 1px;
}

a {
	text-decoration: none;
}

a:link,a:active,a:visited {
	color: #000;
}

a:hover {
	color: red;
}

p.text {
	padding: 0;
	margin: 0 10px 5px;
	text-align: left;
}

p.top {
	padding: 0;
	margin: 5px 30px 10px;
}

h1 {
	font-size: 24pt;
	margin: 5px 10px;
	text-align: center;
	color: #000000;
}

h2 {
	margin: 10px 5px;
}

h3 {
	margin: 10px 20px;
	border-bottom: 1px solid #000000;
}

div.title {
	font-size: 10px;
	margin: 5px 10px 2px;
	border-bottom: 1px solid #dddddd;
}

div.menu {
	padding: 5px 10px;
	text-align: right;
	font-weight: bold;
}

