@charset "utf-8";
/* CSS Document */

body {
padding: 0;
background-image:url(../images/background.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
background-color: #911625;
}
div#wrapper {
text-align: left;
width: 1000px;
margin: auto 0;
}
div#navigation {
margin-top: 65px;
text-align: right;
}
div#content {
text-align:left;
position:absolute;
top: 106px;
left: 50%;
width: 707px;
height: 392px;
margin-left: -277px;
padding: 20px;
}
.subnavi1 {
margin-bottom: 5px;
}
.subnavi2 {
margin-left: 160px;
margin-bottom: 35px;
}
.pitem {
float: left;
width: 160px;
border-left: 1px solid #000;
height: 300px;
margin-right: 5px;
margin-bottom: 0;
font-size: 10px;
}
.gitem {
float: left;
width: 160px;
border-left: 1px solid #000;
margin-right: 5px;
margin-bottom: 0;
font-size: 10px;
height: 300px;
}
a {
text-decoration:none;
color: #a7a7a7;
padding: 0 2px 3px 2px;
margin-right: 16px;
}

a:hover {
border-bottom: 1px solid #a7a7a7;
 }
