html {
    background: #f1f1f1;
    background: -moz-gradient-linear(top, #fff, #f1f1f1) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1)) no-repeat;
}
body {
    margin: 0 auto;
    font-family: "corbel", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
}

/*-----------------for header------------------*/
#header {
    background: #00ccda;
    background: url(../img/top-back6.png) 0 -10px repeat-x;
    padding: 20px 0 7px;
}
#header-back {
    height: 100%;
    border-top: 27px solid #333333;
}
#logoarea {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0 0px 0;
}
#logoarea a {
    display: block;
    width: 205px;
}
a#to-top {
    display: block;
    float: right;
    font-size: 100%;
    margin: 15px 40px 0 0;
    color: #333;
}
/*-----------------for content------------------*/
#content {
    width: 1000px;
    margin: 15px auto 40px;
}
h1.what {
    font-size: 170%;
    display: block;
    margin: 0 0 20px 0;
    color: #555;
    border-bottom: 1px solid #00ccda;
}
h2.concept {
    font-size: 100%;
    color: #00b7c3;
    font-weight: bolder;
    margin: 40px 0 20px;
}
#about-dash {
    margin: 0 0 30px 0;
    border-radius: 5px;
}
#about-dash:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}
p.text-fieald {
    font-size: 83%;
    line-height: 180%;
    margin: 10px 10px;
    color: #333;
}
.for-summary {
    width: 250px;
    height: 220px;
    padding: 20px;
    margin: 20px 40px 0 10px;
    float: left;
    border-left: 1px solid #bcbcbc;
}
h2.sub-header {
    font-size: 100%;
    font-weight: bolder;
    color: #555;
}
h2.sub-header span {
    color: #00B7C3;
    padding: 0 3px;
}

h2.sub-header span.want {
    color: #EF7726;
}
a#for-creators {
    margin: 30px 0;
    padding: 10px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: 90%;
    color: #fff;
    background: #00c4d5;
    font-weight: bolder;
    text-shadow: -1px -1px 0px #7d7d7d;
    box-shadow: 0 0 5px #7d7d7d;
}

a#for-creators:hover {
    background: #00e5f5;
}
a#for-patrons {
    margin: 30px 0;
    padding: 10px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: 90%;
    color: #fff;
    background: #ef7726;
    font-weight: bolder;
    text-shadow: -1px -1px 0px #7d7d7d;
    box-shadow: 0 0 5px #7d7d7d;
}
a#for-patrons:hover {
    background: #fe893a;
}
.for-summary a span {
    color: #333;
    font-size: 90%;
    text-shadow: none;
}
ul.summary-text {
    height:125px;
    font-size: 83%;
    padding: 10px 10px 0 0;
    color: #333;
}
ul.summary-text li {
    line-height: 180%;
}
/*-----------------for creators contents------------------*/
h1.for-head {
    font-size: 140%;
    display: block;
    line-height: 200%;
    margin: 0 0 20px 0;
    color: #333;
    border-bottom: 1px solid #00ccda;
}
h2.support-menu {
    color: #333;
    margin: 20px 0 0 0px;
    padding: 9px 0 5px 11px;
    font-weight: bolder;
    background: url(../img/sub-head-icon.png) 0 7px no-repeat;
    display: block;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    font-size: 100%;
    line-height: 250%;
}
div.support-menu-block {
    margin: 30px 0 0 0px;
    padding: 0 0 20px 0px;
    clear: both;
}
ul#support-menu-bar {
    height: 60px;
    margin: 20px 0 60px 0;
    position: relative;
}
ul#support-menu-bar li {
    width: 140px;
    height: 30px;
    font-size: 90%;
    display: block;
    float: left;
    text-align: center;
    margin: 5px;
    background: #555;
    font-weight: bolder;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px #7d7d7d;
    border-bottom: 2px solid #00ccda;
}
ul#support-menu-bar li:hover {
    background:#666;
}
ul#support-menu-bar li.lower-left {
    padding: 5px 0 14px;
}
ul#support-menu-bar li.lower-right {
    padding: 16px 0 2px;
}
ul#support-menu-bar li.upper-left {
    padding: 16px 0 3px;
}
ul#support-menu-bar li.upper-right {
    padding: 5px 0 14px;
}
a.back-link {
    font-size: 100%;
    padding: 0 0 0 10px;
    color: #555;
}

a#start-project {
    width: 250px;
    margin: 10px 0 30px;
    padding: 15px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: 100%;
    color: #fff;
    background: #00ccda;
    font-weight: bolder;
    text-shadow: -1px -1px 0px #7d7d7d;
    box-shadow: 0 0 5px #7d7d7d;
}

a#start-project:hover{
    background: #00e5f5;
}


a#see-project {
    width: 250px;
    margin: 10px 0 30px;
    padding: 15px 10px;
    display: block;
    border-radius: 3px;
    text-align: center;
    font-size: 100%;
    color: #fff;
    background: #ef7726;
    font-weight: bolder;
    text-shadow: -1px -1px 0px #7d7d7d;
    box-shadow: 0 0 5px #7d7d7d;
}

a#see-project:hover{
    background: #fe893a;
}


/*----------------for start-----------*/
p.start-project{
    width:650px;
    font-size:100%;
    padding:10px 20px;
    background:#f1f1f1;
}

a.send-mail{
    text-decoration:underline;
    color:#00B7C3;
}

#mail-address{
    font-size:270%;
    color:#333;
    margin:30px 10px 10px 30px;
    display:block;
}

h2.start-header{
    font-size:100%;
    color:#333;
    margin:0 0 0 25px;
}

ul.start-rule{
    color:#333;
    margin:30px 10px 30px 0;
}

ul.start-rule li{
    font-size:90%;
    margin:20px 0 10px ;
    padding:0 0 0 15px;
}

ul.mail-content{
    font-size:80%;
    color:#333;
    margin:20px 20px;
    
}

ul.mail-content li{
    margin:0 0 0 20px;
    list-style:disc;
}

/*-----------------for footer------------------*/

#footer {
    height: 80px;
    background: url(../img/top-back6.png) 0 70px repeat-x #333;
    padding: 5px 10px;
}
#footer-content {
    width: 1000px;
    margin: 0 auto;
}
#footer-box {
    height: 42px;
    width: 135px;
    color: white;
    float: left;
    margin: 4px 0 4px;
    border-right: 1px solid #bcbcbc;
}
#footer-box span {
    font-size: 70%;
    display: block;
    margin: 0 0 2px 0;
}

a.footer-links{
    display:block;
    text-align:center;
    color:white;
    padding:16px 0 0 0 ;
    font-size:90%;
}


#footer-camp{
    float:right;
    margin:30px 10px 0 0 ;
    font-size:70%;
    color:#efefef;
}

#footer-camp a{
    color:#FF931E;
    font-size:120%;
    text-decoration:underline;
}


