* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	vertical-align: top;
}

body {
	font-size: small;
	line-height: 1.7em;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: medium;
	line-height: 1.5em;
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
table {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
td, th {
	padding: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
th {
	background-color: #f3f3f3;
}
strong {
	color: #CC0000;
}
#all {
	padding: 0px;
	width: 768px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#tittle {
	padding: 0px;
	height: 200px;
	width: 768px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents {
	font-size: small;
	line-height: 1.8em;
	color: #666666;
	background-color: #FFFFFF;
	padding: 20px;
	width: 726px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
#footer {
	font-size: x-small;
	line-height: normal;
	color: #999999;
	background-color: #FFFFFF;
	padding: 20px;
	width: 726px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

