
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, main, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border: 0;
    font-size: 100%;
}

body{
    background-color: dimgray;
}

h1{
    position: relative;
    margin-top: 20px;
    text-align:center;
    margin-bottom: 20px;
    font-size: 24px;
}

h2{
    margin-top: 20px;
    font-size: 24px;
}

A:link { color: #0030b1;text-decoration:none; }
A:visited { color: #006c80;text-decoration:none; }
A:hover { color: #7171ff;text-decoration:none; }
A:active { color: #001998;text-decoration:none; }

.box1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    border: 4px solid blue;
    border-radius: 10px;
    background-image: url(./../png/20160327_001_.png);
    background-color: blanchedalmond;
    background-position: 50% 50%;
    float:center;
}

.box2{
    width: 300px;
    margin: auto;
    padding:10pt;
    border: 2px solid red;
    border-radius: 2px;
}

.Entrance {
    position: relative;
    text-align:left;
}

.Caution{
    color: red;
    font-size: 18px;
}

.Induction {
    position: relative;
    text-align:center;
}
