
* {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  font-size: 95%;
}

/* header */

#header {
  width: 700px;
  height: 100px;
  text-align: left;
  margin-top: 25px;
  margin-left: 50px;
  background-image: url("img/header.png");
  background-repeat: no-repeat;
}

h1 {
  display: none;
}


/* menu */

#menu {
  width: 700px;
  text-align: left;
  margin-left: 50px;
}

#menu ul {
  width: 700px;
  height: 30px;
  float: left;
  list-style: none;
  margin: 0 0 10px 0;
}

#menu li {
  float: left;
  text-align: center;
}

#menu li a {
  height: 30px;
  list-style: none;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
  font-size: 100%;
  font-weight: bold;
  line-height: 200%;
}

li.beer a, li.beer a:link, li.beer a:visited {
  display: block;
  width: 100px;
  height: 30px;
  margin: 0;
  background-image: url("img/menu_bg.png");
  background-position: 0px 0;
}

li.shochu a, li.shochu a:link, li.shochu a:visited {
  display: block;
  width: 80px;
  height: 30px;
  margin: 0;
  background-image: url("img/menu_bg.png");
  background-position: -100px 0;
}

li.wine a, li.wine a:link, li.wine a:visited {
  display: block;
  width: 90px;
  height: 30px;
  margin: 0;
  background-image: url("img/menu_bg.png");
  background-position: -180px 0;
}

li.whisky a, li.whisky a:link, li.whisky a:visited {
  display: block;
  width: 100px;
  height: 30px;
  margin: 0;
  background-image: url("img/menu_bg.png");
  background-position: -270px 0;
}

li.brandy a, li.brandy a:link, li.brandy a:visited {
  display: block;
  width: 100px;
  height: 30px;
  magin: 0;
  background-image: url("img/menu_bg.png");
  background-position: -370px 0;
}

li.spiliq a, li.spiliq a:link, li.spiliq a:visited {
  display: block;
  width: 130px;
  height: 30px;
  magin: 0;
  background-image: url("img/menu_bg.png");
  background-position: -470px 0;
}

li.china a, li.china a:link, li.china a:visited {
  display: block;
  width: 100px;
  height: 30px;
  magin: 0;
  background-image: url("img/menu_bg.png");
  background-position: -600px 0;
}

#menu li a:hover {
  background-position: 0 -30px;
}


/* main */

#container {
  clear: both;
}

h2 {
  display: none;
}

#intro {
  width: 700px;
  text-align: left;
  line-height: 130%;
  margin-left: 50px;
  color: #666666;
}

#img_icon {
  clear: left;
  float: left;
  margin: 10px 20px 20px 10px;
}

#img_subt {
  margin: 30px 0 20px 0;
}

#img_cut01 {
  float:right;
  margin: 10px 0 15px 15px;
}

#img_cut02 {
  float:right;
  margin: 10px 0 15px 15px;
}

h3 {
  width: 500px;
  height: 24px;
  text-align: left;
  margin: 15px 0 3px 0;
  padding: 4px 0 0 20px;
  font-size: 105%;
  font-weight:900 ;
  clear:left ;
}

h3.beer {
  color: #AA6622;
  background-image: url("img/h3bg_beer.gif");
  background-repeat: no-repeat;
}

h3.shochu {
  color: #4499BB;
  background-image: url("img/h3bg_shochu.gif");
  background-repeat: no-repeat;
}

h3.wine {
  color: #7733BB;
  background-image: url("img/h3bg_wine.gif");
  background-repeat: no-repeat;
}

h3.whisky {
  color: #AA4488;
  background-image: url("img/h3bg_whisky.gif");
  background-repeat: no-repeat;
}

h3.brandy {
  color: #3333AA;
  background-image: url("img/h3bg_brandy.gif");
  background-repeat: no-repeat;
}

h3.spiliq {
  color: #33AA55;
  background-image: url("img/h3bg_spiliq.gif");
  background-repeat: no-repeat;
}

h3.china {
  color: #AA4444;
  background-image: url("img/h3bg_china.gif");
  background-repeat: no-repeat;
}

#text {
  width: 700px;
  text-align: left;
  margin-left: 50px;
  line-height: 135%;
  color: #333333;
}

h4 {
  width: 400px;
  text-align: left;
  margin: 5px 0 0 0;
  font-size: 100%;
}

h4.beer {
  color:#CC8844;
}

h4.wine {
  color:#BB77EE;
}

span.col_beer {
  color: #884411;
  font-weight: bold;
}

span.col_shochu {
  color: #4488AA;
  font-weight: bold;
}

span.col_wine {
  color: #7733BB;
  font-weight: bold;
}

span.col_whisky {
  color: #CC55AA;
  font-weight: bold;
}

span.col_brandy {
  color: #4444CC;
  font-weight: bold;
}

span.col_spiliq {
  color: #339955;
  font-weight: bold;
}

span.col_china {
  color: #CC5555;
  font-weight: bold;
}

#img_mark {
  float: left;
}
  
#footer {
  width: 700px;
  height: 20px;
  margin-left: 50px;
}



