﻿body {
	font-family: Verdana;
	font-size: 12px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

div#main {
	background-image: url('img/top.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 96px;
	border:  none;
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

table {
	margin: 0px; 
	border: none; 
	border-spacing: 0px; 
	border-collapse: collapse; 
	empty-cells: hide; 
	table-layout: fixed; 
	vertical-align: top;
}

td {
	padding: 0px; 
	border: none; 
	border-spacing: 0px; 
	border-width: 0px; 
	vertical-align:top;
}

img {
	margin: 0px;
	border: none;
	padding: 0px;
}

h1 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 0px;
}

h2 {
	font-size: 16px;
	color: #000000;
}

h3 {
	font-size: 14px;
	color: #000000;
	margin-top: 35px;
}

h4 {
	font-size: 12px;
	color: #000000;
}

p {
	margin: 0px;
}

code {
	font-size: 14px;
	color: #0000ff;
	background: #DDDDDD;
}

pre {
	font-size: 14px;
	color: #000000;
	padding: 5px;
}

.menutitle {
	line-height: 100%;
	font-weight: bold;
	border-top: 1px dashed #000000;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 13px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

a:active, a:hover {
	text-decoration: underline;
	color: #AA0000;
}

#title {
	height: 34px;
	padding: 5px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
}

div#menu {
	line-height: 150%;
	padding-left: 11px;
	padding-bottom: 1px;
	padding-right: 20px;
	width: 115px;
	font-size: 11px;
	background-image: url('img/menu.png');
	background-position: 11px 0px;
}

div.expand {
	overflow: auto;
	height: 1px;
	border-left: 1px solid #808080;
	padding-left: 10px;
	margin-left: 15px;
}

div.expand_title {
	border-bottom: 1px solid #808080;
	margin: 10px;
}

div#content {
	line-height: 115%;
	width: 615px;
	padding-top: 25px;
	float: right;
}