body
{
 background-image: url("../images/body.jpg");

}


#container
{
 width: 1200px;
/* height: 600px; */
 height: 100%;
 margin: auto;
}


#bnr
{
 width: 100%;
 height: 50px;
 background-image: url("../images/bnr.gif");
 text-align:center;
 ont-weight: bolder;
 font-size: 24px
}


#header
{
 width: 100%;
 height: 50px;
 background: white;
}

.header_element
{
 width: 20%;
 height: 100%;
 background: rgb(20%,60%,80%);
 color:white(100%,100%,100%);
 float: left;
}

.header_element:hover
{
 background:white(15%,45%,60%);
}



/*ページネーション(メニュー選択等)*/

.pagination li 
{
 display: inline-block;
 height:40px;line-height:40px;
 width:40px;text-align:center;
 border:1px #ccc solid;color:#000053;
 border-radius: 5px / 5px;
}
.pagination .pre
{
 background-color:#ccc;
 color:#333;
}
.pagination .this 
{
 background-color:#777;color:#fff;
}
.pagination li a
{
 display:block;text-decoration: none;
}
.pagination li a:hover 
{
 color: #fff;text-decoration: none;
 background-color: #003396;
}
