@charset "utf-8";

/*reset*/
body,div,h1,h2,h3,p,ul,li,img{
margin: 0;
padding:0;
line-height: 1.0;
}
a{text-decoration: none;}
ul{list-style:none;}
img{
border: none;
vertical-align: bottom;
}
/*body*/
body{
text-align: center;}
/*layout*/
#container{
width: 800px;
margin: 20px auto;}
h1{line-height: 2.0;}
h2{line-height: 2.0;}

#content{
background:#FF9;
margin-bottom: 20px;}
#content2{background: #9F9;
margin-bottom: 20px;}

.gallery{
width:740px;
margin: 0 auto;}
li{
float: left;
margin-right: 10px;}
li:last-child{
margin-right: 0px;}
p img{
background: #FFF;
padding: 20px;
margin: 20px 0;
box-shadow: 0 0 10px #999;
width: 700px;}
