@charset "utf-8";

a:link,a:active,a:visited {
  color: #FF0066;
  text-decoration: underline;
}
a:hover {
  color: #0066FF;
  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;
  color: #222;
  background-color: #FFF;
  background-image: url(https://youutokai.org/img/bg.gif);
  text-align:center;
}
#wrapper {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFF;
  background-image: url(https://youutokai.org/img/wrapper_bg.gif);
  background-repeat: repeat-y;
  padding-right: 20px;
  padding-left: 20px;
  text-align:left;
}
#header {
  background-image: url(https://youutokai.org/img/title.jpg);
  background-repeat: no-repeat;
  height: 400px;
  margin-bottom: 10px;
}
#header h1 a {
  display: block;
  height: 346px;
  text-indent: -9999px;
}
#header p {
  display: block;
  height: 54px;
  color: #F60;
  font-size: 16px;
  line-height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  text-align: center;
}
#header p strong ,#header p em{
  font-weight: bold;
  color: #FD2A8B;
}
.container {
  width: 595px;
  float: left;
  margin-bottom: 5px;
}
#main {
  float: right;
  width: 390px;
  background-color: #FFF;
  padding: 5px;
  margin-left: 5px;
}
#main h2 {
  background-image: url(https://youutokai.org/img/under_ber.gif);
  background-repeat: no-repeat;
  line-height: 25px;
  height: 25px;
  color: #FFF;
  font-weight: bold;
  padding-left: 30px;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
#main .flow ol {
  display: block;
  width: 380px;
  margin-bottom:9px;
  overflow:hidden;
}
#main .flow ol li {
  display: block;
  float: left;
  margin:5px;
}
#main .flow ol li dl {
  float: left;
  display: block;
  height: 152px;
  width: 180px;
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-right: 15px;
  padding-bottom: 12px;
  padding-left: 15px;
}
#main .flow ol li dt {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ED008C;
  margin-bottom: 3px;
}
#main .flow ol li dd {
  font-size: 11px;
  line-height: 12px;
}
.step1 {background-image: url(https://youutokai.org/img/step1.jpg);}
.step2 {background-image: url(https://youutokai.org/img/step2.jpg);}
.step3 {background-image: url(https://youutokai.org/img/step3.jpg);}
.step4 {background-image: url(https://youutokai.org/img/step4.jpg);}

#entry {
  width: 380px;
  height: 343px;
  background-image: url(https://youutokai.org/img/reg_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
#profile {
  height: 333px;
  width: 380px;
  padding: 5px;
}
#profile .data {
  display: block;
  margin-bottom: 5px;
}
#profile .data dt {
  display: block;
  float: left;
  height: 130px;
  width: 100px;
  padding: 4px;
  background-color: #EEE;
  border: 1px solid #CCC;
}
#profile .data dt img {

}
#profile .data dd ul {
  display: block;
  float: left;
  width: 270px;
  margin-bottom:5px;
}
#profile .data dd ul li {
  display: block;
  float: left;
  width: 130px;
  height: 18px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 18px;
  background-color: #EEE;
  padding-left: 5px;
  border: 1px solid #CCC;
}
#profile .data dd p {
  float: left;
  width: 263px;
  height: 78px;
  display: block;
  margin-left: 5px;
  padding: 5px;
  background-color: #EEE;
  border: 1px solid #CCC;
}
#profile .send p em {
  font-weight: bold;
  color: #F06;
  display: block;
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #F06;
}

#side1 {
  width: 200px;
  padding-bottom: 5px;
}
#side1 .box {
  margin-bottom: 8px;
  background-color: #FFF;
  padding: 5px;
}
#side1 .box h3 {
  background-image: url(https://youutokai.org/img/side_h3.gif);
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  line-height: 25px;
  padding-left: 30px;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
#side1 .box p ,#side1 .box dd{
  line-height: 16px;
  font-size: 11px;
  display: block;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 3px;
}
#side1 .box dt {
  color: #F36;
  display: block;
  background-image: url(https://youutokai.org/img/ico_dt.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
#side1 .box dd {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #FAD6E5;
  margin-bottom: 5px;
}
#side1 .non  ,#side1 .box .non,#side2 ul .non{
  margin-bottom: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
#side2 {
  float: left;
  width: 160px;
  margin-left: 5px;
  background-color: #FFF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  text-align:center;
}
#side2 h4 {
  background-image: url(https://youutokai.org/img/side_h4.gif);
  background-repeat: no-repeat;
  display: block;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
  text-align:left;
}
#side2 ul li {
  display: block;
  text-align: center;
  margin-bottom: 9px;
  height: 165px;
  width: 140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-image: url(https://youutokai.org/img/member_bg.gif);
  background-repeat: no-repeat;
}
#side2 ul li img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #F99;
  margin-bottom: 5px;
}
#info {margin-bottom: 10px;}
#info dl {
  display: block;
  background-color: #FFF;
  padding: 5px;
}
#info dt {
  line-height: 25px;
  background-image: url(https://youutokai.org/img/under_ber.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 25px;
  color: #FFF;
  padding-left: 30px;
  font-weight: bold;
}
#info dd {padding: 5px;}
#info .l_box ,#info .r_box{
  width: 375px;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 85px;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
}
#info .l_box  {background-image: url(https://youutokai.org/img/l_box_bg.jpg);}
#info .r_box {
  margin-left: 10px;
  background-image: url(https://youutokai.org/img/r_box_bg.gif);
}
#footer {
  text-align: center;
  padding:0px 5px 10px
}
