
/* ページに関するCSS */
#wrapper {
 margin: 0 auto; 
width:700px;
}
/* ヘッダ　*/

h1 {
margin: 0px;
}
#content{
 clear: left;
 padding: 15px;
}
#nav {
 margin: 5px 0px;
 padding: 0px;
 list-style: none;
}
/* ナビゲーションに関するｃｓｓ　*/
#nav li {
 float: left;
 margin-right: 5px;
 margin-left: 0px;
 background-color: #f0f0f0;
 border: 1px solid #666666;
 text-align: center;
 width: 118px;
 height:22px;
}
#nav a{
 color: #000;
 display: block;
 width: 118px;
 height: 22px;
}
#nav a:hover {
 color: #fff;
 background-color: #99ccff;
 text-decoration: none;
}

/*フッタ　*/
#footer{
clear: both;
margin:0 0 0 10px;
border-top: 1px solid #cbcbcb;
position: relative;
width: 800px; 
}
#footer ul {
margin: 0;
list-style: none;
}
#footer li {
margin: 0;
padding: 0;
position: absolute;
top: 8px;
height: 19px;
text-indent: -9999px;
}
#footer li a {
text-decoration: none;
display: block;
height: 19px;
}
#footer p {
margin-top: 10px;
font-size: x-small;
color: #666666;
background: transparent;
}
