@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/

.navi2	{
	width: 180px;
	margin-bottom: 20px;
}
.navi li	{
	border-bottom: solid 1px #D1D1D1;
}
.navi li a	{
	display: block;
	width: 160px;
	padding: 5px 5px 5px 20px;
	background: url(image/navi2.jpg) no-repeat top left;
	text-decoration: underline;
	color: #333;
}
.navi li a:hover	{
	background: url(image/navi2_on.html) no-repeat top left;
	padding: 5px 5px 5px 25px;
	text-decoration: underline;
	color: #999;
}