@charset "UTF-8";
/*menuset.css*/

/* sidespace menu navi */
#sidespace {
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* for WinIE6*/
* html #sidespace {
  display:inline;
}

/*main manu↓*/
#sidespace h2 {
	width: auto;
	height: 74px;
	font-size: 10px;
	line-height: 12px;
}
#sidespace h2 a {
	display: block;
	width: auto;
	height: 74px;
	position: relative;
	color: #FFF;
}
#sidespace h2 a p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
	height:74px;
	cursor: pointer;
	color: #FFF;
}
/* rollout */

#sidespace h2#navi1 a p {
	background: url(../image/side/menuset/menuset.gif) no-repeat 0px 0px;
}
#sidespace h2#navi2 a p {
	background: url(../image/side/menuset/menuset.gif) no-repeat 0px -75px;
}
#sidespace h2#navi3 a p {
	background: url(../image/side/menuset/menuset.gif) no-repeat 0px -149px;
}


/* rollover */
#sidespace h2#navi1 a:hover p {
	background: url(../image/side/menuset/menuset.gif) no-repeat -220px 0px;
}
#sidespace h2#navi2 a:hover p {
	background: url(../image/side/menuset/menuset.gif) no-repeat -220px -75px;
}
#sidespace h2#navi3 a:hover p {
	background: url(../image/side/menuset/menuset.gif) no-repeat -220px -149px;
}


/*main manu↑*/




/* #AJAX test button */
#sidesubspace #ajaxtest {
	height: 45px;
	width: 140px;
	font-size: 10px;
	line-height: 10px;
	margin-top: 20px;
}
#sidesubspace #ajaxtest a {
	display: block;
	width: 140px;
	height: 45px;
	position: relative;
}
#sidesubspace #ajaxtest a p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 45px;
	background: url(../img/naviajax.jpg) no-repeat 0px 0px;
	cursor: pointer;
}
#sidesubspace #ajaxtest a:hover p {
	background: url(../img/naviajax.jpg) no-repeat -140px 0px;
}





/* text sub menu */
#sidespace #txtsubmenu {
	margin-bottom:15px;
}
#sidespace #txtsubmenu li a {
	display: block;
	border-top: 1px solid #FFFFFF;
	border-bottom:1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	line-height:1em;
	text-indent: 3px;
	color: #333333;
	font-size: 14px;
	padding-top: 0.5em;
	height: 1.5em;
	background: #FFCC66;
	width: 138px;
}
#sidespace #txtsubmenu li a:hover {
	color: #CC0000;
	background: #ECE4CD;
}
