* {
    color:#000000;
}

body{
	background-image:none;
}
#bg{
	border:0;
	width:600px;
}

#box{
	width:598px;
	background-image:none;
	text-align:center;
}

/* ヘッダ
-----------------------------------------*/
#langNavi{
display:none;
}

#header{
	height:90px;
	background-color:#ffffff;
	border-top:1px solid #cc0000;
	border-bottom:1px solid #cc0000;
}

h1{
	background:url(http://www.ramenexpo.com/images/logo.gif) no-repeat left top;
	width:400px;
	height:90px;
	text-indent:-9999em;
}

#headNavi{
display:none;
}

/* ナビゲーション
-----------------------------------------*/
.navi{
display:none;
}

/* コンテンツ
-----------------------------------------*/
.contents{
	width:570px;
	margin:0 0 30px 10px;
	text-align:left;
	float:left;
}

/* フッタ
-----------------------------------------*/
#footer{
display:none;
}

#copyright{
	height:23px;
	background-color:#cc0000;
	text-align:center;
	padding:7px 0 5px;
}
#copyright p{
	margin:0 auto;
}

