@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }
body { width:100%;background:#3171ec;text-align:center;}
/* HTMLに対応していないOS対策 */
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

#header{background:#000;text-align:right;padding:5px 10px 6px;border-bottom:1px solid #484848;}
h1{padding:5px 0 10px;}
h2{font-weight:bold;font-size:110%;padding:10px 0 3px;width:60%;margin:0px auto;color:#5c4e9c;}
.intro{background:#ffffff;color:#5462ab;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;
	font-size:85%;padding:10px;margin:0 20px;text-align:left;line-height:1.4;}
.limitdate{font-weight:bold;color:#F00;font-size:100%;padding:15px;text-align:center;}


.submit{font-size:110%;font-weight:bold;width:300px;
    border:1px solid #ab951c;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    background: #ab951c;
    border-radius: 5px;
	margin-bottom:5px;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ab951c),
        to(#e1d379)
        );
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
         
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #ab951c,
        #e1d379
        );
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ab951c,endColorstr=#e1d379);
    zoom: 1;
}


#copyright{font-size:70%;color:#333;padding:20px 10px;}
#download{line-height:2.3em;}