@charset "utf-8";
/* CSS Document */


#navi {
	
	padding: 10px;

	position: relative;

	left: 50px;

	top: 10px;

	height: 61px;

	width:900px;

	margin: 0px;

	
}


#navi li {

	background-image: url(../images/petal.gif);

	float: left;

	padding: 0px;

	list-style-type: none;

	margin-top: 0px;

	margin-left: 20px;

	background-repeat: no-repeat;

	margin-right: 20px;

	height: 68px;

	width: 100px;

}



#navi ul li a {
	
	font-size: 24px;

	font-family:Georgia, "Times New Roman", Times, serif;

	font-style: oblique;

	font-weight: bold;

	border: 0px solid #0F0;

	margin-left: 5px;

	margin-right: 10px;

	padding: 0px;

	margin-top: 10px;

	line-height: 70px;

	text-decoration: none;

}


#navi ul {

	margin-top: 0px;

	margin-bottom: 20px;
}


