@charset "UTF-8";
/* CSS Document */
* {
	font-size: 100%;
	list-style-type: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	border: 0;
}

#navi {
	float:right;
	width:190px;
	padding: 0px;
	margin:0px;
	background-color:#333;
}

.naviheader {
	width:100%;
	background-color: #A820C9;
	color: #fff;
}

.naviheader p {
	font-size: 13px;
	padding-left: 10px;
	padding-bottom: 4px;
	font-family: "MS UI Gothic,Arial,Dotum,ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W6", sans-serif; 
	font-weight: bold;
}

#button {
	width: 190px;
	text-align: left;
	background-color: #fff;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}
	
#button li a, #button li a:visited {
	display: block;
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", sans-serif; 
	font-weight:bold;
	color:#666666;
}

#button li a:hover, #button li a:visited:hover {
	display: block;
	border-left: solid 4px 0066CC;
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	padding: 4px 5px 4px 5px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W6", sans-serif; 
	font-weight:bold;
	color:#A820C9;
	background-position: 0 -48px;
}

html>body #button li a, html>body #button li a:visited, html>body #button li a:hover, html>body #button li a:visited:hover  {
	width: auto;
}

#button ul ul{
	list-style: none;
	padding: 0;
	border: none;
	background-image: none;
	background-color: #ffffff;
}

#button ul ul li a, #button ul ul li a:visited {
	display: block;
	padding: 4px 5px 4px 5px;
	border-left: solid 4px #888888;
	margin: 4px 0px 4px 0px;
	background-image: none;
	background-color: #eee;
	font-size: 10px;
	color:#555555;
}

#button ul ul li a:hover, #button ul ul li a:visited:hover{
	display: block;
	padding: 4px 5px 4px 5px;
	border-left: solid 8px;
	margin: 4px 0px 4px 0px;
	background-image: none;
	background-color: #A820C9;
	font-size: 10px;
}

#button ul ul li a:hover, #button ul ul li a:visited:hover {
	background-image: none;
	background-color: #eee;
	border-left: solid 8px #A820C9;
}

#navi .navifooter {
	width:100%;
	background-color: #eeeeee;
	height:8px;
	margin-bottom:0px;
}



#navi .bubble {
	width:100%;
	text-align: left;
	background-color: #fff;
	margin-bottom: 0px;
}
#navi .bubble p {
	margin: 5px 5px 0px 5px;
	color:#A820C9;
	font-size: 11px;
	font-weight:bold;
}


