﻿<@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: 0.9em; line-height: 1.6em ;}

*{
		margin:0:
		padding:0;
}

/*honbun*/
h1,h2 {color:#fff;}
h1 { font-size:2.2em;}
h2 { line-height: 1.5em;}
img { border: 1px solid #716246; 
			padding: 1px;
			}

#head_1 { display: block;
			margin-top: 50px;
			margin-bottom: 30px;
			}



/*前後ボタン*/
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:#fff;
  color: #716246;
}

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

#footer { margin-top: 50px;
margin-bottom: 50px;
			}




