@charset "utf-8";

a:link,a:active,a:visited {
  color: #FF3366;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: none;
}
a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.clr {clear: both;}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #222;
  text-align:center;
}
#wrapper {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #999;
  text-align:left;
}
#header {
  margin-bottom: 10px;
}
.container {
  width: 580px;
  float: left;
  padding-left: 10px;
  margin-bottom: 10px;
}
#side1 {
  float: left;
  width: 200px;
}
#side1 dl ,#side2 dl{
  background-color: #EEE;
  padding: 10px;
}
#side1 dt {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold;
  color: #FF0033;
  margin-bottom: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #999;
  background-image: url(https://www.borokitchen.com/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
#side1 dd {
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}
#side1 dd strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #C09;
  letter-spacing: 0.4em;
  text-align: center;
}
#side1 dd em {
  color: #F00;
  font-size: 11px;
  line-height: 14px;
}
#side1 dd p {
  display: block;
  margin-bottom: 5px;
}
#side1 dd ul {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
}
#side1 dd li {
  display: block;
  margin-bottom: 5px;
  background-image: url(https://www.borokitchen.com/img/list_arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 16px;
}
#side1 dd.end {
  margin: 0px;
}
#main {
  width: 360px;
  float: left;
  margin-left: 10px;
  background-image: url(https://www.borokitchen.com/img/main_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 702px;
  padding: 10px;
}
#main .top ,#main .prf{
  width:335px;
  height: 305px;
  margin-bottom: 10px;
  padding: 10px;
  background-image: url(https://www.borokitchen.com/img/prf_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#main .top {
  _background: none;
  _font-weight:bold;
  _color:#C30;
}
#main .top h3 {
  font-size: 18px;
  font-weight: bold;
  color: #F03;
  display: block;
  margin-bottom: 10px;
}
#main .top ul {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  padding: 10px;
  color: #900;
  _color:#0000FF;
  letter-spacing: 0.4em;
  font-weight: bold;
}

#main .top p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
}
#main .top strong {
  font-weight: bold;
  color: #F06;
}

#main .prf{
  background-image: url(https://www.borokitchen.com/img/prf_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#main .prf h3 {
  height: 30px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}

#main .prf dt {
  display: block;
  height: 80px;
  width: 80px;
  float: left;
  margin-bottom: 5px;
}
#main .prf ul {
  display: block;
  height: 80px;
  float: left;
  width: 225px;
  margin-left: 5px;
  margin-bottom: 5px;
}
#main .prf ul li {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFF;
  line-height: 20px;
}
#main .prf ul li strong {
  display: block;
  float: left;
  width: 83px;
  background-image: url(https://www.borokitchen.com/img/list_arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 11px;
}
#main .prf ol {
  display: block;
  line-height: 19px;
  margin-bottom: 10px;
}
#main .prf ol li {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FFF;
}
#main .prf ol li strong {
  display: block;
  float: left;
  width: 99px;
  background-image: url(https://www.borokitchen.com/img/list_arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 11px;
}
#main .prf dd p {
  padding: 10px;
  border: 1px solid #FFF;
  height: 84px;
  margin-bottom: 5px;
}
#main .prf dd em {
  font-size: 11px;
  display: block;
  text-align: center;
  color: #F06;
}

#main .entry {
  padding: 10px;
}
#main .entry h3 {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#side2 {
  width: 200px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#side2 img {
  vertical-align:bottom;
}
#side2 dt {
  display: block;
  height: 80px;
  width: 80px;
  float: left;
}

#side2 dd ul {
  height: 80px;
  display: block;
  float: left;
  margin-left: 3px;
  line-height: 19px;
  font-size: 11px;
}
#side2 dd p {
  display: block;
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
}
#side2 dd p.end {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin: 0px;
}
#footer {
  clear:left;
  padding: 5px;
  text-align: center;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #999;
}