@charset "utf-8";

a:link,a:active,a:visited {
  color: #FFCC00;
  text-decoration: none;
}
a:hover {
  color: #FFCC99;
  text-decoration: underline;
}
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;
  background-color: #EEE;
  color: #222;
}
#wrapper {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
}
.container {
  float: left;
  width: 560px;
}

#main {
  width: 360px;
  float: right;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
#main h2 {
  display: block;
  padding: 5px;
  font-size: 14px;
  background-color: #C00;
  color: #FFF;
  font-weight: bold;
}
#main .top {
  background-image: url(https://ken-egan.com/img/bg_top.jpg);
  background-color: #000;
  color: #FFF;
  height: 255px;
  padding-top: 5px;
  display: block;
  margin-bottom: 10px;
}
#main .top dt {
  display: block;
  height: 28px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
#main .top dd {
  padding: 10px;
}

.top1 {background-image: url(https://ken-egan.com/img/top1.png);}
.top2 {background-image: url(https://ken-egan.com/img/top2.png);}
#main .prof {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #C00;
  border-bottom-color: #C00;
  border-left-color: #C00;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}
#main .prof dl {
  display: block;
  width: 312px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border: 1px solid #CCC;
}
#main .prof dt {
  height: 80px;
  width: 80px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}
#main .prof dd ul {
  display: block;
  height: 80px;
  margin-bottom: 5px;
}
#main .prof dd li {
  height: 20px;
  line-height: 20px;
}
#main .prof dd p {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding: 5px;
  float: left;
  width: 300px;
  background-color: #EEE;
  height: 74px;
  margin: 0px;
  line-height: 16px;
}
#main h3 {
  display: block;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #C00;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #C00;
}
#main p {
  display: block;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #C00;
  font-size: 11px;
  margin-bottom: 5px;
  padding: 5px;
}
#main p em {
  font-size: 10px;
  line-height: 12px;
  color: #F00;
}
#main #reg {
  display: block;
  height: 200px;
  width: 320px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-right: auto;
  margin-left: auto;
}

#side1, #side2 {
  width: 200px;
  float: left;
  padding: 5px;
}
#side1 h3, #side2 h3 {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #C00;
  font-size: 16px;
  display: block;
  font-weight: bold;
  padding: 5px;
  color: #C00;
}
#side1 dt, #side2 p {
  display: block;
  font-size: 10px;
  padding-left: 5px;
  padding-bottom: 2px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #C00;
  padding-top: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C00;
  color: #666;
}
#side1 dl dd {
  padding: 5px;
  margin-bottom: 10px;
  text-align:justify;
}
#side1 dd li {
  display: block;
  background-image: url(https://ken-egan.com/img/arrow.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  margin-bottom: 5px;
}
#side1 dd em {
  color: #F00;
  font-size: 10px;
  line-height: 12px;
}

#side2 dl {
  display: block;
  padding: 5px;
}
#side2 dt {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
}
#side2 dd {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  margin-bottom: 10px;
}

#side2 dd ul {
  display: block;
  height: 80px;
  margin-bottom: 10px;
}
#side2 dd li {
  height: 19px;
  line-height: 19px;
}
#side2 a:link, #side2 a:active, #side2 a:visited {
  display: block;
  height: 21px;
  width: 64px;
  background-image: url(https://ken-egan.com/img/profile.gif);
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  text-indent: -9999px;
}
#side2 a:hover {
  display: block;
  height: 21px;
  width: 64px;
  background-image: url(https://ken-egan.com/img/profile.gif);
  background-repeat: no-repeat;
  background-position: center -21px;
  float: left;
}

#footer {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #C00;
  color: #FFF;
}
