#kabe {
	margin: auto;
	width: 700px;

}
#header {
	background-color: #FFFFFF;
	height: 80px;
	width: 700px;
	background-repeat: no-repeat;
	background-image: url(img/indexfile/logo.gif);
	background-position: top;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
li {
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 139px;
	list-style-type: none;
	font-size: medium;
	line-height: 40px;
	text-indent: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
li a {
	color: #333333;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#main {
	width: 700px;
	background-color: #FFFFFF;
}
h1 {
	font-size: medium;
	border-left-width: 10px;
	border-left-style: double;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 10px;
	margin-top: 40px;
	padding-left: 10px;
	margin-right: 10px;
}
p {
	font-size: small;
	line-height: 1.5em;
	margin: 15px;
}
#foot {
	background-color: #666666;
	height: 2em;
	width: 700px;
}




#menu {
}

body {
	background-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #D26900;
}
a:visited {
	text-decoration: none;
	color: #990066;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #009999;
}
