body{
    margin: 0px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    color:#6078C7;
}

a:link {
    color:#0084b4;
    text-decoration: none;
    font-weight: bold;

}

a:hover{
    color:#ff9966;
    text-decoration: underline;
}
hr{
    border: #8fb800 1px solid;
}

.floatLeft{
    float: left;
}
.clear{
    clear:both;
}

.bannerArea{
	color : #000000;
	font-weight: bold;
	width : 100%;
	margin: 10px auto;
}

.centerSpace{
    text-align: center;
}

/* フッタ */
footer{
    height : 120px;
    background-color: #8fb800;
    color : #ffffff;
    font-size: 12px;
    width: 100%;
    margin-top: 80px;
}
.imgQRCode img{
    width: 100px;
}
.imgBanner img{
    width: 200px;
}
.QRArea{
    width : 100%;
    margin: 5px auto;
}
.QRArea div{
    margin: 5px;
}

