﻿<@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.7em ;}



/*honbun*/
#header { margin: 50px 0 40px 0;
					padding: 0;
					width: 80%;
			}
#panel { border: 1px solid #fff;
				width: 100%;
				height: 120px;
				background-color: #fd8c31;
				margin: 0;
				padding: 0;
			}
#letter { color: #fff;
				padding-left: 165px;
			}
span.year { font-size: 0.4em;}

h1 { line-height: 0.8em;}
h3.head1 { line-height: 0.9em;}
h3.head2 { line-height: 0.8em;}

#nemu,letter { float: left;
			}

.clear { clear: both;}

.photo1 { float: left;
					margin: 20px 25px 10px 0px;
			}
.photo2 { float: left;
					margin: 20px 25px 10px 25px;
			}
.photo3 { float:left;
					margin-left:25px;
			}

img { border: 1px solid #696969;
			padding: 1px;
			}

#photo_lower {margin-top: 25px;
						margin-bottom: 30px;
			}

.photo4 { float: left;
				margin: 0px 30px 0 0;
			}
.photo5 { float: left;
				margin-top: 30px;
				margin-left: 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;
					margin-left: 70px;
					width: 60%;
			}

a { color: #716246;}


