@charset "UTF-8";
#MembersBox {
 margin-top: 10px;
 text-align: center;
}
#MembersBox h3 {
 margin-bottom: 10px;
 color: #888;
 font-size: 160%;
}
#MembersBox h4 {
 color: #43a83e;
 font-size: 140%;
}
#MembersBox .title {
 padding: 10px;
 border-top: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
}
#MembersBox .desc {
 margin: 5px 0;
 padding: 5px;
 line-height: 180%;
 text-align: left;
}
#ContentsOutline {
 width: 800px;
}
#ContentsLeft {
 width: 193px;
}
#ContentsRight {
 width: 593px;
}
#Separator {
 width: 14px;
}
.inline {
 margin-bottom: 14px;
 padding: 5px;
 border: 1px solid #CCC;
}
#ContentsLeft h3,
#ContentsRight h3 {
 margin-bottom: 14px;
}
#ContentsLeft .desc {
 padding: 0 20px;
 line-height: 180%;
}
#ContentsLeft dt {
 color: #43a83e;
 font-size: 110%;
}
#ContentsLeft form p {
 text-align: center;
}
#Subscription {
 margin-top: 7px;
 width: 420px;
 border: 2px solid #43a83e;
}
#Subscription td, #Subscription th {
 vertical-align: middle;
 border-right: 1px solid #43a83e;
 border-bottom: 1px solid #43a83e;
}
#Subscription th {
 color: inherit; background: #b0d8ae;
 text-align: center;
}
#Subscription td {
 padding-left: 10px;
 text-align: center;
}
#ContentsLeft .note {
 padding-right: 20px;
 text-align: right;
}
#ContentsLeft .button {
 margin: 14px auto;
 text-align: center;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#LoginForm {
 margin-top: 5px;
 padding: 10px 0;
 height: 100px;
 background: transparent url("./image/bg_login.gif") no-repeat;
 vertical-align: middle;
}
#LoginForm table {
 width: 100%;
}
#LoginForm td {
 height: 26px;
 vertical-align: middle;
}
#LoginForm .item {
 width: 90px;
 font-size: 90%;
 text-align: right;
}
#LoginForm .desc1 input {
 width: 160px
}
#LoginForm .desc2 input {
 width: 110px
}
