@charset "utf-8";
@import "init.css";
/*--------------------*/
/*--------------------
	Common-Settings
	
	CreateDate:09.03.21
	LastUpDate:09.03.21
--------------------*/
/*--------------------
	Body
--------------------*/
body{
	background:url(../images/bg.jpg) repeat-x 0 0 ;
}

/*--------------------
	Container
--------------------*/
div#container{
	margin:0 auto;
	width:926px;
	height:539px;
	background:url(../images/tBg.jpg) no-repeat 0 0;
}

/*--------------------
	Header
--------------------*/
div#header{
	width:926px;
	height:126px;
	background:url(../images/headerBg.jpg) no-repeat 0 0;
}
/* SiteID */
h1#logo{
	display:inline; /* IE6 Countermeasure*/
	float:left;
	margin-left:33px;
}
h1#logo a{
	display:block;
	width:288px;
	height:91px;
	text-indent:-5000px;
	background:url(../images/logo.jpg) no-repeat 0 0;
}

/*HeaderNav*/
ul#headerNav{
	display:inline; /* IE6 Countermeasure*/
	float:right;
	margin-right:33px;
	width:176px;
	height:25px;
}
ul#headerNav li{
	float:left;
}
ul#headerNav a{
	display:block;
	width:88px;
	height:25px;
	text-indent:-5000px;
}

/* a */
li.headerNav-sitemap a{background:url(../images/headerNav.jpg) no-repeat 0 0;}
li.headerNav-university a{background:url(../images/headerNav.jpg) no-repeat -88px 0;}

/* a:hover */
li.headerNav-sitemap a:hover{background:url(../images/headerNav.jpg) no-repeat 0 -25px;}
li.headerNav-university a:hover{background:url(../images/headerNav.jpg) no-repeat -88px -25px;}

/* on */
li.headerNav-sitemapOn a{background:url(../images/headerNav.jpg) no-repeat 0 -25px;}
li.headerNav-universityOn a{background:url(../images/headerNav.jpg) no-repeat -88px -25px;}

/*--------------------
	Gloval-Navigation
--------------------*/
div#globalNav-outer{
	clear:both;
	width:926px;
	height:112px;
	background:url(../images/globalNavBg.jpg) no-repeat 0 0;
}
ul#globalNav{
	margin:7px 0 0 93px;
	width:801px;
	height:61px;
}
ul#globalNav li{
	float:left;
	margin-left:-15px;
	zoom:1;
}
ul#globalNav li a{
	display:block;
	width:146px;
	height:61px;
	text-indent:-5000px;
}

li.globalNav-profile,li.globalNav-profileOn{
	padding-left:0px;
	padding-left:15px; !important
}

/* a */
li.globalNav-profile a{background:url(../images/globalNav-profile.gif) no-repeat 0 0;}
li.globalNav-access a{background:url(../images/globalNav-access.gif) no-repeat 0 0;}
li.globalNav-info a{background:url(../images/globalNav-info.gif) no-repeat 0 0;}
li.globalNav-harappa a{background:url(../images/globalNav-harappa.gif) no-repeat 0 0;}
li.globalNav-ichigo a{background:url(../images/globalNav-ichigo.gif) no-repeat 0 0;}
li.globalNav-turtle a{background:url(../images/globalNav-turtle.gif) no-repeat 0 0;}

/* a:hover */
li.globalNav-profile a:hover{background:url(../images/globalNav-profile.gif) no-repeat 0 -61px;}
li.globalNav-access a:hover{background:url(../images/globalNav-access.gif) no-repeat 0 -61px;}
li.globalNav-info a:hover{background:url(../images/globalNav-info.gif) no-repeat 0 -61px;}
li.globalNav-harappa a:hover{background:url(../images/globalNav-harappa.gif) no-repeat 0 -61px;}
li.globalNav-ichigo a:hover{background:url(../images/globalNav-ichigo.gif) no-repeat 0 -61px;}
li.globalNav-turtle a:hover{background:url(../images/globalNav-turtle.gif) no-repeat 0 -61px;}

/* on */
li.globalNav-profileOn a{background:url(../images/globalNav-profile.gif) no-repeat 0 -61px;}
li.globalNav-accessOn a{background:url(../images/globalNav-access.gif) no-repeat 0 -61px;}
li.globalNav-infoOn a{background:url(../images/globalNav-info.gif) no-repeat 0 -61px;}
li.globalNav-harappaOn a{background:url(../images/globalNav-harappa.gif) no-repeat 0 -61px;}
li.globalNav-ichigoOn a{background:url(../images/globalNav-ichigo.gif) no-repeat 0 -61px;}
li.globalNav-turtleOn a{background:url(../images/globalNav-turtle.gif) no-repeat 0 -61px;}