@charset "UTF-8";

/* CSS Document */

/* ----------------------------------------------------------------------------------
right navi
---------------------------------------------------------------------------------- */

#rightNavi {
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
	
}

li.rightNavigation01 {
    background: #fff;
    font-size: 12px;
	text-align: left;
	color: #0066cc;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

li.rightNavigation01  a{
    background: #fff;
	display: block;
	font-size: 12px;
	color: #0066cc;
	line-height: 150%;
	text-decoration: none;
    padding: 8px 0px 8px 1em;
	border-bottom: 1px dotted #cccccc;
}

li.rightNavigation01  a:hover{
    background: #66c1ba;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
	padding: 8px 0px 8px 1em;
}

li.rightNavigation02 {
    background: #fff;
    font-size: 12px;
	text-align: left;
	color: #0066cc;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

li.rightNavigation02  a{
    background: #fff;
	display: block;
	font-size: 12px;
	color: #0066cc;
	line-height: 150%;
	text-decoration: none;
    padding: 7px 0px 7px 1em
}

li.rightNavigation02  a:hover{
    background: #66c1ba;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
	padding: 7px 0px 7px 1em;
}
