/*======================================
    mainWrapper
======================================*/
.mainWrapper {
    overflow: hidden;
    margin-bottom: 80px;
    }
/*======================================
    content_main
======================================*/
#content_main {
    position: relative;
    width: 720px;
    float: left;
    padding: /*10px 20px 20px*/20px;
    background: #fff;
    background: rgba(255, 255, 255, /*0.9*/0.8);
    border-radius: 10px;
    box-shadow: 0 0 5px #a7938f inset;
    }
/****** title ******/
#content_main h1 {
    margin: 5px 0 30px;
    padding: 5px 10px 5px 20px;
    border-top: 2px solid #853528;
    border-bottom: 2px solid #853528;
    line-height: 1.3;
    font-size: 1.2em;
    font-weight: bold;
    }
#content_main h2 {
    margin: 30px 0 5px;
    padding: 20px 10px 10px 70px;
    background: url(../images.daa7739e27bcd46d5ff6cf36a082720f/hbg01.png) no-repeat;
    line-height: 1.3;
    font-size: 100%;
    font-weight: bold;
    color: #FB5AA7
    }
/****** pan ******/
#content_main ul.pan {
    padding: 0 0 5px 0
    }
#content_main ul.pan li {
    display: inline;
    padding-right: 8px;
    font-size: 0.75em
    }
/****** common ******/
#content_main p {
    margin-bottom: 1em;
    line-height: 1.5;
    font-size: 0.8em;
    text-shadow: #fff 1px 1px 0
    }
#content_main p.pagetop {
    clear: both;
    margin: 20px 0 0;
    line-height: 0;
    text-align: right
    }
#content_main p.pagetop img {
    cursor: pointer
    }
/*======================================
    aside
======================================*/
aside#aside {
    width: 181px;
    float: right
    }
/****** title ******/
aside#aside h1 {
    line-height: 0
    }
/****** menuList ******/
aside#aside .menuList {
    position: relative;
    width: 180px;
    padding: 18px 0 8px;
    background-color: #FA59A6
    }
aside#aside .menuList li {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 6px 8px;
    background: url(../images.f28b0fd7d039aded422832e8217ee5a2/sidebg.png) 25px 8px no-repeat
    }
aside#aside .menuList li:after {
    position: absolute;
    content: "";
    width: 149px;
    height: 6px;
    bottom: 0;
    left: 25px;
    background: url(../images.f28b0fd7d039aded422832e8217ee5a2/sidebg_bottom.png)
    }
aside#aside .menuList li a {
    position: relative;
    overflow: hidden;
    display: block;
    line-height: 1.2;
    text-decoration: none;
    font-size: 0.7em
    }
aside#aside .menuList li a figure {
    float: left;
    width: 76px;
    height: 76px
    }
aside#aside .menuList li a .txtBox {
    float: right;
    width: 75px;
    margin: 15px 15px 0 0;
    padding: 2px 0
    }
aside#aside .menuList li a .txtBox h2 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #966
    }
aside#aside .menuList li a:hover .txtBox h2 {
    color: #096
    }
aside#aside .menuList li a p {
    text-align: right;
    font-weight: bold;
    color: #FA59A6
    }
/*======================================
    common
======================================*/
.pink {
    color: /*#FB5AA7*/#853528;
    }
.alC {
    text-align: center
    }
.clB {
    clear: both
    }
