a {
text-decoration: none;
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #000;
margin-left: 5px
}

a.map {
text-decoration: none;
font-family: Times New Roman;
font-size: 24px;
font-weight: bold;
color: blue;
}

a.join {
font-size: 15px;
color: #cc0033;
margin-left: 0px;
}

a.restaurant {
font-family: arial;
font-size: 40px;
color: #000;
text-decoration: none;
}

body {
padding: 0px;
margin: 0px;
}

div.menu {
float: left;
width: 150px;
padding: 5px 0px;
background-color: #fff;
}

div.title {
padding: 10px 5px;
font-family: arial;
font-size: 32px;
font-weight: bold;
border-bottom: 1px #000 solid;
}

div.main {
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #ddd;
}

div.content {
border-left: 1px #000 solid;
float: left;
width: 649px;
background-color: #fff;
color: #000;
text-align: center;
font-family: Times New Roman;
font-weight: bold;
font-size: 24px;
}

div.joindiv {
margin-top: 5px;
font-size: 16px;
}

div.resta {
margin-top: 10px; 
text-align: center;
}

img.rest {
width: 500px;
height: 200px;
border-left: 1px #000 solid;
margin-top: 5px;
}

span.guide {
font-size: 48px;
}

span.bon {
font-size: 48px;
color: #cc0033;
}
