/*全体のレイアウト*/  
* {
margin:0; 
padding:0;
}

body {
background:#aaa none repeat scroll 0 0; 
font-size:12px;
font-family: 'ＭＳ Ｐゴシック',sans-serif ;
}

a { 
text-decoration: none; 
color:#573728; 
} 

a:hover { 
text-decoration: underline; 
} 


div#countainer { 
width: 900px; 
margin: 0px auto 0;
}


div#groval-navi {
height:30px; 
background:#aaa;
}

div#groval-navi ul {
margin-left:270px;
list-style-type: none;
}
div#groval-navi li {
float: left;
}

div#header  {
width:900px;
height:86px;
margin:0 auto 0;
background:  url(images/title.png); 
background-repeat: no-repeat;
}

div#contents{
width:900px;
margin:0 auto 0;
background:#fff;
}

div#navi p{
padding: 1em;

}

div#footer  { 
height:50px; 
width: 900px;
margin:0 auto 0;
background:#000;
clear: both;
}
div#footer p{ 
text-align: center;
padding-top: 1em;
color: #aaa;
font-size: 80%;
}
