/* All Pages */

p{
 font-size: 16px;
}

a:hover {
 text-decoration: underline;
}
a{
 text-decoration: none;
}

img{
 border: none;
}


/* hourou */

.body_hourou{
 background: transparent url(./background.jpg);
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

.contents_hourou{
 width: 653px;
 background-color: #fff;
 border-right: #000000 1px solid;
 border-left: #000000 1px solid;
 text-align: left;
}

.main_hourou{
 padding: 10px;
 width: 490px;
 text-align: left;
 vertical-align: top;
}

.footer{
 width: 100%;
 height: 80px;
 background: #000000;
 color: #fff;
 text-align: center;
 font-size: 15px;
}