body {
font-family: 'Sawarabi Mincho', sans-serif;
margin: 0 auto;
width:960px;
}
h1{
	color: white;
	background-image: url("images/index/header.jpg");
	height:130px;
    margin-bottom:5px;
	font-size:40px
}
p{
	color:green;
}

nav ul {
list-style-type:none;
padding:0;
}
nav li {
display:inline;
float:left;
}
nav a:link, nav a:visited {
text-decoration:none;
background-color:green;
color:white;
display:block;
width:160px;
text-align:center;
padding: 10px 0;
font-size:18px
}
nav a:hover {
background-color:white;
color:green;
}
section{
	color: white;
    background-image: url("images/index/22.jpg");	
	height:540px;
    margin-bottom:5px;
	font-size:15px	
	
}
obs{
	
	color: white;
	font-size:1px
}

footer{
	color: white;
	background-image: url("images/index/2.jpg");
	height:130px;
    margin-bottom:5px;
	font-size:30px

}