﻿<@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 : 768px ;
       margin:auto ;
     }
body { color: #716246; font-size: 1.0em; line-height: 1.6em;}

*{
		margin:0:
		padding:0;
	}
/*--------------------------*/
#header {margin-left: 35px;
			}

h1 { border: 2px solid #716246;
			color: #8b4513;
			padding: 0.3em 0 0.2em 1.0em;
			width: 75%;
			margin-top: 60px;
			margin-left: 60px;
			}
.year { font-size: 0.5em;}
.shishi { font-weight: bold;
			color: #b22222;
			}
#osikko { margin-left: 1.0em;
			}
.maru {list-style-type: disc;
			}
.nasi {list-style-type: none;
			}


/*前後ボタン*/
input#go_back{
  text-decoration: none;
  height:30px;
  width: 150px;
  line-height: 30px;
  background:none;
  text-align: center;
  color: #716246;
  border:solid 1px #716246;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
	}
input#go_back:hover{
  background:#00ffff;
  color: #716246;
}

	p.copy_right {color: #716246; font-size: 1.4em; font-weight: bold ;}









