@charset "UTF-8";
/*menuset.css*/

/* sidespace menu navi */
#sidespace {
	margin: 15px;
	width: 140px;
}

/* to top page */
#sidespace #totoppage {
	height: 18px;
	width: 140px;
	font-size: 8px;
	line-height: 12px;
	margin-bottom: 15px;
}
#sidespace #totoppage a {
	display: block;
	width: 140px;
	height: 18px;
	position: relative;
}
#sidespace #totoppage a p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height: 18px;
	background: url(../img/toppage.gif) no-repeat 0px 0px;
	cursor: pointer;
}
#sidespace #totoppage a:hover p {
	background: url(../img/toppage.gif) no-repeat -140px 0px;
}


/*main manu↓*/
#sidespace h2 {
	width: 140px;
	height: 45px;
	font-size: 8px;
	line-height: 12px;
}
#sidespace h2 a {
	display: block;
	width: 140px;
	height: 45px;
	position: relative;
}
#sidespace h2 a p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height:45px;
	cursor: pointer;
}
/* rollout */
#sidespace h2#navi1 a p {
	background: url(../img/navi.gif) no-repeat 0px 0px;
}
#sidespace h2#navi2 a p {
	background: url(../img/navi.gif) no-repeat 0px -45px;
}
#sidespace h2#navi3 a p {
	background: url(../img/navi.gif) no-repeat 0px -90px;
}
#sidespace h2#navi4 a p {
	background: url(../img/navi.gif) no-repeat 0px -135px;
}
#sidespace h2#navi5 a p {
	background: url(../img/navi.gif) no-repeat 0px -180px;
}
#sidespace h2#navi6 a p {
	background: url(../img/navi.gif) no-repeat 0px -225px;
}
/* rollover */
#sidespace h2#navi1 a:hover p {
	background: url(../img/navi.gif) no-repeat -140px 0px;
}
#sidespace h2#navi2 a:hover p {
	background: url(../img/navi.gif) no-repeat -140px -45px;
}
#sidespace h2#navi3 a:hover p {
	background: url(../img/navi.gif) no-repeat -140px -90px;
}
#sidespace h2#navi4 a:hover p {
	background: url(../img/navi.gif) no-repeat -140px -135px;
}
#sidespace h2#navi5 a:hover p {
	background: url(../img/navi.gif) no-repeat -140px -180px;
}
#sidespace h2#navi6 a:hover p {
	background: url(../img/navi.gif) no-repeat -140px -225px;
}
/*main manu↑*/


/* sidespace sub menu navi */
#sidesubspace {
	width: 140px;
}
#sidesubspace #columnttl {
	position: relative;
	width: 140px;
	height: 20px;
	margin-top: 5px;
}
#sidesubspace #columnttl p {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../img/navisubttl.gif) no-repeat 0px 0px;
	width: 140px;
	height: 20px;
}


#sidesubspace h2 {
	width: 140px;
	height: 20px;
	font-size: 8px;
	line-height: 12px;
}
#sidesubspace h2 a {
	display: block;
	width: 140px;
	height: 20px;
	position: relative;
}
#sidesubspace h2 a p {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	height:20px;
	cursor: pointer;
}
/* rollout */
#sidesubspace h2#navisub1 a p{
	background: url(../img/navisub1.gif) no-repeat left top;
}
#sidesubspace h2#navisub2 a p{
	background: url(../img/navisub2.gif) no-repeat left top;
}
#sidesubspace h2#navisub3 a p{
	background: url(../img/navisub3.gif) no-repeat left top;
}
/* rollover */
#sidesubspace h2#navisub1 a:hover p{
	background: url(../img/navisub1.gif) no-repeat right top;
}
#sidesubspace h2#navisub2 a:hover p{
	background: url(../img/navisub2.gif) no-repeat right top;
}
#sidesubspace h2#navisub3 a:hover p{
	background: url(../img/navisub3.gif) no-repeat right top;
}
/*sub menu↑END*/

/* #AJAX test button */
#sidesubspace #ajaxtest {
	height: 45px;
	width: 140px;
	font-size: 8px;
	line-height: 12px;
	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: 80%;
	padding-top: 0.5em;
	height: 1.5em;
	background: #FFCC66;
	width: 138px;
}
#sidespace #txtsubmenu li a:hover {
	color: #CC0000;
	background: #ECE4CD;
}
