/*------------------------------------------------
	CSS for Click1
	2003/05/19	Watanabe Hiroyuki
------------------------------------------------*/

body {
	color            : black;
	background-color : white;
	text-align       : center;
	font-size        : 10pt;
}
p {
	width            : 34em;
	margin           : 4px auto 4px auto;
	text-align       : left;
	line-height      : 160%;
}
div {
	margin           : 0px;
}
table {
	margin-left      : auto;
	margin-right     : auto;
	font-size        : 10pt;
}
td#swf {
	background-color : #000000;
}
td#frm {
	background-color : #e0e0e0;
	border           : 1px solid #808080;
}
form {
	padding          : 1px;
}
input.text {
	font-size        : 10pt;
	font-family      : monospace;
	line-height      : 100%;
}
input.button {
	font-size        : 10pt;
	line-height      : 100%;
}
