@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      contents.css
 Author:         MIYA
 Style Info:     コンテンツ内のスタイル
----------------------------------------------------------- */

/* --------------------------------- Contents Area Style --*/

ul {list-style-type: none}
.view li {
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D1D1;
}
.hd {
	display: none;
	position:absolute;
	top:10px;
	left:200px;
}
.hd a {
	display: block;
	width: 150px;
	padding: 5px 5px 5px 20px;
	background: navi_on
.jpg;
	background-image: url(image/navisub.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hd a:hover {
	background: url(image/navi_on.jpg) no-repeat top left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: underline;
}
.off {margin:0　display: block;
	width: 180px;
	background: url(image/navi.jpg) no-repeat top left;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.on {
	position:relative;
	background: url(image/navi_on.jpg) no-repeat top left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.on .hd {display: block}
