/* CSS Document */

#submenu {
	width: 176px;
	padding: 0px;
	margin: 0px;
	display: block;
}

#submenu .home {
	width: 188px;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}

#submenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#submenu li a {
	color: #333333;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	display: block;
	width:156px;
	margin: 2px;
	padding: 4px 6px;
	background-color: #FFFFFF;
	height: 24px;
	text-indent: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#submenu li a:hover {
	background-color: #CCFF99;
}
#submenu li.selected a {
	color: #FFFFFF;
	background-color: #006600;
	height: 24px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
#submenu li.selected a:hover {
	background-color: #004400;
}

#skimenu {
	width: 200px;
	padding: 0px;
	margin: 0px;
	display: block;
}

#skimenu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#skimenu li a {
	color: #333333;
	font-size: 13px;
	line-height: 26px;
	text-decoration: none;
	display: block;
	width:190px;
	margin: 2px;
	padding: 2px;
	background-color: #FFFFFF;
	height: 30px;
	text-indent: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#skimenu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#skimenu li a:hover {
	background-color: #00CCFF;
}

