/* foundation */

/* main_container */

#container	{
	width: 750px;
	text-align:center;
	background-image:url('../imgsrc/bg_top.png');
	background-position:center 75px;
	background-repeat:no-repeat;
	overflow:hidden;
}

#main	{
	width:600px;
	position:static;
	float:right;
	text-align:left;
}

#t	{
	width:600px;
	position:static;
}

#top-bg	{
	position:static;
}

#dept	{
	width:370px;
	position:static;
	float:left;
	margin-left:10px;
	margin-top:480px;
}

#new	{
	width:370px;
	position:static;
	height:200px;
	margin:5px 0px 10px 0px;
	border:1px solid #C0C0C0;
	background-image:url('../imgsrc/new.png');
	background-position:top center;
	background-repeat:no-repeat;
}

#new UL	{
	margin:20px 0px 5px 20px;
	list-style-image:url('../imgsrc/Tri-burgandy.gif');
	list-style-position:outside;
}

#new LI	{
	border-bottom:1px dotted;
	list-style-image:url('../imgsrc/Tri-burgandy.gif');
	list-style-position:outside;
}

#menu-s	{
	width:190px;
	position:static;
	text-align:left;
	float:right;
	margin-top:480px;
}

#menu-s01 {
	text-indent: -1000px;
	display: block;
	width: 180px;
	height:138px;
	position:static;
	left:0px;
	top:0px;
}

#menu-s01 a {
	background-image: url(../imgsrc/guidance.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	height:138px;
	display: block;
}

#menu-s01 a:hover {
	background-position: right top;
}

#menu-s02 {
	text-indent: -1000px;
	display: block;
	width: 180px;
	height:120px;
	position:static;
	left:0px;
	top:0px;
}

#menu-s02 a {
	background-image: url(../imgsrc/ask.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 180px;
	height:120px;
	display: block;
}

#menu-s02 a:hover {
	background-position: right top;
}


