* {
margin:0;
padding:0;
}

/* ---------------------------------------------------------------- *
	基本設定
 * ---------------------------------------------------------------- */
body{
  background: /*白*/#ffffff; /*元設定（ほぼ黒）#1b1e20*/
  color: /*濃グレー*/#575757; /*元設定（薄グレー）#ccd4dd*/
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana, Arial,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  text-align: center;
}
a{
  color: #000;　/*元設定（白）#fff*/
  text-decoration: underline;
}

/*オンマウス時*/
a:hover{
  color: #d39a2c;
  text-decoration: underline;
}


img{
  border: none;
}
/* ---------------------------------------------------------------- *
  ヘッダー・紹介文センタリング枠設定
 * ---------------------------------------------------------------- */
.wrap {
  margin:0 auto;
  text-align:left;
}

/* ---------------------------------------------------------------- *
  ヘッダー
 * ---------------------------------------------------------------- */
#header {
  margin:0 auto;
  padding-top:30px;
  width:800px;
}

/* ---------------------------------------------------------------- *
  メニュー
 * ---------------------------------------------------------------- */
ul {
  text-align:right;
}

ul li {
  display:inline;
  list-style:none; 
}

ul li a {
  font-weight:bold;
  padding:0 5px;
  text-decoration:none;
}

/* ---------------------------------------------------------------- *
  トップ写真
 * ---------------------------------------------------------------- */
#photo {
  background: /*薄グレー*/#ffffff; /*（黒）#000*/
  /*削除（ライン）border-bottom:1px solid #5f5f5f;*/
  /*削除（ライン）border-top:1px solid #5f5f5f;*/
  padding:30px 0;
  text-align:center;
}

#photo img {
  margin:10px 0;
}

/* ---------------------------------------------------------------- *
  紹介文
 * ---------------------------------------------------------------- */

#discription{
  padding: 1em 0;
  width: 700px;
}
#discription h2{
  font-size: 14px;
  margin-bottom: 1em;
  text-align: center;
}
#discription p{
  line-height: 1.6;
}

/* ---------------------------------------------------------------- *
  フッター
 * ---------------------------------------------------------------- */
#footer{
  /*削除（黒）border-top: 1px solid #5f5f5f;*/
  font-size: 10px;
  line-height: 1.4;
  padding: 5px 10px 0 0;
  text-align: right;
}
#footer h3{
  font-size: 10px;
  font-weight: normal;
}
#footer img{ margin-top:5px; }
