body{
	margin: 110px 110px;	background: #f7f6f2 url(http://www.nyyg.com/images/0001_a.jpg) repeat-x 0 0;
}

ul#navigation {
	position: relative;
	width: 662px;
	margin: 0;
	height: 78px;
	list-style: none;
	overflow: hidden;
}

ul#navigation li a {
	height: 78px;
	position: absolute;
	overflow: hidden;
	padding: 78px 0 0 0;
	text-indent: -100em;
	text-decoration: none;
	top: 0;
	width: 662px;

}


li#home a{ 
	background: transparent url(/media/head0.png) no-repeat 0 0;
	left: 0px;
	}
li#store a{ 
	background: transparent url(/media/store.png) no-repeat 0 0;
	left: 0px;
	}
	
	li#blog a{ 
	background: transparent url(/media/blog.png) no-repeat 0 0;
	left: 0px;
	}	
	
li#sns a{ 
	background: transparent url(/media/sns.png) no-repeat 0 0;
	left: 0px;
	}
	

	
li#home a:hover, 
li#store a:hover, 
li#sns a:hover, 
li#blog a:hover, 
li#contact a:hover{ 
	background-position: 0px -78px;
	}


p{
	font-size: 90%;
	margin: 10px 20px;
	text-align: left;
}
