/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size:100%;
    background:transparent;
}




body {
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: medium;
}

#header {
position: fixed;
width: 100%;
height: 50px;
background-color:rgba(0,0,0,0.8);
color:#ffffff;
}

.headline1 {
width: 100%;
height: 40px;
background-color:rgba(0,0,0,0.9);
text-align: center;
}

h1 {
color:#ffffff;
font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
font-size: large;
line-height: 250%;
text-shadow: 1px 2px 3px rgba(231,231,231,0.6);
}


.widthMAX {
width:100%;
height:100%;
background-repeat: repeat-x;
background-position: 0px -80px;
color: #000000;
padding-top: 20px;
padding-bottom: 20px;
}

.width800 {
width: 800px;
margin: 0 auto 0;
}

.translucent {
background-color:rgba(255,255,255,0.5);
padding: 10px;
}

.navi {
position: absolute;  
top: 10px;
left: 110px;
}

li {
display: inline-block;
}

a {
color: #ffffff;
text-decoration: none;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
}

a:hover, a:active, a:focus {
color: #ffaa00;
text-decoration: underline;
}
