@charset "UTF-8";

#contentWrap {
	width: 754px;
	float: left;
	position: relative;
	background: url(../img/mainbg.gif) repeat-y;
}

#contentWrap #navi {
	width: 183px;
	float: left;
	margin-right: 15px;
	background-color: #f1f1f1;
}

#contentWrap #navi ul {
	margin: 0;
	padding: 0;
	width: 183px;
	list-style-type: none;
	font-size: 0.9em;
}

#contentWrap #navi li {
	margin: 0;
	padding: 0;
}


/* メニュー */
.off {
	background: url(../img/arr.gif) no-repeat 0px 6px;
	line-height: 1.6em;
	border-bottom: 1px solid #fff;	
	display: block;
	text-indent: 15px;
	padding: 2px 0;
	height: 100%;
}



/* サブメニュー */
.sub {
	background: #fff;
	line-height: 1.5em;
	border-bottom: 1px solid #f1f1f1;	
	display: block;
	text-indent: 15px;
	padding: 2px 0;
	height: 100%;
}

.subBtm {
	background: #fff;
	line-height: 1.6em;
	display: block;
	text-indent: 15px;
	padding: 2px 0;
	height: 100%;
}



/* リンク色 */
#contentWrap #navi a:link {
	text-decoration: none;
	color: #333;
}

#contentWrap #navi a:visited {
	text-decoration: none;
	color: #333;
}

#contentWrap #navi a:hover {
	text-decoration: none;
	color: #005de8;
	background-color: #dfdfdf;
}

#contentWrap #navi a:acive {
	text-decoration: none;
	color: #005de8;
}
