/* CSS Document */
/* ブラウザスタイルの初期化*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: Verdana, Arial, sans-serif;
  line-height: normal;
  text-decoration: none;
  }


/* div#wapperのスタイル */

div#wapper {
 width: 750px;
 margin-left: 0;
 margin-top: 30;
 margin-right: auto;
}
 
 /* div#glovalmenuのスタイル */

div#glovalmenu {
 width: 750px;
 height: 20px;
}

/* div#containerのスタイル */

div#container {
  margin-top: 20px;
  margin-left: 150px;
  background-color: #200101;
  }
  
p#title {
 clear: both;
}

p#ciboimg {
 width: 280px;
 hight: 300px;
 float: left;
}

div#menu_honbun {
 width: 500px;
 hight: 300px;
 float: left;
}

p#lunch_menu {
  text-align: center;
}

div#container li {
  list-style-type: none;
  margin-top:5px;
}

p#menulink { color: #003; text-decoration: underline; }


/* div#footerのスタイル */

div#footer {
  clear: both;
  width: 750px;
  height: 30px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  text-align: right;
  padding: 20px;
  color:#f8faea;
  }


/* body要素のスタイル */


body {

 background-color: #200101;
 background-image: url(../img/cibobg.gif);
 background-repeat: no-repeat;
 background-position: 20px 20px;
 background-attachment: fixed;
 color:#200101;
 }


/* その他の共通スタイル */

img { 
 border: 0;
 }

a:link    { color: #6c0; }
a:visited { color: #6c0; }
a:hover   { color: #fc3; text-decoration: underline; }
a:active  { color: #fc3; text-decoration: underline; }
 
.honbunkana {
	font-size: small;
}
.honbuneisu {
	font-size: x-small;
}
.menutitle {
	font-weight: bolder;
}
