@charset "UTF-8";
/* CSS Document */



body{
	background:url(../img/bg.gif) repeat;
	margin:0;
	padding:0;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

a.over{
    background-color:#ffffff;
    display:block;
}

a.over:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


img{
	border:none;
}

#wrapper{
	width:960px;
	margin:0 auto;
	text-align:center;
}

#header{
	width:960px;
}

#place{
	font-size:25px;
	color:#FF0080;
	background-color: rgba(255, 243, 44, 0.6);
}

h1{
	background:#FFFFFF;
	font-size:35px;
	color:#FF0080;
}

.m20{
	margin:20px 0;
}

#gohan{
	width:960px;
	background:url(../img/bg2.gif);
}

#bimozi{
	background:url(../img/bg3.gif);
	width:960px;
}

.white{
	background:#FFFFFF;
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}

.mml4{
	margin-left:-9px;
}

#ouen{
	margin:20px 0;
	background-color: rgba(255, 243, 44, 0.6);
}