﻿<@charset "UTF-8";>
	html,body {
		font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ丸ゴ ProN','ヒラギノ角ゴ Pro W3','YuGothic','Yu Gothic','メイリオ',' Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;  
		}
	html,body{margin:0;padding:0;}
	body { width : 900px ;
       margin:auto ;
     }
	body { color: #716246; font-size:;}
	*{
		margin:0:
		padding:0;
		}
/*ここまでページ設定*/

	h1 {padding-left: 2em;
	}

	p.year { padding-left: 7em; font-size: 0.8em ;color: #fff;
	}

	p.coment {padding-left: 3em; font-size:0.9em ;color:#fff ;
	}

/*進む戻るボタンデサイン*/

input#go_back{
  text-decoration: none;
  height:30px;
  width: 150px;
  line-height: 30px;
  background:none;
  text-align: center;
  color: #fff;
  border:solid 1px #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

input#go_back:hover{
  background:#fff;
  color: #000000;
}


/*フッターポッコリランド文字*/
	p.copy_right { font-size: 1.2em ; font-weight: bold; margin-bottom: 80px ;
	}




