/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* Tag Setting*/
body {
	font-size: 12px;
	line-height: 1.7em;
}	

ul { list-style: none; }

a {
	color: #333;
	text-decoration: none;
}
a:hover { border-bottom: 1px solid #333; }


/*layout setting*/
#centerBox {
	width: 350px;
	height: 360px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -175px;
	margin-top: -180px;
}

#header a {
	color: #06C;
}

#header a:hover {
	color: #06C;
	border-bottom: solid 1px #06C;
}

h1 {
	margin-top: 8px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
	font-size: 12px;
}

#logo {
	width: 100%;
	margin: 21px 0px;
	text-align: center;
}

/*form area setting*/
#login ul {
	clear: both;
	margin: 0px 6.5em;
	padding: 8px 0px;
 }

#login dt,
#login dd {
	float: left;
	margin-top: 8px;
}

#login dt {
	width: 6em;
	clear: left;
	margin-right: 8px;
	text-align: right;
}

input.typeText {
	width: 230px;
}


/*footer area*/
#footer {
	margin-top: 21px;
	border-top: solid 1px #000;
	text-align: right;
}

	#footer li {
		display: inline;
		padding-left: 3px;
	}

	#footer .hairLine {
		padding-right: 5px;
		border-right: solid 1px #333;
	}


/* class setting*/
.centering {
	margin: 4px;
	position:relative;
	left:70px;
}
