@charset "UTF-8";

@import url(textsettings.css);
@import url(design.css);



* {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
img {
	border: none;
}
a {
	color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #000;
}
a:hover {
	color:#666;
	border-bottom: 1px dotted #CCC;
}


#wrapper {
	background-image:url(../img/obihebi.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	padding:0 0 10px 10px;
	overflow:hidden;
}
#header {
	margin: 10px 0 0 290px;
	width:600px;
	display:block;
	float:left;
	clear:both;
}

#menu {
	margin: 5px 0 40px 0;
	display:block;
	clear:both;
	width:100%;
	float:left;
	color:#000;
}
#content {
	margin: 30px 0 10px 0;
	float:left;
	overflow:hidden;
}

