/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/* main */
html{
    height:100%;
}
*{
    margin:0px;
    padding:0px;
}
body{
    background-color:#000;

    background-image:url("../img/hawaii_sunset.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    height:100%;
    padding:0px;
    font-family: 'Racing Sans One', cursive, /* 英字 */
    'ヒラギノ角ゴ Pro W3','Hiragino Kaku  Pro', /* 日本語mac */
    'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic', /* 日本語win */
    sans-serif;
}
header{
    position:relative;
    margin-left:50px;
    padding-top:30px;
}
header h1{
    font-size:50px;
}

div#mainContainer{

    border-radius:10px;
    padding:10px;

    font-size: 15px;
    line-height:28px;
    color: #444;

}
div#mainContainer > p{
    width:30em;
    margin:2em;
    text-shadow: 1px 1px 2px rgba(255,255,255, 0.9),
    -1px -1px 2px rgba(255,255,255, 0.9);
    font-weight:bold;
    
}
div#mainContainer > p:last-child{
    margin-bottom:10em;
}
/* footer */
footer{
    width:100%;
    margin-top:1%;
    text-align:center;
    position:absolute;
    bottom:10px;
}
#copyright{
    color:#fff;
    text-shadow: 1px 1px 2px #000;
    position:absolute;
    width:50%;
    left:25%;
    bottom:0px;

}