@charset "utf-8";
/* formatting styles
------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	background-image: url(../kabe188.gif);
	background-repeat: repeat;
	font-size: 90%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#wrapper {
	background-image: url(kabe175.gif);
	background-repeat: repeat;
	margin: 0px auto;
	width: 900px;
}
#main {
	padding: 35px;
	margin-bottom: 20px;
	text-decoration: none;
}
#main ul li {
	display: inline;
	list-style: none;
}

#footer {
	padding: 15px;
	clear: both;
}
/* header styles
------------------------------*/
#header {
	padding: 15px;
}
#header#logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
