/*--------------------------------------
	body
--------------------------------------*/
body {
	background-image:url('../extfile/img/bg_img.gif');
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:fixed;

	font-size:0.8em;
	color:#000000;
}


/*--------------------------------------
	a
--------------------------------------*/
a:link { color:blue; text-decoration:none;}
a:visited { color:#800080; text-decoration:none;}
a:hover { color:#00ffff; text-decoration:none; }
a:active{color:#4A5771;text-decoration:none;}


/*--------------------------------------
	form
--------------------------------------*/
form {
	text-align:center;
	margin:0.8em;
}


/*--------------------------------------
	input,select
--------------------------------------*/
input,
select {
	border:solid #888888 1px;
	font-size:1em;
	color:#000000;
	background:none;
}


/*--------------------------------------
	hr
--------------------------------------*/
hr {
	border-style:solid;
	border-color:#000000;
	border-width:1px 0px 0px 0px;

	height:1px;
	padding:0px;
}


/*--------------------------------------
	Title
--------------------------------------*/
.Title {
	font-size:1.2em;
	text-align:center;
	margin:0px;
	padding:0px;
}