/*
  CSS document for Kushihana Sagamihara
--------------------------------------------------

## INDEX ##

-- All Reset
-- General Setting
-- Headdings
-- Text Modify
-- Top Page
-- Footer Block

*/




/*##### All Reset #####*/
* {
  margin: 0;
  padding: 0;
}


/*##### General Setting #####*/
body {
  font-family: 'geneva', sans-serif;
  font-size: small;
  color: #ddd;
  line-height: 1.3em;
  background: url(img/bg.gif);
}

h3, h4, h5 {
  font-family: 'Microsoft Serif', 'MS P Mincho', serif;
  color: #fff;
  clear: both;
}

h4, h5 {
  font-size: small;
}

p {
  margin: 0.5em 0;
  line-height: 1.6em;
}

a {
  outline-style: none;
}

img {
  border: 0;
}

table {
  empty-cells: show;
}

abbr {
  border-bottom: dotted 1px;
  text-decoration: none;
}

#wrapper {
  position: relative;
  top: 0;
  width: 740px;
  margin: 0 auto;
  background: #101010;
}

#leftcol {
  float: right;
  width: 170px;
  margin: 20px 0 0 0;
  
}

#rightcol {
  float: right;
  width: 500px;
  margin: 20px 0 0 10px;
  padding: 0 20px;
  border-left: solid 2px #999;
}

.photobox {
  width: 100%;
  padding: 20px 0;
  background: url(img/pbg.gif);
}

.readbox {
  margin: 0 0 0 40px;
}

.adobe {
  margin: 0 0 30px 0;
}

.floatleft {
  float: left;
  margin: 0 10px 0 0;
}

.floatright {
  float: right;
  margin: 0 0 0 10px;
}

.centering {
  text-align: center;
}

.rightpull {
  text-align: right;
}

.pagetop {
  margin: 1em 30px 1em 0;
  text-align: right;
  font-size: small;
  font-weight: bold;
  clear: both;
}

a:link, a:visited {
  border-bottom: dotted 1px;
  color: #fff;
  text-decoration: none;
}

a:hover, a:active {
  border-bottom: none;
  color: #c1e1e5;
  text-decoration: none;
  outline-style: none;
}

.pagetop a:link, .pagetop a:visited,
#menu a:link, #menu a:visited,
.gmap a:link, .gmap a:visited,
.adobe a:link, .adobe a:visited {
  border-bottom: none;
  color: #fff;
  text-decoration: none;
}

.pagetop a:hover, .pagetop a:active,
#menu a:link, #menu a:visited,
.gmap a:link, .gmap a:visited,
.adobe a:link, .adbe a:visited {
  color: #f00;
  text-decoration: none;
  outline-style: none;
}

.close {
  margin: 0 15px 0 0;
  font-size: small;
  font-weight: bold;
  text-align: right;
}

.insidelist {
  list-style: inside;
}

.plusdotline {
  border-bottom: dotted 1px;
}

.plusbottom {
  margin-bottom: 40px;
}

.plusbottom2 {
  margin-bottom: 20px;
}

.plusbottom6 {
  margin-bottom: 60px;
}

.pluspaddingbottom {
  padding-bottom: 40px;
}

.minimumline {
  line-height: 1em;
}

.clearing {
  width: 500px;
  height: 0;
  clear: both;
}

.floatbar {
  float: left;
  width: 500px;
  height: 0;
}

.clearings {
  width: 200px;
  height: 0;
  clear: both;
}

.noclear {
  clear: none;
}


/*##### Headdings #####*/
h1 {
  position: absolute;
  top: 8px;
  left: 40px;
  width: 90px;
  height: 215px;
  text-indent: -9999px;
  background: transparent url(img/logo.png) left top no-repeat;
  z-index: 2;
}

*html h1 { /* IE6 Hack */
 background: transparent;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='img/logo.png');
}

h2 {
  width: 500px;
  height: 46px;
  margin: 0 0 20px 0;
  text-indent: -9999px;
}

h2#toppage {
  background: url(img/h2top.jpg) left top no-repeat;
}

h2#recommendpage {
  background: url(img/h2recommend.jpg) left top no-repeat;
}

h2#grandpage {
  background: url(img/h2grand.jpg) left top no-repeat;
}

h2#lunchpage {
  background: url(img/h2lunch.jpg) left top no-repeat;
}

h2#partypage {
  background: url(img/h2party.jpg) left top no-repeat;
}

h2#shoppage {
  background: url(img/h2shop.jpg) left top no-repeat;
}

h3 {
  margin: 26px 0 10px 0;
  font-size: medium;
}

h3#contact {
  border-bottom: solid 2px;
  color: #c1e1e5; 
}

h3.menutitle {
  margin-top: 0;
  border-bottom: dotted 1px;
  font-weight: bold;
  color: #c1e1e5; 
}

