@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/
ul,li	{
	margin:0;
	padding:0;
	list-style: none;
}
.navi	{
	width: 500px;
}
.navi li	{
	float: left;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #000;
	border-left: solid 1px #FFF;
}
.navi li a	{
	display: block;
	width: 100px;
	padding: 5px 10px;
	background: #F90;
	text-decoration: none;
	border-bottom: solid 1px #000;
	color: #FFF;
}
.navi li a:hover	{
	background: #FFF;
	padding: 5px 10px;
	text-decoration: none;
	border-top: solid 1px #F90;
	border-bottom: solid 1px #FFF;
	color: #F90;
}