@charset 'UTF-8';

/* structure
-----------------------------------------------------------------------------*/
body {
  font-size: 12px;
  font-family: Futura, sans-serif, Helvetica;
  font-weight: lighter;
  text-align: center;
}

#wrapper {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 850px;
}

#photo ul{ width: 850px; }
#photo li{
  float: left;
  margin-right: 1px;
}

/* font
-----------------------------------------------------------------------------*/

h1 {
  color: #666;
  font-size: 120%;
  letter-spacing: 0.2em;
  margin-top: 40px;
  margin-bottom: 4px;
	padding-left: 40px
    width: 850px
;   border-bottom: 1px solid #E4E4E4;
}

h2 {
  font-size: 100%;
  letter-spacing: 0.2em;
  margin-bottom: 2px;
  width: 850px;
}

#footer {
	margin-top: 230px;
	margin-bottom: 20px;
	width: 850px
}

#footer p {
	color: #999;
	font-size: 80%;
	text-align: right
}

/* link
-----------------------------------------------------------------------------*/
h1 a,h2 a {
	color: #666;
	text-decoration: none;
	display: block;
}

h1 a:active,h2 a:active { color: #666 }

h1 a:hover,h2 a:hover {
	color: #333;
	background: #eceadb;
}

.content a {
  position: relative;
  top: -270px;
  height: 15px;
}


#footer a {
	color: #666;
	text-decoration: none;
	letter-spacing: 0.2em
}

#footer a:hover {
	color: #333;
	background-color: #f2f2f2
}