h4.captiontitle {
  margin-bottom: -0.7em;
  line-height: 2em;
  font-size: medium;
  font-weight: bold;
  clear: none;
}

h4.captiontitle2 {
  margin-top: 8.7em;
  margin-bottom: -0.7em;
  line-height: 2em;
  font-size: medium;
  font-weight: bold;
  clear: none;
  text-align: right;
}


/*##### Text Modify #####*/
.smallsize {
  font-size: small;
}

.mediumsize {
  font-size: medium;
}

.colorred {
  color: #ff0000;
}

.colorblue {
  color: #000099;
}

.boldweight {
  font-weight: bold;
}

.solidborder {
  width: 40%;
  margin: 0.6em 0 0.6em 3em;
  padding: 0.4em;
  border: solid 2px;
  font-size: small;
  font-weight: bold;
  color: #0c1d53;
}

.arial {
  font-family: 'arial';
}

.arialbk {
  font-family: 'arial black';
}

.geneva {
  font-family: 'geneva';
}

.verdana {
  font-family: 'verdana';
}


/*##### Menu #####*/
ul#menu {
  list-style-type: none;
  text-indent: -9999px;
}

#menu li {
  width: 170px;
  height: 17px;
  margin-bottom: 18px;
}

#menu li#top {
  background: url(img/menutop.jpg) left top no-repeat;
}

#menu li#top2 {
  background: url(img/menutop2.jpg) left top no-repeat;
}

#menu li#recommend {
  height: 30px;
  background: url(img/menurecommend.jpg) left top no-repeat;
}

#menu li#recommend2 {
  height: 30px;
  background: url(img/menurecommend2.jpg) left top no-repeat;
}

#menu li#grand {
  background: url(img/menugrand.jpg) left top no-repeat;
}

#menu li#grand2 {
  background: url(img/menugrand2.jpg) left top no-repeat;
}

#menu li#lunch {
  background: url(img/menulunch.jpg) left top no-repeat;
}

#menu li#lunch2 {
  background: url(img/menulunch2.jpg) left top no-repeat;
}

#menu li#party {
  background: url(img/menuparty.jpg) left top no-repeat;
}

#menu li#party2 {
  background: url(img/menuparty2.jpg) left top no-repeat;
}

#menu li#shop {
  background: url(img/menushop.jpg) left top no-repeat;
}

#menu li#shop2 {
  background: url(img/menushop2.jpg) left top no-repeat;
}

#menu li a {
  display: block;
  height: 17px;
  margin-left: 15px;
}

#menu li#top a {
  width: 83px;
}

#menu li#recommend a {
  width: 139px;
  height: 30px;
}

#menu li#grand a {
  width: 83px;
}

#menu li#lunch a {
  width: 96px;
}

#menu li#party a {
  width: 83px;
}

#menu li#shop a {
  width: 83px;
}


/*##### Contents #####*/
dl#infotop dt {
  font-weight: bold;
}

dl#infotop dd {
  margin: -1.3em 0 0 5em;
}

dl.items {
  font-family: 'Microsoft Serif', 'MS P Mincho', serif;
  font-weight: bold;
  line-height: 1.8em;
}

dl.items dd {
  position: relative;
  margin: -1.8em 0 0 0;
  text-align: right;
}

.leftitems {
  float: left;
  width: 225px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 2px #666;
}

.rightitems {
  float: right;
  width: 215px;
}

.rightitems {
  padding-left: 16px;
}

.items dd ul {
  position: relative;
  top: 0;
  left: 2em;
  margin-bottom: 18px;
  font-weight: normal;
  font-size: small;
  text-align: left;
  line-height: 1.3em;
  list-style: none;
}

dl.drinks dt {
  position: relative;
  left: 7em;
  margin-left: 225px;
}

.leftitems dl.drinks dt {
  margin-left: 0;
}

dl.drinks dd {
  margin-top: -1.3em;
  text-align: right;
}

.makerlink {
  text-align: right;
}

dl.shops dt {
  font-weight: bold;
}

dl.shops dd {
  position: relative;
  margin-top: -1.3em;
  left: 7em;
}

.ruby1 {
  padding-top: 6px;
  background: url(img/ruby1.jpg) top center no-repeat;
}

.ruby2 {
  padding-top: 7px;
  background: url(img/ruby2.jpg) top center no-repeat;
}

.marginforruby1 {
  margin-bottom: 12px;
}

.marginforruby2 {
  margin-bottom: 6px;
}


/*##### Footer Block #####*/
#footer {
  font-size: x-small;
  line-height: 3em;
  text-align: center;
  color: #aaa;
}

#footer hr {
  width: 90%;
  height: 1px;
  margin: 20px auto 0;
  border: none 0;
  background: #aaa;
}
