@charset "Shift_JIS";/*index.html*/

/*-------------------------------------------------------------*/
/*  右側メニュー
/*-------------------------------------------------------------*/
.rMenu {
	width:193px;
	float:left;
	border-left: 2px dotted #999;
	
/*debug*/ background-color: #FFF;/*#ccffff;*/
}

.rMenu ul{
	margin:0px;
	margin-left:4px;
	margin-bottom:10px;
	padding:0px;
}
.rMenu ul img{
	margin-top:10px;
	
	display:block;
	width:185px;
	height:35px;

	background-color:#FFF;
}
	
.rMenu li{
	list-style-type:none;
	background-image:url(img/rMenuDetail_183.gif);
	background-repeat:no-repeat;

}
.rMenu a{
	display:block;
	padding:5px;
	width:167px;
	
	background-image:url(img/rMenuDetail_183.gif);
	background-repeat:no-repeat;
	
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:7px solid #CCCCCC;
	font-size: small;
	color:#666666;
	text-decoration:none;
	line-height:100%;
}
.rMenu a:hover{
	border-right:1px solid #FF6699;
	border-left:7px solid #FF6699;
	border-bottom:1px solid #FF6699;
	background-color:#FFF;
	
	font-size: small;
	color:#FF6699;
	text-decoration:none;


}
