*{
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	text-align: left;
}
body {
	background-image: url(hp_img/bg_main.jpg);
}
img {
	border: 0px;
	margin: 0px;
}
a:hover img{
	background-color: none !important;
} 
hr{
	height: 1px; 
	color: grey; 
	background-color: grey; 
	border: none;"
}
td{
	vertical-align: top;
}
table{
	margin: 0;
	padding: 0;
}


/* ======================================================== form */

dt{
	display: inline;
	float: left;
	width: 90px;
	clear: both;
	padding: 6px 0;
}
dt.mssg{
	margin-top: 4px;
}
dd{
	margin-left: 50px;
	margin-bottom: 9px;
}
dd input{
	width: 220px;
	padding: 5px;
	border: 1px solid #ccc;
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 15px;
}
dd textarea{
	width: 220px;
	padding: 6px;
	border: 1px solid #ccc;	
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 15px;	
}
dd.mssg{
	margin: 5px 0px;
}

.snd{
	display: block !important;
	clear: both !important;
	line-height: 20px !important;	
	margin-left: 90px;
}
.snd a{
	background-color: #fff;
	padding: 3px;
}

/* ======================================================== login */
dt.user, dt.pass {
	margin-left: 10px;
}
dd.user input{
	width: 200px;
}
dd.pass input{
	width: 200px;
}
.submit{
	background-color: #000;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: solid #fff 1px;
}