@charset "utf-8";

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

body{
font-size: 20px;
}


a{
 text-decoration: none;
	color: #401e10;
}
.mb20{
margin-bottom: 20px;
}

h1 img{
  vertical-align: bottom;
}

#marire_body{
    background: url("/img/contentBg.png") repeat ;
	background-size: 150px auto;
    padding-bottom: 40px;
    width: 100%;
    padding-top: 20px;
}

.menu{
width: 100%;
    margin: 0;
	background:url(/sp/img/menuarrow.png) #fff9f6;
    background-repeat:no-repeat;
    text-align: center;
    padding: 10px 0;
	background-position: 98% 50%;
	background-size:15px auto;
	border-bottom: 1px solid #9b7d70;
}

.menu a{
display: block;
}

footer{
padding: 10px 0;
    background: #401e10;
    color:#fff;
    text-align: center;
	font-size: 12px;
}