@charset "UTF-8";

@import url("../common/css/reset.css");
@import url("../common/css/base.css");

/* -----------------------------------------------------------------
Title: daigakuin.css
Created: 2010-05-28
Last Modified: 2010-05-28
------------------------------------------------------------------ */
div#catNavi{
	width:557px;
	height:34px;
	margin-bottom:10px;
	float:right;
}

body.cat01 #catNavi ul li {	
	width:111px;
	height:34px;
	float:left;
}

body.cat01 #catNavi ul li a{
	display:block;
	width:111px;
	height:34px;
}

body.cat01 #catNavi ul li.sN05,
body.cat01 #catNavi ul li.sN05 a{	
	width:113px;
}

body.cat01 #catNavi ul li.sN01{ background:url(images/sbt01on.jpg) no-repeat;}
body.cat01 #catNavi ul li.sN02{ background:url(images/sbt02on.jpg) no-repeat;}
body.cat01 #catNavi ul li.sN03{ background:url(images/sbt03on.jpg) no-repeat;}
body.cat01 #catNavi ul li.sN04{ background:url(images/sbt04on.jpg) no-repeat;}
body.cat01 #catNavi ul li.sN05{ background:url(images/sbt05on.jpg) no-repeat;}

body.cat01 #catNavi ul li a:hover{
	background: none;	
}

body.cat01 #catNavi ul li a:hover img{
	width:0px;
	height:0px;
}

