@charset "UTF-8";
@import url(http://www.officek.jp/ksite/_ksite_based_yui3.css);

body, table {
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", serif;
}

a{
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

html {
  background-color: #6b2b22;
}

#body {
  width: 900px;
  margin: 0 auto;
}

#head {
  height: 220px;
  padding-top: 50px;
  padding-right: 20px;
  background-image: url(/tartine/_sozai/kanban.jpg);
  background-position: 40px 40px;
  background-repeat: no-repeat;
  text-align: right;
}

#content {
  width: 100%;
}


#main {
  float: right;
  width: 500px;
}
#main .unit{
}

.unit {
  padding: 20px;
  background-color: #cfebef;
  border: 4px solid #bfdbdf;
  -webkit-box-shadow: 1px 1px 2px 0px #000000;
  box-shadow: 1px 1px 2px 0px #000000;
}

#sidebar {
  float: left;
  width: 400px;
}
#sidebar .unit{
  margin: 0 20px 20px 0;
}

#foot {
  margin-bottom: 40px;
}
#foot .unit {
  margin-bottom: 10px;
}

h1 {
  text-align: center;
  color: #f5e1b5;
  font-weight: normal;
}

h2 {
  color: #f6c455;
  margin-bottom: 0.4em;
}

h3 {
  margin-top: 2em;
}

h4, h5 {
  margin: 1em 0 0.6em;
}