body {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #bed1e2; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align:center;
}

#border {
	border: 2px solid #6699cc;
	margin: auto;
	width: 844px;
}

#top {
	margin:auto;
	width: 844px;
	padding-top: 20px;
	background: #fbf7ec;
	text-align: center;
	color: #6699cc;
	font-size: 13px;
	line-height: 24px;
	font-style:italic;
}

#navi {
	margin:auto;
	text-align:left;
	width: 844px;
	height: 22px;
	background: #6699cc;
	border-top: 1px solid #ffffff;

}
#navi a {
	color: #ffffff;
	width: 120px;
	text-decoration: none;
	font-size: 12px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#navi li { 
	display: box;
	float: left;
	width: 119px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	background: #6699cc;
	border-left: 1px solid #ffffff;
}


#navi li.first-child {
	border-left: 0px;
}

#navi li.last-child {
	width: 124px;
}

#navi li.active {
	background: #bed1e2;
	color: #6699cc;
}

#navi li.active a {
	color: #6699cc;
}




input {
	float: left;
}

input[type=text] {
	width: 300px;
	border: 1px solid #333333;
}

input.inputtext {
	width: 300px;
	border: 1px solid #333333;
}


textarea {
	border: 1px solid #333333;
	width: 300px;
}

label {
	float: left;
	text-align: left;
	width: 200px;
}

#content {border: 1px solid #6699cc;
	margin:auto;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 120px;
	padding-right: 120px;
	text-align:left;
	width: 604px;
	border: none;
	background: #ffffff;
}

p {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

form {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

td {
	font-size: 12px;
	line-height: 22px;
	color: #333333;
}

h1 {
	font-size: 15px;
	line-height: 24px;
	color: #6699cc;
	font-weight: bold;
}

a {
	color: #6699cc;
}
