/* CSS Document */



a:link  {cursor: crosshair; color: #3366FF; text-decoration: none}


a:visited  {cursor: crosshair; color: #999999; text-decoration: none}


a:active  {cursor: wait;  color: #FF9900; text-decoration: none}


a:hover  {cursor: crosshair; color: #FF9900; text-decoration: none}



.Splash{
	background-image: url(images/SplashBack.gif);
	background-repeat: repeat;
	margin: 0px;
	}


#Yakisoba {
	position:relative;
	width:386px;
	height:361px;
	z-index:2;
	list-style-type: circle;
	background-image: url(images/Splash.png);
	padding: 0px;
	background-repeat: no-repeat;
}


#Sircle {
	overflow: auto;
	position: relative;
	height: 200px;
	width: 175px;
	left: -60px;
	top: 128px;
	z-index: 3;
}


#Noodle {
	background-image: url(images/SplashNoodle.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 135px;
	width: 100%;
	position: relative;
	z-index: 0;
	bottom: 65px;
}



#Enter {

	position: relative;
	height: 20px;
	width: 40px;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.News{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}


.Date{
	font-size: 14px;
	color: #999999;
}

a:link.Enter {	font-size: 25px;
	color: #3399FF;
}

a:hover.Enter {
	font-size: 25px;
	color: #FFFFFF;
}

a:visited.Enter {
font-size: 25px;
	color: #3399FF;
}


.Spec{
	font-size: 9px;
	width: 90%;
	color: #FFFFFF;
}



#Bowl {
	position:absolute;
	left:1px;
	top:214px;
	width:228px;
	height:243px;
	z-index:3;
	background-image: url(images/bowl.png);
}


#WelcomeNews {
	position:absolute;
	left:270px;
	top:313px;
	width:500px;
	height:126px;
	z-index:1;
	overflow:auto;
}



.Text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: 
#666666;
	font-size: 12px;
}

