* {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 2px;
	border-right-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #aaaaaa;
	border-right-color: #aaaaaa;
	background-color: white;
	padding-top: 16px;
}

#header {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cc3300;
	overflow: hidden;
	padding-bottom: 12px;
}

#header h1 {
	width: 400px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#header p {
	float: right;
	text-align: left;
	padding-right: 20px;
}

#operation {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	margin-top: 10px;
}

#pankuzunavi {
	width: 580px;
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-top: 4px;
}

#fontsize {
	width: 140px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

#footer {
	background-color: #cc3300;
	font-size: 80%;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.textalign_left {
	text-align: left;
}

.fontcolor_red {
	color: red;
}

.fontcolor_blue{
	color: #0000cc;
}

.fontweight_bold {
	font-weight: bold;
}

.font_monospace{
	font-family: monospace;
}

#subfooter_null{
	width: 200px;
	float: left;
	height: 28px;
	margin-bottom: 30px;
}

#subfooter_backtotop{
	text-align: center;
	width: 400px;
	float: left;
	height: 28px;
	margin-bottom: 30px;
}

#subfooter_pagetop{
	text-align: right;
	width: 165px;
	float: left;
	height: 23px;
	padding-top: 5px;
	margin-bottom: 30px;
	padding-right: 35px;
}
