@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;
  background-color: #B34759;
  text-align:center;
}
h2 {
  height: 40px;
  line-height: 40px;
  display: block;
  border:1px solid #b5b5b5;
  border-radius:5px 5px 0 0 / 5px 5px 0 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(239,239,239,1) 0%, rgba(247,247,247,1) 8%, rgba(247,247,247,1) 93%, rgba(239,239,239,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 0%,rgba(247,247,247,1) 8%,rgba(247,247,247,1) 93%,rgba(239,239,239,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(239,239,239,1) 0%,rgba(247,247,247,1) 8%,rgba(247,247,247,1) 93%,rgba(239,239,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  font-size: 18px;
  font-weight: bold;
  color: #F36;
}
.ico1 {background-image: url(https://www.azumacycle.com/img/ico1.gif);}
.ico2 {background-image: url(https://www.azumacycle.com/img/ico2.gif);}
.ico3 {background-image: url(https://www.azumacycle.com/img/ico3.gif);}
.ico4 {background-image: url(https://www.azumacycle.com/img/ico4.gif);}

#wrapper {
  width: 920px;
  margin:0 auto;
  background-color: #FFE5F2;
  border-right:5px solid #F99;
  border-left:5px solid #F99;
  padding:10px;
  text-align:left;
}
#header {
  margin-bottom: 10px;
}
#footer {
  clear:left;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #B5B5B5;
  padding: 20px 5px;
}

.box {
  padding:15px;
  border-right:1px solid #b5b5b5;
  border-bottom:1px solid #b5b5b5;
  border-left:1px solid #b5b5b5;
  background-color:#FFFFFF;
  overflow:hidden;
}
section {
  margin-bottom:20px;
}

#flow {
  border:1px solid #b5b5b5;
  padding:10px 0;
  background-color:#FFFFFF;
}
#about h2 span ,#profile h2 span{
  background-image: url(https://www.azumacycle.com/img/ico_post.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  display: block;
  padding-left: 35px;
}
#about p ,
#profile dl{
  margin-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-size:16px;
  font-weight:bold;
}
#about p strong {
  color: #F06;
  font-weight: bold;
  font-size: 16px;
}
#about p em {
  color: #09F;
  font-size: 16px;
  font-weight: bold;
}

#profile {
  overflow:hidden;
}
#profile dl {
  float:left;
  width:400px;
  background-color:#f7f7f7;
  border-radius:10px;
  padding:20px;
  border:1px solid #E7E7E7;
}

#profile dl dt {
  display: block;
  height: 100px;
  width: 100px;
  padding: 5px;
  background-color:#e7e7e7;
  float: left;
  margin-bottom: 5px;
}
#profile dd ul {
  display: block;
  float: left;
  margin-left: 5px;
  line-height: 25px;
  height: 100px;
  margin-bottom: 5px;
  font-size: 13px;
}
#profile dd ul li {
  display: block;
  height: 25px;
}
#profile dd ul li strong{
  font-weight: bold;
  float: left;
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
#profile dl dd ul li img {
  display: block;
  float: left;
  padding-top: 4px;
  padding-bottom: 5px;
}
#profile dd p {
  clear:left;
  display: block;
  padding: 10px;
  border: 2px solid #e7e7e7;
  font-weight:normal;
  font-size:12px;
  line-height:1.5em;
  text-align:justify;
  margin-bottom:20px;
}
#profile dd .nav {
  text-align:center;
  color:#F03;
  white-space:nowrap;
}
#profile .message {
  float:right;
}
#member h2 span{
  background-image: url(https://www.azumacycle.com/img/ico2.gif);
  background-repeat: no-repeat;
  background-position: 15px center;
  display: block;
  padding-left: 40px;
}
#member > ul {
  overflow:hidden;
  background-color: #FFF;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  border-left: 1px solid #B5B5B5;
  padding:10px 5px;
}
#member > ul > li {
  float:left;
  width:20%;
}
#member > ul > li dl {
  display: block;
  margin:5px;
  padding: 5px;
  border: 1px solid #F36;
}
#member > ul > li dl dt{
  display: block;
  margin-bottom: 2px;
  text-align:center;
}
#member > ul > li dl dd {
  text-align:center;
}
#member > ul > li dl dd ul {
  display:inline-block;
  text-align:left;
  margin-bottom:5px;
}
#member > ul > li dl dd ul li {
  line-height: 18px;
}
#member > ul > li dl dd ul li strong {
  font-weight: bold;
  color: #F36;
  display:inline-block;
  margin-right:3px;
}
#member > ul > li dl dd p {
  clear:left;
  border: 1px solid #FCC;
  color: #FFF;
  text-align: center;
}
#member dd p a {
  display: block;
  color: #FFF;
  padding: 4px;
  background-color: #F99;
}
#member dd p a:hover {
  display: block;
  color: #FFF;
  padding: 4px;
  background-color: #F36;
}
#info ul {
  overflow:hidden;
  margin:0 -5px;
}
#info li {
  float:left;
  width:25%;
}
#info dl {
  margin:5px;
  padding:10px;
  overflow:hidden;
  background-color: #FFF;
}
#info dt {
  text-align:center;
}
#info dd {
  display: block;
  padding: 5px;
  overflow:hidden;
}
#info dd em {
  display: block;
  padding:10px;
  color: #09F;
  font-weight: bold;
  font-size:16px;
  text-align:center;
  white-space:nowrap;
}
#info dd p {
  font-size: 14px;
  line-height: 1.3em;
  text-align:justify;
}

#entry h2 span {
  display: block;
  background-image: url(https://www.azumacycle.com/img/ico_entry.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px;
}
#entry .box {
  text-align:center;
}
