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