@charset "utf-8";

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

html,body{
    height:100%;
	background-color: #000000;
}

#bg1 {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-attachment: fixed;
	width:100%;
	height:100%;
	
}

#wrraper {
	background-image: url(images/bg_gtop.png);
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
	background-position: center;
	text-align: center;
	height:100%;
}
#container{
    width:700px;
    text-align:center;
	margin-right: auto;
	margin-left: auto;	
}

#globalTop_flash{
	margin-right: auto;
	margin-left: auto;	
}
#greeting{
	margin-left: 170px;
	background-image: url(images/hayashiya_logo2.jpg);
	background-repeat: no-repeat;
	background-position: 320px bottom;
}
h2{
	margin:10px 0px 10px 0px;
    color:#cccccc;
}

li{
	float: left;
	margin: 15px 20px 0px 0px;
	display: inline;
}
