html {
    background-color: transparent;
    background-image: none;
}
body{
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    background-color:#efefef;
    background-image: url(../img/mainbg_3.png);
}

a:link{
    color:#b835c9;
}
a:hover,a:active{
    color:#b835c9;
    text-decoration: none;
    opacity: 0.6;
}
a:visited{
    color:#b835c9;
}
.header{
    background-color: #fff;
    padding: 1em 0 1em 0;
}
.header .siteTitle{
    color: #344a44;
    margin: 0;
    padding: 0.6em;;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 0.5em;
    font-size: 2.4em;
    letter-spacing: 0.2em;
}
.header .siteTitle .subTitle{
    font-size:0.4em;
}

.siteCaption{
    width: 80%;
    font-size:0.9em;
    margin: 0 auto;
    padding: 2em 0 0 0;
}

.sectionTitle{
    text-align: center;

    font-size:3.0em;
    margin-top:0.8em;
    padding-top:0.4em;

}
.sectionTitle.sec1{
    color:#664e47;
    border-top:6px solid #e8ac58;
}
.sectionTitle.sec2{
    color:#66475e;
    border-top:6px solid #e57adc;
}
.sectionTitle.sec3{
    color:#475366;
    border-top:6px solid #5e8fde;
}

.sectionCaption{
    text-align: center;
}
.sectionCaption .attention{
    color:#cc5b5b;
    font-size: 0.8em;
}


.menubox{
    display: block;
    padding: 0.8em;
}

.menubox a{
    display: block;
    background-color: #fff;
    padding:1em 0em;
    /* border */
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */ 
    /* box-shadow */
    box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 2px 3px;
    -webkit-box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 2px 3px;
    -moz-box-shadow:rgba(113, 135, 164, 0.2) 0px 0px 2px 3px;
}

.menubox a:hover{

}

.menubox dt{
    padding: 0.6em;
}
.menubox dd{
    text-align: center;
}

.menubox .menuTitleBig{
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0 auto;
    width:90%;
}

.menubox .menuTitle{
    font-size: 1.0em;
    line-height: 1.4em;
    font-weight: normal;
    margin: 0 auto;
    width:90%;
}

.menubox .options{
    width: 90%;
    font-size: 0.8em;
    color:#aaaaaa;
    text-align: right;
}
.menubox .options .price{
    color:#ca5353;
}

.footer{

    height: 6em;
}

.footer .copyright{
    padding-top: 4em;
    text-align: center;
}


.label{
    display:inline;
    padding:.2em .6em .3em;
    font-size:0.8em;
    font-weight:normal;
    line-height:1.0em;
    color:#fff;text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25em
}

.label-free{
    background-color:#eb13eb;
}
