/*ページ設定部分（style.cssなどで設定していれば削除する）*/
body ul {
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}
#container {
	width: 600px;
	margin: 50px auto;
}
/*ここまでページ設定部分*/


/*ここからAnimated Menu with jQueryの設定*/
.menu li {
	width: 100px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	overflow: hidden;
}
.menu p {
	line-height: 20px;
	padding: 5px;
}
.menu a {
	color: #fff;
	text-decoration: none;
}
.subtext {
	padding-top: 5px;
}
.home {
	background: url('../images/home.jpg') top left no-repeat;
}
.news {
	background: url('../images/news.jpg') top left no-repeat;
}
.about {
	background: url('../images/about.jpg') top left no-repeat;
}
.works {
	background: url('../images/works.jpg') top left no-repeat;
}
.contact {
	background: url('../images/contact.jpg') top left no-repeat;
}
