@charset "euc-jp";
div.sdmenu {
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
	background: url(../img/sdmenu/bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.sdmenu div {
	/*background: url(../img/sdmenu/title.gif) repeat-x;*/
	background: url(../img/sdmenu/title.gif) no-repeat;
	overflow: hidden;
	/*border-bottom: 5px solid #ffffff;*/
	margin-bottom: 15px;
}
div.sdmenu div:first-child {
	background: url(../img/sdmenu/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	/*height: 25px;*/
	height: 38px;
}
div.sdmenu div span {
	display: block;
	padding: 12px 5px 12px 25px;
	font-weight: bold;
	color: white;
	background: url(../img/sdmenu/expanded.gif) no-repeat 10px center;
	cursor: default;
	/*border-bottom: 1px solid #ddd;
	border-bottom: 1px solid #8080f0;*/
	border-bottom: 1px solid #8080f0;
}
div.sdmenu div span:hover {
	color: yellow;
	cursor: n-resize;
}
div.sdmenu div.collapsed span {
	background-image: url(../img/sdmenu/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	/*background: #eee;*/
	background: #024673;
	display: block;
	/*border-bottom: 1px solid #ddd;*/
	border-bottom: 1px solid #8080f0;
	/*color: #066;*/
	color: #fff;
	text-decoration: none;
}
div.sdmenu div a.current {
	/*background : #ccc;*/
	background : #0368ac;
}
div.sdmenu div a:hover {
	/*background : #066 url(../img/sdmenu/linkarrow.gif) no-repeat right center;*/
	background : #015897 url(../img/sdmenu/linkarrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}