body {
	font-family: 'Trebuchet MS';
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #333333;
}

#main {
	width: 600px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background: #fafafa;
	text-align: left;
	padding: 25px;

	border: 1px;
	border-color: #DEDEDE;
	border-style: solid;
}

#nav {
	float: right;
	font-size: 11px;
}

	#nav a {
		margin-left: 15px;
		text-decoration: none;
	}

#line {
	margin-top: 23px;
	margin-bottom: 50px;

	border-bottom: 1px;
	border-color: #79AA10;
	border-bottom-style: dashed;
}

#content {

}

#footer {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* ================================== */

.notice {
	background: #ff0000;
	color: #fff;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 20px;
}
	.notice a {
		color: #fff;
		text-decoration: underline;
	}

h1 {
	font-size: 19px;
	color: #10687E;
	line-height: 5px;
}

h1 a {
	text-decoration: none;
	line-height: 5px;
}

h2 {
	font-size: 15px;
	color: #10687E;
	line-height: 5px;
}

a {
	color: #10687E;
}

a:hover {
	text-decoration: none;
	color: #79AA10;
}

img {
	border: 0px;
}

.box {
	background: #EDF2F7;
	border: 1px;
	border-color: #628DB9;
	border-style: dashed;

	width: 350px;
	margin: auto;
	padding: 10px;
}

pre {
	background: #EDF2F7;
	border: 1px;
	border-color: #628DB9;
	border-style: dashed;
	padding: 10px;
}

h3 {
	margin: 0px;
	line-height: 20px;
}

#type_table {
	border: 1px;
	border-color: #628DB9;
	border-style: dashed;
}

.required {
	color: #ff0000;
}
