body
{
font-size: 12px;
margin-top: 30px;
font-family: 'MS明朝';
}


#menu
{
font-size: x-large; 
background-image: url(../img/bg.png);
background-repeat: repeat;

}

#menu a
{
margin-right: 100px;
color: #ffffff;
font-family: "Arial Black";
}

.point /*主に段落内で強調したい文節に*/
{
font-weight:bolder;
font-size: larger;
}

.content
{
margin-top: 160px;
}

.update
{
width: 400px;
height: 100px;
background-color: #ffffff;
margin-left: 25px;
padding : 10px;
border-style: solid ;
border-color: #f0d4a9;
border-width: 1px;
overflow: auto;
}

.blood
{
color: #cc0000;
}

h2
{
color: #cc0000;
}

p
{
padding-left: 20px;
margin-bottom: 30px;
}

a
{
text-decoration: none;
color: #aaaaaa;
}
a.visit
{
text-decoration: none;
color: #aaaaaa;
}
a.active
{
text-decoration: none;
color: #aaaaaa;
}
a.hover
{
text-decoration: none;
color: #aaaaaa;
}

img
{
border-style: none;
}

#footer
{
font-size: x-large; 
background-image: url(../img/bg.png);
background-repeat: repeat;
font-family: 'Arial Black';
color: white;
text-align: center;
margin: 0px;
}