* {
	margin:0px;
	padding:0px;
	color:#878e88;
	font-size: 12px;
	line-height: 2em;
	list-style-type: none;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-face-color:#F2F2F2;
	scrollbar-highlight-color:#F2F2F2;
	scrollbar-3dlight-color:#F2F2F2;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:#F2F2F2;
	scrollbar-darkshadow-color:#F2F2F2;
	}

a:active { color: #fe5f55; }
a:hover { color: #fe5f55; }



	
body , html  {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	height: 100%;
}


	
#header {
	margin: 0px auto;
	background-color:#f0b67f;
	padding: 0px;
	height: 60px;
	width:100%;
}


/*-----ここからメニュー-----*/

#menu {
	margin: 0px auto;
	padding: 0px;
	height: 60px;
	width: 1000px;}


#menu ul {
	height: 60px;
	width: 1000px;
	background-image: url(../image/menu.png);
}
#menu li {
	text-indent: -99999em;
	float: left;
	height: 60px;
	width: 200px;
}


#menu a {
	text-decoration: none;
	background-repeat: no-repeat;
	background-image:url(../image/menu.png);
	text-indent: -999999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 200px;
}

#menu a:hover {
	text-decoration: none;
	background-color: #fe5f55;
	background-image:url(../image/menu.png);
	background-repeat: no-repeat;
}

#top a {
	background-position:-200px 0px;}

#top a:hover {
	background-position:-200px -60px;}

#about a {
	background-position:-400px 0px;}

#about a:hover {
	background-position:-400px -60px;}
	
	
#gallery a {
	background-position:-600px 0px;}

#gallery a:hover {
	background-position:-600px -60px;}
	

#mail a {
	background-position:-800px 0px;}

#mail a:hover {
	background-position:-800px -60px;}

/*-----ここまでメニュー-----*/




#footer {
	padding: 0px;
	height: 20px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#copy {
	margin:0px 0px 10px 0px;
	font-size:10px;
	text-align: center;
	color:#d6d1b1;
	float: right;
}
