@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffff;
	}
	
.page {
	padding:0px;
	margin:6px auto;
	width: 842px;
	height: 616px;
	background-color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #414141;
	}
	
.textbox {
	width: 842px;
	height: 99px;
	}
	
.line {
	width: 842px;
	height: 1px;
	background-color: #6b6b6b;
	font-size:1px;
	}
	
.content {
	padding-top: 20px;
}

object:focus {
	outline: none;
	}


a:focus {
	outline: none;
	}